dubasdey / File-Splitter

File splitter tool. Split files by size or number of lines.
GNU General Public License v3.0
78 stars 34 forks source link

Splitting by file size cuts lines #8

Open fabiankessler opened 7 years ago

fabiankessler commented 7 years ago

One file ends with a started line but unfinished and the next one continues with the rest of that line. If this is intended then it should be documented in the README.

fabiankessler commented 7 years ago

The README has this example:

fSplit -split 10230 kb c:\console\console.log

The lines of log files should never be cut into 2. So I consider this a bug.

dubasdey commented 7 years ago

Split by size uses only file size to calculate the split point. The file could be an ANSI file like a log or a BINARY file like a long video.

To split an ANSI file by aproximated size with line detection a flag could be added to the options to preserve the entire lines.

adamfisher commented 5 years ago

Any update on when this feature might be available?

dubasdey commented 5 years ago

Any update on when this feature might be available?

I'm so sorry. I do this project on my free time and i have no estimated time of my next holidays to work on this tool.

The project is open source and the issues are free to be solved by any volunteer.

Only fork the project, apply your solution or expected feature and request a merge into this one. If the solution works and is in the way on this tool is prentend to do i will be happy to merge it.

I will attend all issues as soon as possible.

Thanks for your patience and for supporting this tool.