Before Specified Character

Logic Name

Before Specified Character

Function

Returns the string before the specified character of the input string.

Data Types

Location Type
The first input handler String
Logic output String
lightbulbRefer to "Logic Specifications" for details.

Properties

Category Property Description
Required Delimiter Specify the string as delimiter.
Comment Comment The comment will also be output to the specifications.It does not affect the conversion process.

Logic Sample

Mapping Definition

Logic Settings and Processing Result

If "@" is used for [Delimiter], cut the string before the delimiter and output.
Property Settings
Property Setting
Delimiter @
Input Data
sampleuser@sampledata.com
sample@sample.net
sampledata
Result Data
sampleuser
sample