CSV
Available
Split CSV
Break a large CSV into smaller files of a fixed row count, packaged as a ZIP.
Inputcsv
Outputzip
Limit25 MB
EngineBuilt in
Use cases
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.