Right String
Logic name
Right String (Document Mapper/Variable Mapper/Merge Mapper)
Function
This logic cuts and returns the specified number of characters from the right of the input string.
Data types
|
Location |
Type |
|---|---|
|
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 |
Character length |
Specify the number of characters to cut. The whole string is returned if the specified number of characters is longer than the input string. |
|
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 cuts four characters from the right of the input string.
Property settings
|
Property |
Setting |
|---|---|
|
Character length |
4 |
Input data
|
SampleValue |
|
SampleData |
|
Sample |
Output data
|
alue |
|
Data |
|
mple |
For a list of logics, refer to Mapper Logic Guide.