Skip to main content Skip to complementary content

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 – let us know how we can improve!