2021.2

Table Of Contents
l XPath (XMLonly): The path to the XML field that is extracted.
l JsonPath (JSON only): The path to the JSON element that is extracted. (See:
"JsonPath" on page238.)
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.
l Value: A specified static text value.
l Value: The text value to use in the comparison.
l Use selected text: Uses the text in the current data selection as the Value. If
multiple lines or elements are selected, only the first one is used.
l Field: The contents of a specific field in the Extracted Record.
l Field: The Extracted Record field to use in the comparison.
l JavaScript: The result of a JavaScript Expression.
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.
l Use JavaScript Editor: Click to display the Edit Script dialog (see "Using
scripts in the DataMapper" on page387).
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 (see
"Preprocessor step" on page255).
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 "Preprocessor step" on page255).
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:
Page 371