Working now
CSV to JSON
Reads your spreadsheet export and turns each row into a JSON object using the header row for the keys. Handles quoted commas and line breaks inside fields.
How to use it
- Drop a CSV or TSV file.
- Choose objects or plain arrays.
- Read the result, then copy or save it.
Questions
Does it handle commas inside a field?
Yes, as long as the field is quoted, which is what every spreadsheet does when exporting.
Is my data sent anywhere?
No. Parsing happens in this tab. That matters for CSVs, which usually hold customer or financial data.