Refer to the help of each logic for the function of each logic and information of input handlers.
The same process can be executed with menu of the Designer.
| Item name | Description | Remarks |
|---|---|---|
| Cut | Cuts the logic icon. | |
| Copy | Copies the logic icon. | |
| Delete | Deletes the logic icon. | |
| Alignment |
Arrange the placement of the logic icons.
|
|
| Paste | Pastes the cut/copied logic icon. | |
| Properties | Open the Properties setting dialog of the logic. |
|
| Help | Open the help of logic. |
| Logic Type | Chip Image | Palette tab name |
|---|---|---|
| Loop logic | ![]() |
Loop |
| Convert logic | ![]() |
Branch Condition Numeric String Date Excel |
To avoid script stopping as the result of run-time error, check the data beforehand or enclose the Mapper components with Monitor Exception.
| Logic Type | Internal Data Type | Chip Image | Chip Image |
|---|---|---|---|
| Boolean | boolean | ![]() |
Condition |
| Numeric | BigDecimal | ![]() |
Numeric |
| String | String | ![]() |
String |
| Date | Date | ![]() |
Date |
| Type | Format of string |
|---|---|
| Date type | "yyyy-MM-dd'T'HH:mm:ss.SSSZZ" |
| Binary type | BASE64 Encoding |
| Numeric type / integer type / decimal type | Real number style |
| Boolean type | "True" or "false" |
About the format of date, refer to "Format of date/time formatting".
Refer to "Null option" for logic with null option.
When the characters above are used in input fields of Mapper logic, error occurs in execution.
Fields in which regular expression pattern can be input(such as "Regular expression replacement","Match to regular expression" logic), characters can be represented in Unicode notation.