Not equal
Logic name
Not equal
Function
This logic determines whether two input strings differ.
Data type
|
Location |
Type |
|---|---|
|
First input handler |
String |
|
Second input handler |
String |
|
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 determines whether the character strings of the input data differ, and if they differ, outputs "true". If they match, it outputs "false".
Property settings
|
Property |
Setting Value |
|---|---|
|
None |
|
Input data
|
Sample Data,Sample Data |
|
Sample Data,abcde |
|
Sample Data,Sample_Data |
Output data
|
false |
|
true |
|
true |