add_record
Adds a new row to the in-memory dataset using column-value pairs, enabling structured data collection during web scraping.
Instructions
Add one row of scraped data (column name -> value) to the in-memory dataset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |