CSV to JSON converter
csv_to_jsonParse CSV/TSV text (auto-detecting tab, semicolon or comma delimiter) with a header row into an array of JSON objects. Runs on smart-tools.xyz.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | CSV/TSV text to convert | |
| locale | No | Language for the source_url link (default en) | |
| has_header | No | Treat the first row as column names (default true); if false, columns are named col1, col2, … |