File-Splitter icon indicating copy to clipboard operation
File-Splitter copied to clipboard

Splitting by file size cuts lines

Open fabiankessler opened this issue 7 years ago • 4 comments

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 avatar Aug 05 '16 01:08 fabiankessler

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.

fabiankessler avatar Aug 05 '16 01:08 fabiankessler

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.

dubasdey avatar Aug 18 '16 06:08 dubasdey

Any update on when this feature might be available?

adamfisher avatar Dec 27 '18 17:12 adamfisher

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.

dubasdey avatar Jan 02 '19 15:01 dubasdey