Skip to content

Ruby script that can divide CSV file to number of files.

License

Notifications You must be signed in to change notification settings

mustafaergul/file_divider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Ruby script that can divide CSV file to number of files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages