Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAMy solution below:
Here is my solution
My output has an additional month which I've kept as there is no specification for date filters. I can also see there is a prefix added to some of the fields on the example output which i've deliberately excluded but if it was required i'd just hardcode with a select tool
A nice challenge, thank you, @GeneR.
It was a good practice of Download and JSON Parse tools for me. I followed a similar logic as in the solution provided which seemed most straightforward to me.