Performing Row Denormalisation using Case function

This example demonstrates how to de-normalize data by looking up key-value pairs.

Source Data:

ClientIDKeyValue
ClientID1NameBill
ClientID1Phone1234567
ClientID2NameMark
ClientID2Phone123456

Desired Result

ClientIDNamePhone
ClientID1Bill1234567
ClientID2Mark123456

Transformation

Transformation

Case Statement

Case Properties

Grouper Properties

For more technologies supported by our ETL Software see Advanced ETL Processor Versions

Confused? Ask question on our ETL Forum
Last updated: March 14, 2023