Hello guys,
I am a new user exploring Alteryx and was wondering if the following scenario is possible as I could not find a way to google my situation.
I extract excel data from 5 different data source systems. Once extracted, I need to clean up and standardize the data (i.e. brand A = product category 1, etc.) and then combine all 5 sources into one master excel file and then load it into Tableau.
Within each of these files, I need to create lookup tables to standardize data across the 5 sources.
Examples
1. Product A = "Product Category 1"
2. Error Code 5 = "Confirmed"
3. United States = "North America"
4. USA = United States
5. Unitd Stats of America = United States (typo examples)
Is there a way to build in this VLOOKUP logic into Alteryx that way every time I extract data, the lookups for specific fields will be stored in Alteryx, so I can simply import updated files into Alteryx and not have to keep re-cleaning my files each time?
For example, I want to have excel equivalent lookup tables built into Alteryx, so if there are new entries that have not been documented before, I can just update and add new new lookup entries to the respective tables.
Thanks,
Sam