Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Generating a BatchID for all the rows

nsrao_1975
5 - Atom

Hi,

 

    How can i generate a unique BatchID , a alphanumeric value like '0E984725-C51C-4BF4-9960-E1C80E27ABA0' 

 for all the rows ?  

 

   I will be loading daily files into the destination. For each run, a BatchID should be assigned to all the records in that run.

So that it helps me to identify the records in the destination for each BatchID seperately.

 

 

Thanks,

NSRao

2 REPLIES 2
AdamR_AYX
Alteryx Alumni (Retired)

Try the formula function UuidCreate() and then append fields to attach it to every record in your batch

Adam Riley
https://www.linkedin.com/in/adriley/
OmaratRJL
7 - Meteor

in UuidCreate() we see () the parenthesis designate some kind of a parameter correct? what are some parameters? Can we for example limit the number of letters maybe we want to not use the letter "o" or the letter "i" how would we do that?

Labels