All tools

Markdown Table Converter

Convert between Markdown tables, CSV, and JSON.

Name,Age,City
Ada,28,London
Bob,35,NYC

Markdown tables come and go between docs and spreadsheets all day. CSV is universal but loses formatting. JSON is great for data work. Conversion goes round-trip with quoting and pipe-escaping handled.

About

Paste a markdown table to get CSV or JSON. Paste CSV or JSON to get a markdown table. Pipes are escaped, quoting handles commas, and column widths are auto-aligned.

How to use

  1. Pick the direction.
  2. Paste your input.

FAQ

Does it handle multi-line cells?+

No. Markdown table cells are single-line. Multi-line content needs HTML or a different table syntax.