LargeFileSplitter icon indicating copy to clipboard operation
LargeFileSplitter copied to clipboard

You have a large file (CSV, txt,etc). Let's split its contents into multiple files.

Results 5 LargeFileSplitter issues
Sort by recently updated
recently updated
newest added

This project doesn't run under any licence so I don't know if I'm allowed to use it in my location (or workplace).

Tried to split a 1.6GB file and got the out of memory exception on a Windows 10 machine with 12 GB RAM.

All resulted files contained the 1st row of the initial file, located in the beginning of each file. Great job though! Thanks!

I just tried to split a CSV file saved in Windows-1257 character set, and it distorts data upon saving: each non-ASCII character in the output file was turned into the...

Hi there. I tried to split a 10000-line file in 10 files getting back files with 1001 lines and the last one with 992. I put the headers line (10001...