Giter VIP home page Giter VIP logo

largefilesplitter's People

Contributors

philoushka avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

largefilesplitter's Issues

Multiple occurence of 1st row

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

Out of memory exception

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

Missing licence

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).

Wrong balancing on splitting

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 lines) but it didn't work.
Afterwards I removed the las line (10000 with headers) and happend the same...

When splitting a UTF-8 file, non-ASCII characters become garbage

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 following UTF-8 character: �. When I load the resulting file as Windows-1257, I see the following three bytes instead of every non-ASCII character: ļæ½.
My guess is that the original file was read and the resulting files were saved as UTF-8, but since the original wasn't in UTF-8 in the first place, every "invalid" character was turned into an U+FFFD REPLACEMENT CHARACTER upon reading, thus killing any hope that the resulting files could be saved correctly.
As far as I know, Excel still doesn't allow saving UTF-8 CSV files, so not supporting 8-bit character sets looks like a serious limitation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.