CSV to Markdown Table Converter
| name | role | city | | --- | --- | --- | | Ada | Engineer | London | | Grace | Admiral | New York |
Converted locally in your browser. Your CSV stays only on this page.
Turn CSV into a Markdown table
Paste a spreadsheet export or CSV fixture and get a GitHub-Flavored Markdown table to drop into a README, issue, or pull request. With the header toggle on, the first CSV row becomes the table header; turn it off to synthesize Column 1…Column N headers and treat every row as data. Quoted fields with commas, newlines, and escaped quotes are handled, embedded pipes are escaped as \|, and newlines inside a cell collapse to a space so each row stays on one line.