export_dataset
Export extracted data rows to a CSV, XLSX, or JSON file with a single output path.
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 |