And

Logic name
And (Document Mapper/Variable Mapper)
Function
This logic returns the logical conjunction (AND condition) of two input booleans.Data types
Location |
Type |
---|---|
First input handler |
Boolean |
Second input handler |
Boolean |
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 any input is null |
Outputs null if the value of any input handler is null. |
For details, refer to Logic specifications (Document Mapper/Variable Mapper).
Logic sample
Mapping definition

Logic settings and processing result
This logic returns "true" if the place of production is "Napa Valley" and the color is "Red". If not, it returns "false".
Property settings
Property |
Setting |
---|---|
Null option |
Determine/calculate while remaining null value |
Input data
Bordeaux,Red |
Napa Valley,Red |
Aconcagua,White |
Output data
false |
true |
false |
For a list of logics, refer to Mapper Logic Guide.