Not

Logic name
Not (Document Mapper/Variable Mapper)
Function
This logic returns the negation (NOT condition) between two input booleans.
Data types
Location |
Type |
---|---|
First 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 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
If the input data is "true", "false" is output. If the input data is "false", "true" is output.
Property settings
Property |
Setting |
---|---|
Null option |
Convert null into false |
Input data
true |
false |
Output data
false |
true |
For a list of logics, refer to Mapper Logic Guide.