CSV to Markdown
Turn CSV into Markdown right in your browser. Nothing is uploaded, no account is needed, and the file downloads the moment it is ready.
Turns a spreadsheet export into a Markdown table you can paste anywhere.
Free · no account · runs on your device
- Free & unlimited
- No account needed
- Runs in your browser
What this conversion does
Reading CSV
A CSV, TSV or semicolon-separated export is read to RFC 4180: quoted fields, doubled quotes, and commas or line breaks inside a cell all survive, and the delimiter is detected rather than assumed. The first row becomes the table header, and a cell holding a line break is flattened onto one line — a Markdown table row cannot span lines.
Writing Markdown
Portable, diff-friendly text that still reads well unrendered, and drops straight into Obsidian, Notion, a static-site generator or a Git repository.
A real example
Input.csv
Region,Q2,Note
EMEA,1.2M,"up, steady"
APAC,0.9M,"flat"
Output.md
| Region | Q2 | Note |
| --- | --- | --- |
| EMEA | 1.2M | up, steady |
| APAC | 0.9M | flat |
Both sides were produced by the converter on this page — the same code that runs when you drop your own file in.
How to convert CSV to Markdown
Open the converter
Source and target arrive already set to CSV → Markdown. There is nothing to configure.
Drop the file, or paste the text
One file at a time. You can also type straight into the editor and watch the preview keep up.
Convert and download
The result shows up in the preview pane first, so you can check it before the .md file lands in your downloads.
Related conversions
More from CSV
Other ways to get Markdown
Common questions
Is it really free?
How many files can I convert at once?
What happens to my file?
Converting an AI chat instead?
SaveAI is a browser extension that saves whole ChatGPT, Claude, Gemini and DeepSeek conversations as PDF, Word, Markdown and more — images, code and formulas included.
