Hello
I have the following use case I need to define a 6 character identifier for about 1.2 million records. Using the UuidCreate() gives me something that looks like this:
d24eca0a-50c1-4a09-8e09-783abff272a1
I am 100% that this will insure uniqueness but it needs to be usable and this is way too long. So I was wondering if there is a way to get Alteryx to trim the string while the function is working and also do some extra things like:
eliminate the letters o, i ,l to increase readability and accuracy.
If I trim the string to 6 characters I get roughly 36,000 dupes.
Any ideas on how to tackle this?