Before Specified Character
Logic name
Before Specified Character (Document Mapper/Variable Mapper/Merge Mapper)
Function
This logic returns the characters before the specified character 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 |
Delimiter |
Specify a delimiter. |
|
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
If "@" is used for Delimiter, this logic cuts and outputs the characters before the delimiter from the input data.
Property settings
|
Property |
Setting |
|---|---|
|
Delimiter |
@ |
Input data
|
sampleuser@example.com |
|
sample@example.net |
|
sampledata |
Output data
|
sampleuser |
|
sample |
|
|
For a list of logics, refer to Mapper Logic Guide.