UUID

<< Click to Display Table of Contents >>

Navigation:  Reference > Transforms >

UUID

Description

Adds a new column, filled with Universally Unique Identifiers.

 

Example

Add a column of UUIDs:

 

Add a column of UUIDs / GUIDs.

 

Inputs

One.

 

Options

Set New column name to the name of the new column you want to create.

Set Format according to how you want the UUIDs to look:

oStandard: {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}

oWithout braces: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

oWithout braces or dashes: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

 

Notes

A Universally Unique Identifier (UUID) is used to uniquely identify objects in computer systems. It is also known as a Globally Unique Identifier (GUID).

On Mac, DCE v4 (random) UUIDs are used.

Each time the transform is run it will create a different set of UUIDs.

Theoretically, it is possible to generate the same UUID twice. But you are more likely to hit by a meteorite on your way to collect your lottery winnings.

 

See also

Row Num

Random