Text File Split#
Text files can be split into a series of smaller files, either by number of files, bytes per file of lines per file.
The options are:
Filename - select the text file to split.
Split method - this can be File, Bytes or Lines.
Select the splitting parameters:
Number of files - editable using Files method
Max lines per file - editable using Lines method
Max bytes per file - editable using Bytes method
Split all files with same extension in current directory - will use specifications of the original file on all subsequent files.
Text File Split interface.#