export_table
Save scraped tables to CSV or JSON files, then get the file path to use in spreadsheets or other tools.
Instructions
Export a result table to a file on disk as CSV or JSON, and return its path. Use this to hand data to a spreadsheet or another tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fmt | No | csv | |
| name | Yes | ||
| dest_dir | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |