Markdown Table to CSV Converter

Paste any Markdown pipe table and convert it instantly to clean CSV — strips the separator row, handles spacing, and copies or downloads the result.

What Does This Tool Do?

Convert Markdown pipe-style tables to CSV. Automatically strips the separator row (---), trims whitespace, and quotes any cells containing commas or quote characters.

Key Features

🔄
Instant Convert
Paste markdown, get CSV immediately.
✂️
Separator Removed
Automatically skips the | --- | row.
🛡️
Quote Handling
Wraps cells with commas in quotes.
📋
Copy CSV
One-click copy of the CSV output.

How to Use

  1. Paste your Markdown table into the input box.
  2. Click Convert to CSV.
  3. Copy the CSV output.

Frequently Asked Questions

What Markdown table format does this support?
Standard GitHub Flavored Markdown (GFM) pipe tables with | column separator | and a | --- | --- | separator row.
Can I then open the CSV in Excel?
Yes — paste the CSV into a .csv file or import it into Excel using Data > From Text/CSV. Column detection is automatic.
What if a cell contains a comma?
Cells containing commas are automatically wrapped in double quotes, which is the standard CSV escaping method.