CSV to JSON
text_csv_to_jsonParse CSV text into a JSON array of objects. Use when converting spreadsheet or tabular data into structured JSON for processing or storage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csv | Yes | CSV data as a string | |
| delimiter | No | Column delimiter character | , |
| has_header | No | Whether the first row contains column headers |