The Summer Cup has officially kicked off! Get ready to learn, connect, and compete! Complete Community engagement tasks to earn points and unlock exclusive Summer Cup badges for your profile. Learn more here!

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
19 - Altair

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