UUID to Integer
Description
This operation converts a valid UUID identifier into its corresponding integer representation.
UUIDs are 128-bit identifiers that are generated to be unique, typically represented as 32 hexadecimal digits, displayed in 5 groups separated by hyphens.
Data types
These are the input/output expected data types for this operation:
Input data
- UUID values you want to transform.
Accepts standard UUID format with hyphens (e.g., 9adaaf21-565a-4a62-95a3-aeda20797bb5). The input is case-insensitive (uppercase and lowercase hex characters are supported) and must contain exactly 32 hexadecimal characters (excluding hyphens).
Output data
- Integer representation of the input UUIDs.
It returns a string to handle large values. The value represents the UUID as a base-10 integer.
Example
Suppose you want to transform a series of UUIDs into their corresponding integer values.To do it:
In your Pipeline, open the required Action configuration and select the input Field.
In the Operation field, choose UUID to Integer.
Give your Output field a name and click Save. The values in your input field will be transformed. For example:
You can try out operations with specific values using the Input field above the operation. You can enter the value in the example above and check the result in the Output field.
Last updated
Was this helpful?

