Split a large CSV file into smaller files by row count or column values.
e.g. Keep headers in each file, custom naming
“Split my customer database into separate files by country”
Create a CSV file splitter app. Split method: {split_preferences} Upload CSV, choose split mode, preview how files will split, download all as ZIP. Use PapaParse — import Papa from 'https://esm.sh/papaparse@5'. Use JSZip — import JSZip from 'https://esm.sh/jszip@3'. {additional_requirements}
Highlighted values like {variable} will be replaced with your inputs.
Fill in the fields and generate your app instantly