https://github.com/mmahmoudian/chop-the-file
A program to split massive text based files into smaller peices
https://github.com/mmahmoudian/chop-the-file
Last synced: 3 months ago
JSON representation
A program to split massive text based files into smaller peices
- Host: GitHub
- URL: https://github.com/mmahmoudian/chop-the-file
- Owner: mmahmoudian
- Created: 2014-03-26T22:13:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-29T13:43:25.000Z (over 8 years ago)
- Last Synced: 2025-03-05T22:00:12.366Z (3 months ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chop-the-file
=============This is program is designed to split massive text based files (eg. CSV, TSV, TXT) into smaller peices based on given number of lines.
## Usage
* To view the help:
`$ python chop_the_file.py --help`
* To start chopping:
`$ python chop_the_file.py --source /home/MyBigFile.csv --destination /home/results --extension csv`
* Or you can simply use the file and it will ask you the information it needs:
`$ python chop_the_file.py`
## Contribution
Feel free to modify the file and create pull requests or ask for features and support.