Markdown Table to CSV

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.

How Markdown tables are parsed

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.

How to convert a Markdown table

  1. Paste a table that includes a header and Markdown divider row.
  2. Choose comma, tab, or semicolon as the output delimiter.
  3. Copy the result into a spreadsheet, data file, or import tool.

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