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

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