Convert
Turn JSON, CSV, XML, YAML, and spreadsheets into other formats.
JSON to CSV
Turn a JSON array of objects into CSV.
CSV to JSON
Parse CSV into a JSON array of objects.
XML to JSON
Convert an XML tree to JSON.
JSON to XML
Serialize JSON as an XML document.
YAML to JSON
Parse YAML into JSON.
JSON to YAML
Dump JSON as YAML.
Markdown to HTML
Render Markdown to an HTML file.
Split CSV
Split a CSV into smaller files by row count.
JSON to Table
Turn a JSON array into an HTML table.
TSV to CSV
Convert tab-separated values to CSV.
CSV to TSV
Convert CSV to tab-separated values.
Excel to CSV
Export the first sheet of an .xlsx file to CSV.
CSV to Excel
Save CSV as a one-sheet .xlsx workbook.
XML to CSV
Flatten repeating XML children into CSV.
JSON to Excel
Save a JSON array as .xlsx.
Excel to JSON
Export the first sheet as JSON.
HTML to Markdown
Convert HTML tags to Markdown.
Word to HTML
Convert .docx to HTML.
Word to Text
Extract text from a .docx file.
CSV to SQL
Turn CSV rows into INSERT statements.
JSON to TypeScript
Infer an interface from JSON.
XML Formatter
Pretty-print XML.
HTML Formatter
Indent HTML tags.
SQL Formatter
Break SQL onto keyword lines.
JWT Decoder
Decode a JWT header and payload.
Zip Files
Pack files into a ZIP.
Unzip Files
Extract a ZIP in the browser.
YAML Formatter
Pretty-print YAML.
TOML to JSON
Parse TOML into JSON.
File to Base64
Encode any file as a data URL.