Hi everyone,
I'm currently running into a situation in Alteryx macro, in order to create a macro for repetetive data cleansing.
I have multiple data sources, and I would like to categorize "Identification number", "document number", "drivers licence", etc, in each different data course all as "ID".
So it would be like: from data source 1, if there are names "Identification number", it falls under "ID" category, and when I change/connect to a different data source, "document number" also falls under "ID". So I can add steps for further cleansing rules specifically for ID afterwards.
Since it's build in Alteryx macro, I hope there would be a way that I don't need to change the filter/formula every time I connect with a different data source (if possible).
Not sure if I have made myself clear.
Thank you in advance for your help!