convert_csv_to_json
Parse CSV text into a JSON array using the header row as keys, for direct programmatic access to spreadsheet data.
Instructions
Parse CSV text into structured JSON array.
Use this to convert CSV data from spreadsheets or exports into
JSON format for programmatic use.
Parameters:
csv — CSV text with header row and data rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csv | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |