Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

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

Al3XE16
7 - Meteor

My favourite type of workflow, really enjoy JSON Parse, just wish I understood API calls a little better. 

JoeS
Alteryx Alumni (Retired)

Fairly neat solution pulling out the column_names for a dynamic rename after the crosstab

 

Spoiler
Workflow.png
otresca
7 - Meteor

Solution

jssandom
8 - Asteroid

My solution

catherineduffy
8 - Asteroid

My solution attached!

Paul-Evans
9 - Comet

Here's my solution:

JamesMA
Alteryx Alumni (Retired)

I have a terrible solution but it works.

NickC
Alteryx Alumni (Retired)

Ta da

GiuseppeC
Alteryx
Alteryx

Hi all! I'm new to JSON parsing and using a JSON viewer helped me understand the pattern in the raw data after the download tool.

Used this one http://jsonviewer.stack.hu/, you just need to paste the your JSON data in the text tab and get the visual tree in the viewer tab.

 

Hope it helps!

 

Here's my solution:

msicak
8 - Asteroid

a great into to the download tool!

 

Spoiler
ch7.png