Convert Numeral System
Logic name
Convert Numeral System (Document Mapper/Variable Mapper/Merge Mapper)
Function
This logic converts the numeral system of the input value.
Data types
|
Location |
Type |
|---|---|
|
First input handler |
String |
|
Logic output |
String |
Refer to the following for details:
-
Logic specifications (Document Mapper/Variable Mapper)
-
Logic specifications (Merge Mapper)
Properties
|
Category |
Property |
Description |
|---|---|---|
|
Required settings |
Input radix |
Specify the radix for input. |
|
Required settings |
Output radix |
Specify the radix for output. |
|
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
This logic converts the input data from decimal to binary.
Property settings
|
Property |
Setting |
|---|---|
|
Input radix |
Decimal |
|
Output radix |
Binary |
Input data
|
1 |
|
7 |
|
17 |
Output data
|
1 |
|
111 |
|
10001 |
For a list of logics, refer to Mapper Logic Guide.