CSV ⇄ JSON ⇄ Markdown

Convert between CSV, JSON, and Markdown

Frequently Asked Questions

Is the converter free?
Yes—100% free. We include optional affiliate links to developer tools to keep it free.
What formats are supported?
CSV ⇄ JSON ⇄ Markdown tables. You can convert any pair bidirectionally.
How big can my file be?
Up to 10 MB per conversion (uploads or pasted text).
Do you handle multi-line cells and quotes?
Yes. We use robust parsers for quoted fields, escaped characters, and multi-line cells.
Is my data stored?
No user content is stored. We only log anonymized analytics (format type, timestamp, hashed IP).
Can I use the API?
Yes. Use POST /api/convert with input, inputFormat (or auto), and outputFormat.
Which delimiters are supported for CSV?
Comma by default; auto-detect supports tabs and semicolons in most cases.
Will the Markdown output include a header row?
Yes. Headers are derived from the source (or union of keys when converting from JSON).
Developer Tools we ♥