We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Row string to column header and corresponding value

RTAlteryx_2404
5 - Atom

Hello All,

I have a column that has the data I require including header and value.

{"customerFullName":"ABC","customerCode":"Claim","StatusCode":"Guided","TypeCode":"VST","ProcessName":"Servicing "}

I want to have customerFullName as column header and ABC as its value, so on and so forth

So My data is arranged like Table 1 in the attachment and I want it to be like Table 2. What tool should I be using? Any examples would be highly appreciated.

 

 

3 REPLIES 3
PhilipMannering
16 - Nebula
16 - Nebula

Hi @RTAlteryx_2404 

 

You can use the JSON Parse Tool and then Cross tab the result,

Screenshot 2024-06-13 163455.png

RTAlteryx_2404
5 - Atom

Thank you Philip. Will definitely look at it and let you know

RTAlteryx_2404
5 - Atom

Awesome Philip. It worked like magic

Labels
Top Solution Authors