Translate - 8.0

Talend Data Mapper Functions Reference Guide

Version
8.0
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-10-26

Replaces individual characters with other individual characters.

Each character in the Characters to be replaced field is replaced by the character which is in the same position in the Replacement characters field.

For example, with the input string Abcd, if you enter Ac in Characters to be replaced and zY in Replacement characters, you will get the following output: zbYd.

Arguments

Input value Specify the string in which the replacement is to be performed.

Properties

Characters to be replaced Enter the list of characters to replace.

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

Replacement characters Enter the list of replacement characters.

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