We posted the solution JSON file to Cloud Quest #28. Check it out and let us know what you think! Send suggestions to academy@alteryx.com or leave a comment below!
For more detailed instructions on how to import and export Designer Cloud workflow files, check out the pinned article Cloud Quest Submission Process Update.
You are given a sample server log dataset containing timestamps and messages.
Your task is to:
Solve this problem with as few tools as possible.
Hint: Practice using RegEx functions in the Formula tool.
If you find yourself struggling with any of the tasks, feel free to explore these interactive lessons in Alteryx Academy for guidance:
Once you have completed your quest, go back to your Analytics Cloud library.
Solved! I have 3 tools plus a Select. The Select is just to remove the initial, unparsed column, to match with the answer's columns. I'll need a ruling from everyone else if this counts as 3 or 4 tools :)
It is fun one
Since the hint said to use Regex, I redid it without using Regex. It might be a three tool solution.
Fun one! Always love a RegEx problem
Two tools are essential to answer the questions
But if the outputs must match, then you will need another two tools
Here's my minimal take based off of the functionality that is requested