Defining the properties of tJavaRow - Cloud - 8.0

Data mapping

Version
Cloud
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
Data Governance > Third-party systems > Processing components (Integration) > Data mapping
Data Quality and Preparation > Third-party systems > Processing components (Integration) > Data mapping
Design and Development > Third-party systems > Processing components (Integration) > Data mapping
Last publication date
2024-03-28

Procedure

  1. Select the tJavaRow component to define its properties.
  2. In the Basic settings tab, click the [...] button next to Edit schema to define the schema.
  3. Click the [+]  button to add a column to the input schema on the left, of type String, rename it outputKey, copy it to the output schema on the right, and then click OK.
  4. Add the following code in the Code section.String actualOutput = out.outputKey; System.out.println("======" + actualOutput + "======");