tsv_to_json
Transform tab-separated values (TSV) from spreadsheets or database exports into structured JSON arrays for easy data processing.
Instructions
Convert tab-separated values (TSV) to JSON format.
Use this to transform TSV data from spreadsheets or database exports
into structured JSON arrays.
Parameters:
tsv — TSV text with header row and data rows (tab-separated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tsv | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |