Middle String (property)

Logic name
Middle String (property) (Document Mapper/Variable Mapper/Merge Mapper)
Function
This logic cuts and returns the middle 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 |
Starting position |
Specify the starting position to cut. The leftmost position is 1. |
Required settings |
Character length |
Specify the number of characters to cut. |
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 three characters from the sixth character of input string.
Property settings
Properties |
Setting |
---|---|
Starting position |
6 |
Character length |
3 |
Input data
SampleValue |
SampleData |
Sample |
Result data
eVa |
eDa |
e |
For a list of logics, refer to Mapper Logic Guide.