Identical

Logic Name

Identical

Function

Determines whether the two input strings are identical.

Data Types

Location Type
The first input handler String
The second input handler String
Logic output Boolean
lightbulbRefer to "Logic Specifications" for details.

Properties

Category Property Description
Null processing Null option Specify how to handle the input if it contains null.
Comment Comment The comment will also be output to the specifications.It does not affect the conversion process.

Null option

Option Description
Determine/calculate while remaining null value Outputs true if values of both input handlers are null and outputs false if only one of them is null, then continues with the process.
Convert null into empty string Converts null to empty string and continue with the process.
Output null if one input is null Outputs null if the value of one input handler is null.
lightbulbRefer to "Logic Specifications" for details.

Logic Sample

Mapping Definition

Logic Settings and Processing Result

If the input strings are the same it returns "true". Otherwise it returns "false".
Property Settings
Property Setting
None  
Input Data
Sample Data Co.,Ltd.,Sample Data Co.,Ltd.
Sample Data Co.,Ltd.,abcde
Sample Data,Sample Data Co.,Ltd.
Result Data
true
false
false