Markdown Table to CSV

Convert GitHub-flavored Markdown pipe tables into CSV locally with delimiter, line-ending, header, trim, and report options.

Paste a Markdown pipe table or choose a local Markdown file to create CSV for spreadsheets, data cleanup, and handoff notes. The conversion stays on your device, checks the table shape, and reports rows that need attention before you copy or download the CSV.

Selecting a file replaces the pasted input. Files are read by this page on your device only.



How to use

Paste a Markdown table that uses pipe characters between cells. By default, the first row is treated as headers and the second row must be a Markdown separator such as | --- | --- |.

Choose comma, semicolon, or tab output, pick LF or CRLF line endings, and decide whether the header row should be included. Uneven rows are padded with blank cells and reported so you can review them before using the CSV.

Escaped pipe characters such as \| are kept as cell text. This tool is meant for straightforward Markdown tables; it does not evaluate spreadsheet formulas or recover complex table-like prose from a larger document.


References