2022.1

Table Of Contents
else
'nothing';
values.close();
statement.close();
con.close();
logger
Global object that allows logging messages such as error, warning or informational messages.
Methods
The following table describes the methods of the logger object.
Method Parameters Description
error()
message: String
Logs an error message
info() message: String Logs an informational message
warn() message: String Logs a warning message
record
The current record in the main data set.
Properties
Property Description
copies The total number of copies of the current record that must be created. By
default, this is 1. This value is used when the record is saved, at the end of
the data mapping process for each record.
fields The field values that belong to this record. You can access a specific field
value using either a numeric index or the field name.
index The one-based index of this record, or zero if no data is available.
Page 445