csv_json
Convert CSV text to JSON objects or JSON arrays to CSV. Use for data interchange between tabular and structured formats.
Instructions
[PRO — 3 trial uses left] Convert between CSV and JSON. CSV→JSON parses CSV text into an array of objects. JSON→CSV converts an array of objects to CSV.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | CSV text or JSON string to convert | |
| delimiter | No | CSV delimiter (default: comma) | |
| direction | Yes | Conversion direction |