2019.2

Table Of Contents
Postprocessor
The Postprocessor subsection defines what postprocessors run on the Data Sample at the end
of the data mapping workflow. Each Postprocessor runs in turn, using the result of the previous
one as an input.
l
Name: The name to identify the Postprocessor.
l
Type: The type of Postprocessor. Currently there is a single type available.
l
JavaScript: Runs a JavaScript Expression to modify the Data Sample. See
"DataMapper Scripts API" on page396.
l
Use JavaScript Editor: Click to display the Edit Script dialog (see "Using
scripts in the DataMapper" on page399).
l
Add Postprocessor: Click to add a new Postprocessor. Its settings can be modified
once it is added.
l
Remove Postprocessor: Click to remove the currently selected Postprocessor.
l
Move Up: Click to move the Postprocessor up one position.
l
Move Down: Click to move the Postprocessor down one position.
Postprocessor definition
JavaScript
l
Expression: The JavaScript expression that will run on the Data Sample. See
"DataMapper Scripts API" on page396.
l
Use JavaScript Editor: Click to display the Script Editor dialog.
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.
Toolbar
In the DataMapper module, the following buttons are available in the top toolbar.
File manipulation
l
New: Displays the New wizard where a new data mapping configuration or a new
template can be created.
Page 392