2021.2

Table Of Contents
Name Description
page440
"newDoubleArray()" on
page440
Returns a double array.
"newFloatArray()" on
page440
Returns a float array.
"newIntArray()" on
page441
Returns an integer array.
"newLongArray()" on
page441
Returns a long array.
"newStringArray()" on
page441
Returns a string array.
"openBinaryReader()"
on page441
Opens a file as a binary file for reading purposes.
"openBinaryWriter()" on
page442
Opens a file as a binary file for writing purposes.
"openTextReader()" on
page442
Opens a file as a text file for reading purposes.
"openTextWriter()" on
page444
Opens a file as a text file for writing purposes.
Using scripts in the DataMapper
In the DataMapper every part of the extraction process can be customized using scripts.
A script can be used to set boundaries for a data source (see "Setting boundaries using
JavaScript" on page390). The script determines where a new record starts.
Page 387