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
- Host: GitHub
- URL: https://github.com/enescakir/csv-divider
- Owner: enescakir
- License: mit
- Created: 2017-05-06T19:57:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-08T08:34:58.000Z (about 8 years ago)
- Last Synced: 2025-02-01T20:29:44.818Z (4 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`