core.noscript.text
Want to get involved? We're always looking for ideas and content for Weekly Challenges.
Solved in two different ways (with JSON Parse and with Text To Columns).
This one was really fun.
PFA my solution
Solution attached
1. double parse the json
2. A combination of transpose and crosstab
3. Clean the data when required
Here's my solution
Tried to be more compact, but I'd like the JSON parsing tool to be more specific.
This challenge is fun and a bit difficult.
Great to play with the JSON format!