EthicalFusion

Markdown Table to CSV

Extract a Markdown table back into clean CSV data.

Was this tool helpful? Thanks for the feedback!

Paste a Markdown table and get clean CSV back — the separator row is ignored and escaped pipes are restored. It is useful for pulling data out of documentation, READMEs and GitHub issues into a spreadsheet or script. Everything runs in your browser.

Go the other way with CSV to Markdown Table.

Frequently asked questions

How do I convert a Markdown table to CSV?

Paste the table and click convert; the tool extracts the rows and cells into CSV, skipping the separator row.

Does it handle escaped pipes?

Yes, escaped pipe characters (\|) are restored to literal pipes in the CSV output.

What can I use this for?

Extracting tabular data from documentation or GitHub issues so you can open it in Excel or process it in code.

Is my data uploaded?

No, it is all processed locally in your browser.