CSV to JSON
csv_to_jsonConvert CSV or TSV data into an array of JSON records. Specify delimiter and optional row limit.
Instructions
Convert CSV/TSV text into an array of JSON records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csv | Yes | ||
| delimiter | No | ||
| limit | No |