2022.1

Table Of Contents
Name Description
page468
"newCharArray()" on
page468
Returns a character array.
"newDoubleArray()" on
page469
Returns a double array.
"newFloatArray()" on
page469
Returns a float array.
"newIntArray()" on
page469
Returns an integer array.
"newLongArray()" on
page469
Returns a long array.
"newStringArray()" on
page470
Returns a string array.
"openBinaryReader()"
on page470
Opens a file as a binary file for reading purposes.
"openBinaryWriter()" on
page470
Opens a file as a binary file for writing purposes.
"openTextReader()" on
page470
Opens a file as a text file for reading purposes.
"openTextWriter()" on
page472
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.
Page 411