1.5

Table Of Contents
Name Description Available In
sourceRecord
Returns a source record object
containing properties specific to the
current source record being processed.
Boundaries, all Steps except
Goto and Postprocessor
steps
Returns a steps object encapsulating
properties and methods pertaining to
the current DataMapper process.
Extract, Condition, Repeat
and Multiple Conditions
Steps
Functions
Name Description Available In
copyFile() Copies a file to the target file path,
replacing it if it already exists.
Boundaries, Steps
createTmpFile()
Creates a file with a unique name
in the temporary work folder and
returns a file object.
Boundaries, Steps
deleteFile()
Deletes a file.
Boundaries, Steps
execute()
Calls an external program and
wait for its end.
Boundaries, Steps
newByteArray()
Returns a new byte array.
Boundaries, Steps
newCharArray()
Returns a character array.
Boundaries, Steps
newDoubleArray()
Returns a double array.
Boundaries, Steps
newFloatArray()
Returns a float array.
Boundaries, Steps
newIntArray()
Returns an integer array.
Boundaries, Steps
Page 208