2019.2

Table Of Contents
l
New DataMapper Configuration: Lets you build a data mapping configuration from
a file or with a wizard; see "Data mapping configurations" on page226.
DataMapper Scripts API
This page describes the different features available in scripts created inside DataMapper. See
"Using scripts in the DataMapper" on page399.
Objects
Name Description Available in
scripts of
type
"Objects" on
page406
A ScriptableAutomation object
encapsulating the properties of the
PlanetPress Workflow process that
triggered the current operation.
Boundaries,
all steps
except Goto
"boundaries"
on page408
An object encapsulating properties
and methods allowing to define the
boundaries of each document in the
job.
Boundaries
"data" on
page413
A data object encapsulating
properties and methods pertaining to
the original data stream.
Boundaries,
all steps
except Goto
"db" on
page426
An object that allows to connect to a
database.
Boundaries,
all steps
except Goto
"logger" on
page427
An object that allows to log error,
warning or informational messages.
Boundaries,
all steps
except Goto
Page 396