Skip to content
Markdown

Markdown to CSV

Convert a Markdown table (or list) to CSV.

How it works

  1. 1Paste a Markdown table or list.
  2. 2It is converted to CSV.
  3. 3Copy or download the CSV.

Use cases

  • Open Markdown data in a spreadsheet.
  • Export a list to CSV.
  • Prepare data for import.

Frequently asked questions

Tables or lists?

If a table is present, its rows become CSV; otherwise list items become a single-column CSV.

Are commas handled?

Yes. Values with commas or quotes are quoted per the CSV standard.

Is it private?

Yes. The conversion runs entirely in your browser; nothing is uploaded.

Read the guide
How to convert Markdown to CSV
Lift the tables out of a Markdown document into CSV you can open in Excel, Google Sheets, or any database — and what to check when columns contain commas.
See all →