Hello,
I have a lot of files in different formats and I'm trying to normalize everything into 1 format. Part of that is to convert all the different categorical values for the same field. Essentially if a field has categorical values of "A","B","C", etc, they should be converted to "1", "2", "3", etc. I know that I can use the Find & Replace tool along with a lookup table to do the conversion, but I have to do this for about 20 fields with different lookups values. Other than using the Find & Replace tool 20 times, is there a more efficient way to do this?
For instance I can stack the look up tables in 3 columns,
Field_Name, Orig_Code, Normalized_Code
Field 1, C, 1
Field 2, F, 1
Field name would be the actual field that needs to be normalized, and Orig_Code would then be replaced with Normalized code for that field only.
Anyway this can be done in Alteryx?
Thanks