We posted the solution JSON file to Cloud Quest #10. 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.
In today’s Cloud Quest, you will find a dataset containing the titles, key words, and other data for all New York Times articles published from January 1, 2020, to December 31, 2020.
In your result, write a statement similar to this:
The word football appears [number] times in articles published in the Sports section on [day of week]s.
Hint: Unlike Designer Desktop, the Text To Columns tool in Designer Cloud requires the backslash character (\) to be used to escape values within strings. White space characters can be escaped with a backslash as they are in RegEx syntax. You can find more information in the Delimiters field in the Text To Columns tool's Configuration window.
If you find yourself struggling with any of the tasks, feel free to explore these interactive lessons in the Maveryx Academy for guidance:
Once you have completed your quest, go back to your Analytics Cloud library.
This is what happens when I do not take any hints, it may be ugly but it does the job. :)
And I created an App in App Builder for extra credit.
Nice and straightforward, but ensure you make the necessary bits and pieces dynamic.
M.
Filtern for football, then parsed the word football out, so I could count it,the rest is simple math and a string.
Hi Please find my solution attached, I believe the word football appears more times that the solution states, the solution seems to have the number of articles with the word football rather than the actual number of times that football appears.. I was able to match the solution, but added the correct to the end of the output..
Let me know if I missed something,
Thank you