To Boolean

Logic Name

To Boolean

Function

Converts input to type Boolean.

Data Types

Location Type
The first input handler String
Logic output Boolean
lightbulbRefer to "Logic Specifications" for details.

Properties

Category Property Description
Null processing Null option Specify how to handle the input if it contains null.
Comment Comment The comment will also be output to the specifications.It does not affect the conversion process.

Null option

Option Description
Convert null into false Converts null to false and continues with the process.
Output null if any input is null Outputs null if the value of any input handler is null.
lightbulbRefer to "Logic Specifications" for details.

Logic Sample

Mapping Definition

Convert to Boolean

Logic Settings and Processing Result

The logic converts string values in input data to type Boolean.
Property Settings
Property Setting
Null option Convert null into false
Input Data
true
false
aaa
Result Data
true
false
false