Text File Splitter

Text_file_parser  Html_text_generator 
File Splitter
* Can split file by paragraphs, number of lines or characters.
* Can split file in vertical or horizontal direction.
* Supports flexible naming rules for new files.

Split file horizontally(by column)

Example:

Split file to many files, each has 1 column

Text file splitter

Procedures:

1) Ctrl-o open source text file

2) Open "file->save as->split by column" menu

3) Set "Split Naming" to test.###

Text file splitter

4) Click "Next" and enter an output file name with any name


Split file vertically(by line or paragraph)

Example 1:

Split file to many files, each has 3 lines

Text file splitter

Procedures:

1) Ctrl-o open source text file

2) Open "file->save as->split by bytes/lines" menu

3) Set "Split Name" to test.###

4) Set "split by 3 lines"

Text file splitter

5) Click "Next" and enter an output file name with any name


Example 2:

Split file to many files, splited from line containing 'NAME'

Text file splitter

Procedures:

1) Ctrl-o open source text file

2) Open "file->save as->split by bytes/lines" menu

3) Set "Split Name" to test.###

4) Set "Para Start" to other and enter "NAME", set "Para End" to "None"

Text file splitter

5) Click "Next" and enter an output file name with any name


Notes:

1. Since version 2.0, powerful feature of splitting file by fixed columns or lines is supported, user can set column width to 3,3,4,4 to split files by width 3,3,4,4,4,4... characters.

2. Since version 2.0, the splitted files can be named by customized rules, such as file001.txt, file.new.001, 00001_file, ...


Other Examples of "Text file splitter"
How to split a CSV file with Header according to value of a column?
How to split different groups of continuous numbers into different files?
How to split a csv file into multiple files according to value of column B?
How to split a text file into multiple files and take the date as filename?
How to split a text file into multiple files with maximum 100k bytes?
How to split a text file into multiple files evenly on size?
How to split a csv file according to the value of column A?
How to append the second columns of file A and B if first columns are identical?

Search all "Text file splitter" examples