T TextTools

CSV ↔ JSON

Convert tabular data between CSV and JSON. Header row detection, custom delimiter, quoted-field-with-comma support.

Advertisement

How to use CSV ↔ JSON

  1. Choose direction.
  2. Paste your data.
  3. Pick delimiter and (for CSV) whether the first row is header.
  4. Copy.

What is CSV ↔ JSON?

The classic bridge between flat tabular data and structured JSON. CSV becomes an array of objects (one per row, keyed by header). JSON arrays of objects become CSV with column headers. The parser handles quoted fields containing commas, escaped quotes, and CRLF line endings.

Advertisement

FAQ

What if rows have different fields?
JSON-to-CSV will use the union of all object keys as headers; missing fields become empty strings.
Does it handle multiline cells?
Yes — quoted CSV cells can contain newlines and are preserved correctly.

Related tools