Alteryx Designer Desktop Discussions

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

Random name and number generator

joseph1229
6 - Meteoroid

Hi is there any way where we can specifically generate random names, random numbers and random addresses for hundreds of rows? 

 

Can anyone please help me. I only found UuidCreate() to create unique identifier.

 

Thank you

3 REPLIES 3
AbhilashR
15 - Aurora
15 - Aurora

Hi @joseph1229, Alteryx has a native Rand() function that helps you generate random numbers. As for random names and addresses, I would give the Mimesis Data Generator connector created by @tlarsen7572 a try.

 

You can find it here: https://github.com/ayx-builders/ayx_builders_pack

 

Let us know if this is not what you were looking for.

tlarsen7572
11 - Bolide
11 - Bolide

Thanks for the shout-out, @AbhilashR.  Just to clarify, the Mimesis tool was built by @SophiaF and she graciously allowed Nick and I to include it in the ayx_builders pack.  Sounds like it would be perfect for @joseph1229's use case.

joseph1229
6 - Meteoroid

Thank you

Labels