Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #7: Download Data and Parse JSON

JBraithwaite
8 - Asteroid
 
bmarx112
7 - Meteor
Spoiler
Ch7.JPG
Illya
8 - Asteroid

My solution

Inactive User
Not applicable
 
Nicholas_Bignell
8 - Asteroid

Another recording to show the unnecessarily long way to do this...

AlexSimpson
7 - Meteor

Enjoyable Challenge!

 

Solution attached

Kong
7 - Meteor

Keep going challenges!  Challenge #7 completed.

SamGon
7 - Meteor

Solution:

 

Spoiler
Once the data is downloaded and parsed, I split it to identify the column headers and the underlying data. The column split is used to identify the unique data record ID and the column heading ID. The column headers are joined to the data by using Find/Replace and the column ID. The data is reformatted using Crosstab and Dynamic Rename to correct the column headings since the crosstab added underscores.
tdonohue001
6 - Meteoroid

I had to add a sort at the end (compared to the provided solution) to get it to match. But got there in the end! 

Cool seeing how to connect to the internet....possibilities are endless! 

JamesCameron
8 - Asteroid

My effort.

 

Spoiler
JamesCameron_0-1573541675920.png