Equal

Equal

Logic name

Equal (Document Mapper/Variable Mapper)

Function

This logic determines whether two input numbers are equal.

Data types

Location

Type

First input handler

Numeric

Second input handler

Numeric

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 0

Converts null to 0 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 compares two numerical values of the input data, and if they are equal, returns "true". If not, it returns "false".

Property settings

Property

Setting

Null option

Determine/calculate while remaining null value

Input data

100,100

100.0,100

100,100.1

Output data

true

true

false

 

= Hint =

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