|
Modules: Cleaner |
Merger | Remover
| Filterer | Keeper
| Sampler Separator | Seeder | Counter | Splitter | Utilities | Automater
Splitter
Use
the Splitter if
you need to split one big list into a number of smaller
ones.
Indicate the Input file, the Output file (basic name,
see the section Processing result
below) and a splitting option and click Go.
Processing options
The
Splitter has the
following processing options:
#
of addresses per file: Check this
option to have your original file splitted into a number of
files, each containing the specified number of items
(lines). In
fact, the last file may contain fewer lines if the number of
lines in your input file cannot be divided evenly into the
number of addresses you specified.
#
of files: Check this option to have
your original file splitted into the specified number of
files, each containing the same number of items (lines). In
fact, the last file may contain fewer lines if the number of
lines in your input file cannot be divided evenly into the
number of files you specified.
Processing result
As
the result you will have a number of output files each
containing a part of your original input file. Please note
that the name you specify as the Output file is the basic
name. The Splitter
will add the ordinal number (00000 - 99999) to each output
file name during the files creation.
E. g.
if you specified the output file name “Splitted.txt”, after
the Splitter you
will have the following files:
Splitted00000.txt Splitted00001.txt Splitted00002.txt Splitted00003.txt etc.
The
input file will remain
intact.
|