Markdown Table ↔ CSV
Text & Unicode
CSV output
Safe table preview
Convert input to display a preview.
How to use
Choose a direction
Choose a conversion direction between the two formats on this page.
Set the header and input
For CSV or TSV input, choose whether the first record is a header.
Inspect the result
Review warnings and the safe preview, then copy or download the result.
Frequently asked questions
- Are commas or tabs inside cells lost?
- No. Cells containing a format delimiter are preserved as quoted fields.
- Are line breaks inside cells preserved?
- Yes. Markdown uses <br>; CSV and TSV use line breaks inside quoted fields.
- Does the converter infer value types?
- No. Every cell remains a string.