Free tool

CSV to Markdown table converter

Paste CSV, get a clean GitHub-Flavored Markdown table. Auto-detects commas, semicolons, tabs and pipes; handles quoted fields. Runs entirely in your browser — nothing is uploaded.

FAQ

Questions, answered straight.

How do I convert a CSV file to a Markdown table?

Paste the CSV into the box above (or upload the file). The tool auto-detects the delimiter — comma, semicolon, tab, or pipe — and renders a Markdown table you can copy or download. It runs entirely in your browser.

Is my data uploaded anywhere?

No. This tool is 100% client-side JavaScript — your CSV is parsed in your browser and never sent to a server.

Does it handle quoted fields and commas inside values?

Yes — standard CSV quoting (RFC 4180) is supported: quoted fields, escaped quotes, and embedded delimiters or line breaks (line breaks become <br> inside the cell).

What's the Markdown table syntax it produces?

A GitHub-Flavored Markdown table: a header row, a `| --- |` separator line, then one pipe-delimited line per row, with pipes inside values escaped as \|.

Can I convert a PDF table to Markdown too?

Yes — use the free PDF to Markdown converter. It extracts tables from text-layer PDFs like bank statements straight into Markdown.

Got the table stuck in a PDF instead?

The free PDF → Markdown converter extracts tables from statements, reports and contracts.