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

Transpose Fields and Values

hellyars
13 - Pulsar

I have a json input from a web scrape.  I need to transpose the data into a traditional table format.  The Field Names are in JSON_NAME. The Values are in JSON_ValueString.  Records (rows) start with each reference to "Aircraft".  

 

From this...

Screen Shot 2021-03-01 at 4.21.26 PM.png 

To this...Screen Shot 2021-03-01 at 4.21.36 PM.png

2 REPLIES 2
apathetichell
20 - Arcturus

This would fit your description - but it seems like every two row may relate to one aircraft. You'd need to modify if if that's the case.

hellyars
13 - Pulsar

@apathetichell   This works and you are correct, each aircraft has two lines associated with it.  That's easy to clean up.

Thanks!

Labels
Top Solution Authors