Is it possible to add random string column for example name or nationality in an alteryx workflow ?.
I have used the following workflow to build the entire dummy data-
https://www.theinformationlab.co.uk/2019/04/29/quickly-generate-dummy-data-in-alteryx/
Is it possible to add 2 random text column (name and nationality) as well to the above workflow ?
These text values should make some sense not like too random, any ideas ?
@akash_kumar99
Follow the suggestion by @PhilipMannering , I modified the original workflow to give random contry name and names.
1. Coutry name is from the link by @PhilipMannering .
2. Person Names are from
https://community.alteryx.com/t5/Weekly-Challenge/Challenge-120-Popular-Baby-Names/td-p/171607
Hi @akash_kumar99
If you already have name data (you could just download most popular baby names for example) and nationality (https://www.gov.uk/government/publications/geographical-names-and-information) you could select and random sample (Random % Sample Tool) and join on Record position (Join Tool).