parse_csv
Parse CSV strings into JSON objects. Specify delimiter to handle different formats.
Instructions
Parse CSV data and return as JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csv_string | Yes | CSV string to parse | |
| delimiter | No | CSV delimiter (default: ,) | , |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |