The Larger
Logic name
The Larger (Document Mapper/Variable Mapper/Merge Mapper)
Function
This logic returns the larger of the two input values.
Data types
|
Location |
Type |
|---|---|
|
First input handler |
Numeric |
|
Second input handler |
Numeric |
|
Logic output |
Numeric |
Refer to the following for details:
-
Logic specifications (Document Mapper/Variable Mapper)
-
Logic specifications (Merge Mapper)
Properties
|
Category |
Property |
Description |
|---|---|---|
|
Comment |
Comment |
You can write a description of the logic. It doesn't affect the conversion process. |
Logic sample
Mapping definition
Logic settings and processing result
The logic compares the value of "column[1]" with the value of "column[2]" of input data and outputs the larger one.
Property settings
|
Property |
Setting |
|---|---|
|
None |
|
Input data
|
99,100 |
|
100,100 |
|
101,100 |
Output data
|
100 |
|
100 |
|
101 |
For a list of logics, refer to Mapper Logic Guide.