8.6

Table Of Contents
1. WinQueue Input: Intercepts a printed data file sent to a Windows printer queue.
2. Metadata Level Creation:Begins a new document node when โ€œPage 1 ofโ€ is found on a
data page.
l Action:Document
l Delimiter:Begins when
l Rule:(@(?,1,1,1,9,KeepCase,NoTrim) IS EQUAL TO Page 1 of)
3. Metadata Sequencer: Splits the data file on each metadata document node level.
With this example, before the Metadata Level Creation task, the metadata structure contains
one group containing one document (containing multiple data pages). After the Metadata Level
Creation task, the metadata structure contains one group containing multiple documents.
Metadata Sequencer
Although the Metadata Sequencer acts as a splitter, the data file itself remains untouched, as
neither the data nor the metadata are actually being split through this task. With each
sequence, the entire data file still gets carried from one task to another. Metadata records are
simply selected / deselected, which has the same effect.
Input
Any data file with accompanying metadata.
Processing
A loop is established and the metadata is separated into chunks, as defined in the rules set
forth in the task properties.
Output
The original data file is output once per chunk, along with this chunk's metadata. Note that
*all*๎˜ƒthe metadata is in each of the sequence, but anything not part of the sequence is disabled
and is ignored by all tasks using metadata afterwards.
Page 494