Package adams.flow.transformer.splitfile
-
Class Summary Class Description AbstractFileSplitter Ancestor for file splitters.SplitByLineCount Splits the text file into chunks with the specified maximum of lines.SplitByNumber Splits the file into a number of equally sized files.SplitBySize Splits the file into chunks with the specified maximum size.