Challenge #443: Mystery of the Unjoined Records
- 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
Hi Community,
A solution to last week’s challenge can be found here. This week’s challenge was submitted by Alteryx ACE and Grand Prix champion, Claire McCollough! Thank you, Claire (@clmc9601), for this exciting challenge submission!
Can you solve the mystery of the unjoined records?
As part of a performance analysis, you have two datasets: one containing the Item Number and Item Cost, and another containing Item Number and Product Type. Your task is to get the Item Number, Item Cost, and Product Type all in the same table.
Although it looks like a simple Join tool would do the trick, for some reason, the rows do not join correctly. You need to determine the extra steps you need to take to make the join work.
Tips:
- Modifying the input YXDB files or retyping the data is NOT a valid answer. Your solution should use Alteryx Designer tools and work even if you have hundreds or thousands of items.
- All five records should join upon output. For the correct answer, none of the Item Numbers should contain leading or trailing spaces or invisible whitespace.
- If you get stuck, feel free to open the hints provided in the Start workflow.
Source:
You can visit https://www.babelstone.co.uk/Unicode/whatisit.html to identify the Unicode IDs for the invisible whitespace characters.
Need a refresher? Review the following lessons in Academy to gear up:
Good luck!
Academy Team
- Labels:
- Core
- Data Preparation
- Intermediate
- 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
My 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
A bit tricky at first but the website helped in finding the invisible characters in the input file.
Awesome exercise.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Oh my gosh - I can't believe this through me for a loop. At first glance it should be easy.
- 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Very tricky, thank you Claire @clmc9601