CSV
Available
Basic data preview table
Basic data preview table is wired to stdlib. Runs with Python standard-library parsing and safe fallbacks. If the required engine is unavailable, the page names the dependency instead of starting a broken job.
Inputtxt, md, html, css, js, csv, json, xml, yaml, yml
Outputtxt, json, html, csv
Limit25 MB
EngineBuilt in
Best for
How it works
Related tools
CSV
Available
CSV to JSON
Convert spreadsheet rows into a JSON array, using the header row as field names.
CSV AvailableJSON to CSV
Convert a JSON array of objects (or a single object) into a spreadsheet-ready CSV file.
CSV AvailableFormat JSON
Pretty-print a minified or messy JSON file with consistent indentation so it is readable again.
CSV AvailableMinify JSON
Strip whitespace from a JSON file to make it as small as possible for production use.
CSV AvailableValidate JSON
Check whether a JSON file parses correctly and get the exact line and column of the first error.
CSV AvailableJSON to YAML
Convert a JSON file to YAML for config files that expect YAML syntax.