Skip to main content Skip to complementary content
Close announcements banner

Configuring the tJavaRow component

Procedure

  1. Double-click tJavaRow to display its Basic settings view and define the components properties.
  2. Click Sync columns to make sure that the schema is correctly retrieved from the preceding component.
  3. In the Code field, enter the following code to display the content of the input file and pass the data to the next component based on the defined dynamic schema column:
    System.out.println(input_row.dyna);
    output_row.dyna = input_row.dyna;
    Information noteNote:

    In the Code field, input_row and output_row correspond to the links to and from tJavaRow.

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!