After Specified Character

Logic Name

After Specified Character

Function

Returns the string after the specified character.

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 beyond the delimiter and output.
Property Settings
Property Setting
Delimiter @
Input Data
sampleuser@sampledata.com
sample@sample.net
sampledata
Result Data
sampledata.com
sample.net