Developer·Updated 2026-04-22

CSV ↔ JSON Converter

CSV to JSON and back. Comma, semicolon, tab, pipe. RFC 4180 compatible.

CSV ↔ JSON Converter

How it works

  1. 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. 2.

    Set delimiter

    Pick column alignment: left (default), center, or right. The alignment separator row (:---, :---:, ---:) is generated correctly for each column.

  3. 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