An open API service indexing awesome lists of open source software.

https://github.com/enescakir/csv-divider

Divides CSV file to parts
https://github.com/enescakir/csv-divider

Last synced: 2 months ago
JSON representation

Divides CSV file to parts

Awesome Lists containing this project

README

        

# CSV Divider
`python3 divider.py --count 10000 --file sample.csv --name newpart`

`python3 divider.py --part 3 --file sample.csv --name newpart`

`python3 divider.py --part 3 --file sample.csv --name newpart --noheader`