Skip to content

Generate ID

Description

This activity generates new unique IDs wherever they are missing in the specified column. The generated ID follows the GUID format.

Input

Data

Output

Transformed Data

Configuration Fields

Column The column in which unique IDs will be generated for missing values.

Sample Input

NameUserID
Alice
Bobabcd-1234
Carol

Sample Configuration

alt text

Sample Output

NameUserID
Alice550e8400-e29b-41d4-a716-446655440000
Bobabcd-1234
Carol123e4567-e89b-12d3-a456-426614174000