Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

JSON tree to table

JarkkoP
7 - Meteor

HI Community,

 

I have an JSON data column, that has a JSON tree structured data in it (screenshot of data below and dataset attached) . I'm struggling to convert this to a table into the following format: 

 

Parent 1Parent 2Parent 3Parent 4Value
123324234 124,3
121232  165,5
165434254124432,4

 

Is this possible to do with Alreryx and if it is, how ? :=)

 

JarkkoP_0-1643012197272.png

 

 

Thanks!

 

5 REPLIES 5
PhilipMannering
16 - Nebula
16 - Nebula

Looks like all your child objects are empty so the JSON Parse Tool isn't working.

 

Maybe this gets you started (see attached),

PhilipMannering_0-1643022935556.png

 

PhilipMannering
16 - Nebula
16 - Nebula

* edit: I think I mean to say JSON_Values are empty, not child objects.

JarkkoP
7 - Meteor

Thanks Philip! This will definitely help me forward :=) Have a great day! 

JarkkoP
7 - Meteor

Yes, they are still missing. Bad description from me. This is exactly what I wanted, thanks again :=)

PhilipMannering
16 - Nebula
16 - Nebula

Good stuff. Happy to help @JarkkoP 

Labels
Top Solution Authors