2019.2

Table Of Contents
l
Expression: The JavaScript line that is evaluated. Note that the last value
attribution to a variable is the one used as a result of the expression. See also:
"DataMapper Scripts API" on page396.
l
Use JavaScript Editor: Click to display the Edit Script dialog (see "Using scripts in
the DataMapper" on page399).
l
Use selected text: Inserts the text in the current data selection in the JavaScript
Expression. If multiple lines or elements are selected, only the first one is used.
l
Data Property: The value of a data-level property set in the Preprocessor step (see
"Steps" on page274).
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 (see "Steps" on page274).
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).
Condition
The Condition drop-down displays the cases in list form. Three buttons are available next to
the list:
l
Add case: Click to add a new case to the step. It will be placed next to any existing
cases.
l
Remove case: Delete the currently selected case.
l
Order Cases: Under the Name column, select a case, then click one of the buttons on the
right (Delete, Move Up, Move Down) to delete or change the order of the cases in the list.
Operators
l Case conditions are made by comparison of the two operands, left and right, using a
specific Operator.
Page 386