Skip to content

ricardoianelli/Python-CSV-Splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”ͺ CSV Splitter πŸ”ͺ

A simple script to break a .csv file in multiple, smaller files.

πŸ₯’ How to use it? πŸ”ͺ

Download it anywhere, then open a console/terminal/command line and run the following command:

pip install -r requirements.txt

After that, just run the following command:

python splitter.py

And the program graphical interface should open.

image

After that, click on 'Select' and select the .csv file you want to split, then change the 'Rows per file' to the value of rows/lines each splitted file should have at maximum. Then, just click on 'Split!' and the script will read your file, split it into multiple files respecting the rows limit you've defined and then save them in an output folder in the same folder of the origin .csv.

About

A simple script to break a .csv file in multiple, smaller files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages