2018.2

Table Of Contents
l "HTMLString" on page237
l "Integer" on page237
l "Float" on page236
l "Currency" on the facing page
l "Date" on page233
l "Object" on page238
Note
The Object data type is only available in the DataMapper module. It can be used for properties in
the Preprocessor step, but not for fields in the Data Model.
Boolean
Booleans are a simple true/false data type often used in conditions and comparisons.
Defining Boolean values
l
Preprocessor:
l
In the Step properties pane, under Properties, add or select a field.
l
Specify the Type as Boolean and set a default value of either
true
or
false
, followed by a semicolon.
l
Extraction:
l
In the Data Model, select a field.
l
On the Step properties pane, under Field Definition set the Type to Boolean.
The field value must be
true
or
false
.
Page 231