CSV Splitter help
CSV Splitter breaks a large CSV into smaller ones. Split every N data rows, into a chosen number of parts, or group the rows by the value in one column.
Steps
- Paste or load your CSV.
- Choose the split mode and its setting.
- Download the parts, or copy one at a time.
Common questions
Does each part keep the header?
Yes, unless you say the input has no header row.
What does split by column do?
It makes one file for each distinct value in the column you name, holding just the rows with that value.
Is there a size limit?
It works in memory in your browser, so very large files are limited by your device's memory rather than a fixed cap.
Does anything leave my browser?
No. The tool runs entirely on this page.
Everything runs in your browser. Nothing you enter or drop is uploaded.
Back to CSV Splitter