DataWorkbench
All Tools

History and favorites reset automatically after 30 days of inactivity.

csv json convert transform tsv array

CSV ↔ JSON Converter

Convert between CSV and JSON. CSV→JSON produces an array of objects keyed by the header row. JSON→CSV writes an object array back to CSV format.

USAGE

3 simple steps

  1. 1Paste your CSV or JSON into the text area
  2. 2Select the conversion direction (CSV→JSON or JSON→CSV)
  3. 3Click Convert to see the result

FAQ

Frequently Asked Questions

Q. Is TSV (tab-separated) supported?

A. Yes. Tab-separated data is automatically detected and converted to JSON.

Q. What JSON format is expected for JSON→CSV?

A. An array of objects ([{"key":"value",...},...]) is required.