tool_csv_to_json
Convert CSV text into a JSON array of objects, using a customizable delimiter for accurate parsing.
Instructions
Convert CSV text to a JSON array of objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csv_text | Yes | ||
| delimiter | No | , |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |