Skip to content

Triggered Unfold

Description

This activity reassembles several rows into a structured format when triggered by a user-specified value.

Input

Data

Output

Transformed Data

Configuration Fields

  • Key column The column identifying the unique key.
  • Fold column The column containing the trigger value to process.
  • Trigger value The specific value in the Fold column that indicates the start of a new session.
  • Data column The column holding the data to associate with each event.

Sample Input

SessionIDEventTypeEventData
1STARTA
1DATAB
1DATAC
2STARTX
2DATAY

Sample Configuration

alt text

Sample Output

SessionIDSTARTDATA
1AC
2XY