Need to associate Label Descriptions to Coded values across numerous columns (and tables).
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I'm cleaning some data for analysis from a highly normalized database and many of the columns (over 40) values are encoded with non-readable numeric values. There is a 'valuesets' reference file that contains the translation from 'code' to 'human readable label' values that I'd like to dynamically apply so that all columns in the target table are translated to their human readable values instead of the code.
I tried using 'dynamic replace', but this doesn't seem to work - I think I have the wrong tool. What's the easiest way to do this? I don't want to go the route of joining each individual column with a separate join tool. My target table is ultimately just one of 20, which will likely need to be cleaned via the same method.
See attachment so you can have a sense of what I mean by "encoded values".
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I should have worked the problem a bit more before posting. I should preface that I'm an alteryx beginner. I walked away for a little bit and the solution dawned on me. Sometimes the mind works best when you give it a rest :)
All that was really need was a transpose, two factor join, then cross-tab the data back to it's original form.
