String After Specified Position
Logic name
String After Specified Position (Document Mapper/Variable Mapper/Merge Mapper)
Function
This logic returns the characters after the specified position 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 |
Properties |
Description |
|---|---|---|
|
Required settings |
Starting position |
Specify the starting position. The leftmost position is 1. |
|
Comment |
Comment |
You can write a description of the logic. It doesn't affect the conversion process. |
Function details
Character position
For the input data, an index is assigned by character with the character on the leftmost as "1".
Logic sample
Mapping definition
Logic settings and processing result
The logic cuts out characters at the sixth character of the input string.
Property settings
|
Property |
Setting |
|---|---|
|
Starting position |
6 |
Input data
|
SampleValue |
|
SampleData |
|
Sample |
Output data
|
eValue |
|
eData |
|
e |
For a list of logics, refer to Mapper Logic Guide.