Convert Markdown Table to CSV

Paste a Markdown table, get nicely formatted CSV in return.

Pro tip — use Tab as a delimiter and pasting into Excel or Google Sheets will just work.
Output
Your converted output will appear here.

When to convert Markdown tables to CSV

Markdown tables are great for documentation, but CSV is the universal format for data work. Converting to CSV lets you open the data in Excel, Google Sheets, or any database tool without manual reformatting.

Common use cases

  • Extract data from GitHub README files — copy a table from a README and open it directly in a spreadsheet
  • Move API documentation tables into Excel — convert parameter reference tables to CSV for offline review or sharing
  • Paste directly into Google Sheets — use the Tab delimiter and paste; no file download needed
  • Feed data into pipelines — CSV works with pandas, SQL imports, and most ETL tools

Tips

  • Use Tab delimiter to paste directly into Excel or Google Sheets without saving a file first
  • If your table cells contain commas, choose semicolon or pipe as the delimiter to avoid quoting issues
  • Uncheck header row if you only want the data rows without column names

Related tools