Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 276 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 276 Bytes

CSV file divider

This script divides the CSV file with given path to the number of files that you have provided so that you won't need to handle larger CSV files.

Usage

Run ./divider --file "/file/to/the/path/large_file.csv" --count 8 command to divide CSV the file.