Skip to main content Skip to complementary content
  • New archived content: Talend MDM, Talend Data Catalog 8.0, and Talend 7.3 products reached their end of life in 2024. Their documentation was moved to the Talend Archive page and will no longer receive content updates.
Close announcements banner

Defining the properties of tJavaRow

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 + "======");

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!