Hello all,
I am attempting to create a unique field that has all possible alphanumeric combinations with a length of 8.
Input field
(0,1,2,3,4,5,6,7,8,9,A,B,C, etc.)
Output:
0AB23CD4
Any ideas? I'm thinking it may just be easier to generate the .csv in python but thought I'd give Alteryx a try first. I do realize the above example will give about 1.22 trillion records 
The idea is to utilize these as codes for some potential direct mail marketing campaigns which would provide unique identifiers in the top right corner of the creative piece. When these people call in they provide the call center with this number allowing us to always have a perfect match across all systems.
Thanks for any help!