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

Converting json to table

tjamal1
8 - Asteroid

I am trying to parse json and convert it into table but i am getting this output 

 

Capture.PNG

 

Expected output 

Record IDday_timestampsum_pageview_count
02016-06-06T00:00:00-04:0019321
12016-06-05T00:00:00-04:005791
 
 
 
 
 
 
 
 
 
1 REPLY 1
MichalM
Alteryx Alumni (Retired)

@tjamal1 

 

The json has a funny structure where the field name/type information is separate from the actual data. The attached should do the trick. I separate out the data and headers and then use dynamic rename to bring them back together.

 

json-table1.png

Labels
Top Solution Authors