Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 268 Bytes

File metadata and controls

8 lines (7 loc) · 268 Bytes

csv_splitter

A simple efficient program to split a large CSV file by a max number of lines. It could techically be used for other file types but it will copy the header into each new file chunk.

Usage:

csv_splitter <input.csv> <output_dir> <lines_per_file>