Skip to content

JonMontgo/csvsplit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV Split

Install

Run pip install . or pip3 install .. Make sure you use the pip associated with python3.

Usage

simply type in csvsplit -h to see all of the options that csvsplit supports.

Example Usage

csvsplit -c 100 foo.csv

This will split foo.csv into parts with 100 lines each. The chunked files will follow naming conventions of {full_path_wo_ext}_chunk_{chunk_num}{extension} So if foo.csv was 198 lines long...

./foo_chunk_1.csv
./foo_chunk_2.csv

About

Split your csv into chunks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages