100% local — your data never leaves your browser

Markdown Table to CSV Converter — Free Online

Extract a Markdown table and convert it to CSV instantly in your browser. Escaped pipes and quoting handled. Free and private: nothing is uploaded.

Instant Private Zero cookies
Delimiter

Markdown input

CSV output

Why convert a Markdown table to CSV?

Tables written for a README or documentation often need a second life in a spreadsheet or a data pipeline. Paste your Markdown above — the whole document is fine — and the first table is extracted and converted to CSV instantly.

How it works

The converter locates the first GFM table (a header row, a | --- | separator and data rows), unescapes pipes, pads short rows so every line has the full set of columns, and emits CSV with proper quoting. The output delimiter (comma, semicolon, tab or pipe) is yours to choose.

Frequently asked questions

Is my Markdown uploaded to a server?
No. Everything runs entirely in your browser with JavaScript. Nothing is sent over the network, which makes the tool safe for sensitive data.
Can I paste a whole document around the table?
Yes. The converter finds the first GFM table in your input — header, separator and data rows — and ignores the prose around it. Escaped pipes (\|) are restored to plain pipes.

Related converters