And operation

Logic name
And operation
Function
This logic returns the logical conjunction (AND condition) of two input booleans.Data type
Location |
Type |
---|---|
First input handler |
Boolean |
Second input handler |
Boolean |
Logic output |
Boolean |
Property
Category |
Property |
Description |
---|---|---|
Comment |
Comment |
It does not affect the conversion processing. |
Example of logic use
Mapping definition

Logic settings and processing result
This logic returns "true" if the birthplace is "Tokyo" and the gender is "male". If not, it returns "false".
Property settings
Property |
Setting Value |
---|---|
None |
|
Input data
Tokyo,female |
Tokyo,male |
Osaka,male |
Output data
false |
true |
false |