1.6

Table Of Contents
l
Left: Defines the start of the data selection to extract.
l
Right: Defines the end of the data selection to extract.
l
Top offset: The vertical offset from the current pointer location in the Data
Sample (Viewer).
l
Height: The height of the selection box.
l
Use selection: Click to use the value (Left, Right, Top offset and Height) of the
current data selection for the extraction.
Note
If the selection contains multiple lines, only the first line is selected.
l
Post Function: Enter a JavaScript expression to be run after the extraction.
For example replace("-","") would replace a single dash character
inside the extracted string.
l
Trim: Select to trim empty characters at the beginning or the end of the field.
l
Type: The data type of the selected data.
l
Concatenation string:
l
Split: Separate the selection into individual fields based on the
Concatenation string defined above.
l
Sub-Fields:
l
JavaScript : The result of the JavaScript Expression written below the drop-down
will be the value of the extracted field. If the expression contains multiple lines, the
last value attribution (variable = "value";) will be the value. See DataMapper API.
l
Use JavaScript Editor: Click to display the Script Editor dialog.
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
Use selection: Click to use the value of the current data selection for the
extraction.
Page 176