Split CSV

Split a CSV into smaller files by row count.

Upload a CSV with a header and at least one data row, set rows per part, and download multiple files. The header is copied into every part.

Limitations

The row count applies to data rows only. Empty files or header-only files cannot be split. Broken quoting can mis-parse rows.

Recommended tools

FAQ

Yes. Each split file includes the original header row.

CSV is parsed as a tabular format, so correctly escaped delimiters and hyphenations remain part of the cell. Corrupted quotes or a non-standard source structure can lead to incorrect parsing of strings.