File formats / 11 formats, every pair
File format converter
One parser and one emitter per format, so every pair works the same way. Pick the two formats and the page for that conversion opens — 103 of them, plus the seven with a tool of their own.
CSV to JSON, worked out
3 rows and 4 columns: 4 lines of CSV become 20 lines of JSON.
CSV in
product,region,units,unit price Desk lamp,EU,128,24.50 Chair,R&D,64,98.00 Monitor,APAC,32,249.99
JSON out
[
{
"product": "Desk lamp",
"region": "EU",
"units": "128",
"unit price": "24.50"
},
{
"product": "Chair",
"region": "R&D",
"units": "64",
"unit price": "98.00"
},
{
"product": "Monitor",
"region": "APAC",
"units": "32",
"unit price": "249.99"
}
]JSON result
[
{
"product": "Desk lamp",
"region": "EU",
"units": "128",
"unit price": "24.50"
},
{
"product": "Chair",
"region": "R&D",
"units": "64",
"unit price": "98.00"
},
{
"product": "Monitor",
"region": "APAC",
"units": "32",
"unit price": "249.99"
}
]Every conversion, one page each
- CSV to YAML
- CSV to XML
- CSV to Markdown
- CSV to HTML
- CSV to LaTeX
- CSV to AsciiDoc
- CSV to reStructuredText
- TSV to JSON
- TSV to YAML
- TSV to XML
- TSV to Markdown
- TSV to HTML
- TSV to LaTeX
- TSV to SQL
- TSV to AsciiDoc
- TSV to reStructuredText
- JSON to TSV
- JSON to YAML
- JSON to XML
- JSON to Markdown
- JSON to HTML
- JSON to LaTeX
- JSON to SQL
- JSON to AsciiDoc
- JSON to reStructuredText
- YAML to CSV
- YAML to TSV
- YAML to JSON
- YAML to XML
- YAML to Markdown
- YAML to HTML
- YAML to LaTeX
- YAML to SQL
- YAML to AsciiDoc
- YAML to reStructuredText
- XML to CSV
- XML to TSV
- XML to JSON
- XML to YAML
- XML to Markdown
- XML to HTML
- XML to LaTeX
- XML to SQL
- XML to AsciiDoc
- XML to reStructuredText
- Markdown to CSV
- Markdown to TSV
- Markdown to JSON
- Markdown to YAML
- Markdown to XML
- Markdown to LaTeX
- Markdown to SQL
- Markdown to AsciiDoc
- Markdown to reStructuredText
- HTML to CSV
- HTML to TSV
- HTML to JSON
- HTML to YAML
- HTML to XML
- HTML to LaTeX
- HTML to SQL
- HTML to AsciiDoc
- HTML to reStructuredText
- LaTeX to CSV
- LaTeX to TSV
- LaTeX to JSON
- LaTeX to YAML
- LaTeX to XML
- LaTeX to Markdown
- LaTeX to HTML
- LaTeX to SQL
- LaTeX to AsciiDoc
- LaTeX to reStructuredText
- SQL to CSV
- SQL to TSV
- SQL to JSON
- SQL to YAML
- SQL to XML
- SQL to Markdown
- SQL to HTML
- SQL to LaTeX
- SQL to AsciiDoc
- SQL to reStructuredText
- AsciiDoc to CSV
- AsciiDoc to TSV
- AsciiDoc to JSON
- AsciiDoc to YAML
- AsciiDoc to XML
- AsciiDoc to Markdown
- AsciiDoc to HTML
- AsciiDoc to LaTeX
- AsciiDoc to SQL
- AsciiDoc to reStructuredText
- reStructuredText to CSV
- reStructuredText to TSV
- reStructuredText to JSON
- reStructuredText to YAML
- reStructuredText to XML
- reStructuredText to Markdown
- reStructuredText to HTML
- reStructuredText to LaTeX
- reStructuredText to SQL
- reStructuredText to AsciiDoc
Next in this job
Chosen from where these tools sit in the catalogue — the same workbench, the same category, the same words. Nothing here measures what you or anyone else opened.
- File to HTML converterTurn images into email-ready HTML with the images packaged alongside it, or into one standalone web page.Another File tool
- UPI ID format checkerCheck a conservative user@handle syntax and 45-character limit.Another format tool
- IFSC format checkerCheck the RBI-documented 11-character IFSC structure.Another format tool
- MICR format checkerCheck whether a MICR value contains exactly nine digits.Another format tool