To Boolean

Logic name
To Boolean (Document Mapper/Variable Mapper)
Function
This logic converts the input to the Boolean type.
Data types
Location |
Type |
---|---|
First input handler |
String |
Logic output |
Boolean |
For details, refer to Logic specifications (Document Mapper/Variable Mapper).
Properties
Category |
Property |
Description |
---|---|---|
Null processing |
Null option |
Specify how to handle the input if it contains null. |
Comment |
Comment |
You can write a description of the logic. It doesn't affect the conversion process. |
Null option
Option |
Description |
---|---|
Convert null into false |
Converts null to false and continues with the process. |
Output null if the input is null |
Outputs null if the value of the input handler is null. |
For details, refer to Logic specifications (Document Mapper/Variable Mapper).
Logic sample
Mapping definition

Logic settings and processing result
The logic converts string in input data to the Boolean type.
Property settings
Property |
Setting |
---|---|
Null option |
Convert null into false |
Input data
true |
false |
aaa |
Output data
true |
false |
false |
For a list of logics, refer to Mapper Logic Guide.