2022.1

Table Of Contents
Condition
Left operand, Right operand
The Left and right operand can be Based on:
l Position: The data in the specified position for the comparison.
l Left (Txt and PDF only): The start position for the data selection. Note that
conditions are done on the current line, either the current cursor position, or the
current line in a Repeat step.
l Right (Txt and PDF only): The end position for the data selection.
l Height (Txt and PDF only): The height of the selection box.
l Column (CSV and Database only): 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 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263.)
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. See also:
"DataMapper Scripts API" on page408.
l Use JavaScript Editor: Click to display the Edit Script dialog (see "Using scripts in
the DataMapper" on page411).
Page 397