This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We're actively looking for ideas on how to improve Weekly Challenges and would love to hear what you think!
Submit FeedbackThe link to last week’s challenge is HERE.
This week’s exercise is another example of how Alteryx can take poorly formatted data such as transactional log files and turn it into usable data.
Use Case: A customer has some data that comes with key product information stored at the top of the file. Each data column contains three lines of header information per product (product, market and type). The customer wants this information to be shown in rows for each product.
Objective: Reformat the input data to match the output example.
A solution has been posted (it looks just like yours @Joe_Mako). Thanks for sharing yours too, @MichelKars.
...and here's another alternative with a hard-coded shortcut. Only works insofar as 1-to-1 relationship between Product, Market and Type remains valid.
Michael, I like the simplicity of your solution. Any chance I could see the .yxmd? I'm at dupton@decisionlab.net. My solution (just posted) also works, but uses hard-coding based on observed values...
@DanielUpton, with our latest release of Community, you can now upload solutions right into the thread and no longer have to share just via spoilers!
I think my solution is the same as some others.