7.6

Table Of Contents
l Trim selection: Select to force the splitter to strip empty trailing characters. When this option is not selected,
blank trailing characters, if any, are considered in the matching process, so the word “DAY” will not be con-
sidered as matching the word “DAY”. Note that this setting applies only to the Word change option.
l Where to split: By default, the task splits the file at the beginning of the line on which the condition is met (the
default value is 0). If you want the task to split the file a certain number of lines before or after that line, enter a
value other than 0 in this box. Enter 1, for example, to split the file at the beginning of the line that precedes the
line on which the condition is met.
l Before: If you entered a value other than 0 in the Where to split box, select this option if you want to
split the file a given number of lines before the line on which the condition is met.
l After: If you entered a value other than 0 in the Where to split box, select this option if you want to split
the file a given number of lines after the line on which the condition is met.
l When condition is found: By default, the task splits the file every time the condition is met (the default
value is 1). If you want the task to split the file only when the condition has been met twice, for example, enter
the number 2 in this box.
l CSVEmulation Group
l Add header to each output file:This option should only be checked if you are using CSVemulation, and
will copy the first line of your data file as the first line of each split file aftewards. This is useful only if your first
line is a Header line that contains your field names.
Examples &Use Cases
This task is put into effect in the following use cases and example processes:
l Capture Web Manager Workflow
On Error Tab
The On Error Tab is common to all tasks. Details can be found on Task Properties Dialog.
If storing the message or ID, if they are store in a jobinfo they will be available in any error handling process where errors are
being forwarded. In all cases, if your process continues after the error, the contents of the variables selected in this window
will be available for the rest of your process, or whenever they are overwritten.
In-Stream Splitter
In-Stream Splitter action tasks are used to split non-emulated data files into multiple data files that are passed to subsequent
tasks in the process. Note that performing the splitting process on raw, non-emulated data speeds up the splitting process.
In-Stream Splitter action task properties are as follows:
General tab
l Split data file on page group: Select to split the data file based on pages (rather than on a word found within the
data stream) and to activate the options from this group, which are used to tailor exactly how you want the page based
splitting process to take place.
l Page breaks on form feed: Select if you want to start a new data page whenever a form feed character is
found.
l Page breaks on a number of lines: Select if you want start a new data page whenever a given number of
lines has been counted. Enter the number of lines in the edit box below or use the spin buttons.
l Page(s) per output: Select if you want the file generated by the splitter to include multiple data pages. Enter
the number of pages in the edit box below or use the spin buttons.
l Split data file on a word group: Select to split the data file based on a word found within the data stream (rather
than on based on pages) and to activate the options from this group, which are used to tailor exactly how you want the