CSV to Markdown
Convert CSV to Markdown table online. Paste CSV and get a GitHub Markdown table. Free CSV to MD converter.
CSV
Markdown
Features
- Render CSV as a GitHub-flavored Markdown table
- Escape pipes in cells
- Copy into README or docs
- Delimiter auto-detect
Common Use Cases
- Paste a small dataset into a pull request
- Document fixtures in Markdown
- Turn a sheet into a changelog table
- Share a comparison without attaching CSV
Markdown tables are small
Large CSV makes unreadable Markdown. Use this for tens of rows, not tens of thousands. Newlines in cells become <br> which some renderers honor.
Examples
Valid - Tiny table
feature,status
CSV,doneFrequently Asked Questions
Does this work on GitHub?
Yes, GFM pipe tables. Alignment colons are not emitted; add them if you care.
Tips
- Keep the sample under ~30 rows for a README.