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
Name | UserID |
---|---|
Alice | |
Bob | abcd-1234 |
Carol |
Sample Configuration
Sample Output
Name | UserID |
---|---|
Alice | 550e8400-e29b-41d4-a716-446655440000 |
Bob | abcd-1234 |
Carol | 123e4567-e89b-12d3-a456-426614174000 |