1.8

Table Of Contents
l
Type: The data type of the selected data; see "Data types" on page168. Make sure that
the data format that the DataMapper expects matches the actual format of the data in the
data source; see "Data Format" on page223.
Settings for location-based fields in a Text file
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 Viewer).
l
Height: The height of the selection box. When set to 0, this instructs the DataMapper to
extract all lines starting from the given position until the end of the record and store them
in a single field.
l
Use selection: Click to use the value (Left, Right, Top offset and Height) of the current
data selection (in the Data Viewer) for the extraction.
Note
If the selection contains multiple lines, only the first line is extracted.
l
Post Function: Enter a JavaScript expression to be run after the extraction.
A Post function script operates directly on the extracted data, and its results replace the
extracted data. For example, the Post function script replace("-", ""); would replace
the first dash character that occurs inside the extracted string.
l
Use JavaScript Editor: Click to display the Script Editor dialog.
l
Trim: Select to trim empty characters at the beginning or the end of the field.
l
Concatenation string:
l
Split: Separate the selection into individual fields based on the Concatenation string
defined above.
Settings for location-based fields in a PDF File
These are the settings for location-based fields in a PDF file.
Page 221