Examples

The data-integration/samples/transformations directory contains the following example KTRs that show how to use this step:

Example KTR File
Description

Denormaliser – Simple Example.ktr

Converts a ‘month’ row in a record to a multiple ‘month’ columns.

Denormaliser – Data Conversion and Aggregation.ktr

Converts data values by ‘month’.

Denormaliser – 2 Series of Key-Value Pairs.ktr

Converts ‘name’ and ‘ID’ rows to multiple ‘name’ and ‘ID’ columns.

Denormaliser – Capturing Last State Timestamp.ktr

Aggregates data values by ‘state’.

Last updated

Was this helpful?