Map execution properties - 7.3

Talend Data Mapper User 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

You can specify properties (named values) when you execute a map using any of the mechanisms to invoke a map. These properties can be read during map execution using the GetMapProperty function.

If you are using an ESB to execute a map, the properties of the message triggering the map execution are automatically included as map execution properties.

The following properties are automatically specified. Properties starting with oaklandsw are reserved.
  • oaklandsw.source.url - The URL of the source document on which the map is executing.

  • oaklandsw.result.url - The URL of the result document on which the map is executing.

  • tdm.java.input - The Java input object to the map.