String After Specified Position

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

= Hint =

Refer to the following for details:

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

String After Specified Position

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

 

= Hint =

For a list of logics, refer to Mapper Logic Guide.