MapValues - 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

Specifies a mapping of a set of input values to output values.

The MapValues function is used to map a set of input values to output values for a map element. It supports a variable number of ValueMapping functions each of which specifies the mapping of one or more input values to a single output value.

This function returns a String.

Arguments

Source Map Element (String) The (typically input) map element that is the source of the input values.
Values (ValueMapping) A mapping of a set of input values to an output value. Any number of ValueMapping functions may be specified here.