We posted the solution JSON file to Cloud Quest #23. 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.
This week’s quest is all about creating a workflow that can adapt to different incoming data schemas. The starting datasets contain strings of letters that can be parsed into words of different lengths based on various character starting positions within the string. Create a process that automatically parses the data from Dataset A using the parsing instructions provided. Once you create the workflow, you should be able to replicate your process for Dataset B by copying and pasting your tools.
Hint: If you are stuck, start with an Append Columns tool.
A combination of the Cross Tab, Formula, Select, and Append Columns tools should solve your problem, but not necessarily in this sequence.
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.
Fun one.
Using the Length to configure the column position is the trick.
Done!