The Smaller
 
                                            Logic name
The Smaller (Document Mapper/Variable Mapper/Merge Mapper)
Function
This logic returns the smaller 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 smaller one.
Property settings
| Property | Setting | 
|---|---|
| None | 
 | 
Input data
| 99,100 | 
| 100,100 | 
| 101,100 | 
Output data
| 99 | 
| 100 | 
| 100 | 
For a list of logics, refer to Mapper Logic Guide.