export_dataset
Export extracted data rows to CSV, XLSX, or JSON files. Specify columns and output path to consolidate research results into a single file.
Instructions
Write extracted rows to a consolidated file (csv | xlsx | json) and return the path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional output path; defaults to cache exports dir | |
| rows | Yes | ||
| format | No | csv | xlsx | json | csv |
| columns | No |