We posted the solution JSON file to Cloud Quest 21. 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.
We are officially in the holiday season here in the US! In honor of this celebratory time, let’s discover some unofficialholidays listed on nationaldaycalendar.com.
For this week’s quest, your task is to create a two-column table with all these holidays in chronological order.
Hint:
The DateTime tool will parse string dates with a warning if the format is inconsistent.
Useful DateTime Specifiers:
%d = Day number
%B = Month
%b = Mon
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.
Done!
I solved this one based on the hint, not how I would have I would have solved it normally.
That is a lot of DateTimeParse
I parsed out the dates and months and standardized them. Then the Date_Time conversion worked in one step. Created a string version of the date for presentation.