Different

Logic name
Different (Document Mapper/Variable Mapper)
Function
This logic determines whether two input strings differ.
Data types
Location |
Type |
---|---|
First input handler |
String |
Second 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 |
---|---|
Determine/calculate while remaining null value |
Outputs either "false" if the values of both input handlers are null, or "true" if only one of them is null, and then continues with the process. |
Convert null into empty string |
Converts null to an empty string and continues with the process. |
Output null if one input is null |
Outputs null if the value of one 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 determines whether the strings of the input data differ, and outputs "true" if they differ. If they match, it outputs "false".
Property settings
Property |
Setting |
---|---|
None |
|
Input data
Sample Data,Sample Data |
Sample Data,abcde |
Sample Data,Sample_Data |
Output data
false |
true |
true |
For a list of logics, refer to Mapper Logic Guide.