Identical

Identical

Logic name

Identical (Document Mapper/Variable Mapper)

Function

This logic determines whether two input strings are equal.

Data types

Location

Type

First input handler

String

Second input handler

String

Logic output

Boolean

= Hint =

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 "true" if the values of both input handlers are null, or "false" 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.

= Hint =

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 match, and outputs "true" if they match. If they differ, it outputs "false".

Property settings

Property

Setting

None

 

Input data

Sample Data,Sample Data

Sample Data,abcde

Sample Data,Sample_Data

Output data

true

false

false

 

= Hint =

For a list of logics, refer to Mapper Logic Guide.