CSV ↔ JSON Converter
CSV to JSON and back. Comma, semicolon, tab, pipe. RFC 4180 compatible.
CSV ↔ JSON Converter
How it works
- 1.
Pick direction
Paste your data one row per line. The first row becomes the header. The delimiter is auto-detected (tab, comma, semicolon, or pipe).
- 2.
Set delimiter
Pick column alignment: left (default), center, or right. The alignment separator row (:---, :---:, ---:) is generated correctly for each column.
- 3.
Paste and copy
The rendered Markdown table appears on the right with padded cells for readability in raw form. Compatible with GitHub, Obsidian, Notion, and every CommonMark renderer.
FAQ
Are quoted commas supported?+
Yes. A field like "Müller, Anna" is correctly parsed as one cell.
What about German Excel CSV?+
Pick semicolon as delimiter. German Excel files use ; instead of ,.
Does data stay private?+
Yes, no uploads.
Related tools
- DeveloperJSON Formatter & Validator
Pretty-print, minify and validate JSON live — with structure analysis.
- DeveloperJSON Schema to TypeScript and Zod
Generate TypeScript interfaces and Zod schemas from JSON Schema.
- AIJSON Repair (LLM Output Fixer)
Automatically repair broken JSON from ChatGPT, Claude and Gemini output.