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

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