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

Denormalizing on one column

Procedure

  1. Drop the following components: tFileInputDelimited, tDenormalize, tLogRow from the Palette to the design workspace.
  2. Connect the components using Row main connections.
  3. On the tFileInputDelimited Component view, set the filepath to the file to be denormalized.
  4. Define the Header, Row Separator and Field Separator parameters.
  5. The input file schema is made of two columns, Fathers and Children.
  6. In the Basic settings of tDenormalize, define the column that contains multiple values to be grouped.
  7. In this use case, the column to denormalize is Children.
  8. Set the Delimiter to separate the grouped values. Beware as only one column can be denormalized.
  9. Select the Merge same value check box, if you know that some values to be grouped are strictly identical.
  10. Save your Job and press F6 to execute it.

Results

All values from the column Children (set as column to denormalize) are grouped by their Fathers column. Values are separated by a comma.

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!