convert_csv_to_json
Parse CSV text into a structured JSON array. Convert spreadsheet exports into JSON for easy programmatic access.
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 |