file tools by iSocialize

Running locally ยท 0 bytes sent

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

  1. Drop a CSV or TSV file.
  2. Choose objects or plain arrays.
  3. 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.