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

Executes a map.

This function executes a map. Nothing is returned from the map execution, which is completely separate from the currently executing map. The map is executed entirely before the function returns, so it is possible for the current map (the map calling this function) to depend on the results of the called map execution.

Arguments

Properties Add as many Property functions as needed to specify the properties to be passed to the map to execute.

Properties

Map Path Enter the full path name of the map to execute. For example, if you want to execute a map called DepartmentMap in the project Personnel, the name would be /Personnel/Maps/DepartmentMap.

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