csv_to_json
Converts a CSV string (with configurable delimiter and header option) into JSON format.
Instructions
Convert CSV data to JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csv_string | Yes | CSV string to convert | |
| delimiter | No | CSV delimiter (default: ,) | , |
| has_header | No | Whether first row is header (default: True) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |