Convert a Markdown table to CSV, TSV, or semicolon-delimited text for spreadsheets, databases, reporting tools, and data cleanup. The header row is included and the Markdown divider row is removed automatically.
The converter accepts tables with or without outer pipe characters. Escaped pipes remain inside their original cells, and <br> tags become line breaks. Fields that contain the selected delimiter, quotes, newlines, or surrounding spaces are quoted correctly in the output.
Alignment markers such as :--- and ---: control Markdown presentation and are not included as data. The conversion runs locally in your browser.
Related tools: CSV to Markdown Table · Markdown Editor · JSON to CSV