json_to_csv
Convert JSON records or a local JSON array file to CSV, optionally writing to an output path. Processes local files only, never uploading user data.
Instructions
Convert JSON records (or a local JSON array file) to CSV; optionally write to outputPath. Local files only — never uploads user data anywhere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| headers | No | ||
| records | No | Inline array of objects (alternative to jsonPath). | |
| jsonPath | No | Path to JSON file (array of objects). | |
| outputPath | No | If set, write CSV to this local path. |