Transforms
Add Identifier
Add an identifier of the specified type to the record.
Example
This example shows how to use the Add Identifier transformation to add a UUID v4 identifier to your record.
Code
Given the input record:
Code
The output record will be:
Code
Supported Types
The Add Identifier transformation supports the following types:
- uuid_v4: A randomly generated UUID(default)
- uuid_v7: A randomly generated UUID using unix time
Last modified on