Substring - 7.3

Talend Data Mapper Functions Reference Guide

Version
7.3
Language
English
Product
Talend Big Data Platform
Talend Data Fabric
Talend Data Management Platform
Talend Data Services Platform
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development > Designing Jobs
Last publication date
2023-01-05

Returns a substring of characters.

Arguments

Input value Specify the input value to process.

Properties

Start Enter the one-based character that starts the returned substring. The first character is 1.

This property is also available as an argument. If you specify both, the argument value is used and the property value is ignored.

Length Enter the number of characters to return after (and including) the start character.

This property is also available as an argument. If you specify both, the argument value is used and the property value is ignored.