The main purpose of FTSplit is to provide and implement rules
for identifying data as it is received by FTSpooler. Once
identified, data can be associated with a specific form or may
be redirected to another queue for further processing, typically
to be formatted using a different form. Such a need is common in
two
situations:
- where FormTrap is being used to process a large
number of varied documents, which would otherwise require the
creation of multiple FTSpooler queues; and
- where the file needs splitting into individual documents
that require individual delivery (email or fax).
Splitting involves two components:
FTSplitDef is the design
environment that allows you to create rules for identifying and
splitting batch runs; and FTSplit is the run time component
used by the FormTrap Spooler. FTSplit allows you to
identify data, split that data into separate documents according
to your user-defined rules as well as removing unwanted pages of data such as summary details from the
file.
|