1.4

l
Record Property: One of the local variables that you can create and that are reset
for each document as opposed to data variables that are global because they are
initialized only once at the beginning of each job.
l
Automation Property: The current value of a Document-level property set in the
Preprocessor Step.
l
Extractor Property: The value of an internal extractor variable:
l
Counter: The value of the current counter iteration in a Repeat step.
l
Vertical Position: The current vertical position on the page, either in Measure
(PDF) or Line (Text and CSV).
l
Operators:
l
is equal to: The two specified value are identical for the condition to be True.
l
contains: The first specified value contains the second one for the condition to be
True.
l
is less than: The first specified value is smaller, numerically, than the second value
for the condition to be True.
l
is greater than: The first specified value is larger, numerically, than the second
value for the condition to be True.
l
is empty: The first specified value is empty. With this operator, there is no second
value.
l
Invert condition: Inverts the result of the condition. For instance, is empty becomes
is not empty.
CSV and Database Files
l
Based On:
l
Position: The data in the specified position for the comparison.
l
Column: Drop-down listing all fields in the Data Sample, of which the value
will be used.
l
Top offset: The vertical offset from the current pointer location in the Data
Sample (Viewer).
l
Use Selection: Click to use the value of the current data selection for the
extraction.
l
Trim: Select to trim empty characters at the beginning or the end of the field.
Page 157