Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

New User Struggling with splitting data

jay1994a
5 - Atom

Hi all,

 

Any help would be much appreciated. I have a json file which i am struggling to break out. I have used json parse and have had no luck in getting the output I want as i think this might be some kind of nesting issue.

 

 

 
1 REPLY 1
RolandSchubert
16 - Nebula
16 - Nebula

Hi,

 

it should be possible to split to JSON_NAME and JSON_VALUE using the JSON Parse tool,
then use a formula tool to extract the ID from each field, and Crosstab tool to create columns.

A sample workflow is attached, hope, this is helpful.

Labels
Top Solution Authors