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

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

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.