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.

Json to a Excel Table.

rohit782192
11 - Bolide

Hi,

 

I have a Json File i want to Convert Json to a Excel Table format.

 

where Tags are the Header and Sub Header and Values are keys .

6 REPLIES 6
SGolnik
11 - Bolide
11 - Bolide
Raj
16 - Nebula

Please Convert this file type to .Json and then use Json parse tool you can refer the Example attached to tool in Alteryx as well.

rohit782192
11 - Bolide

I tried but via Input Data tool it is not getting loaded.

Swathi
9 - Comet

The format you file has isint what the tool can take so try getting it into a single line, by concatenating it

Attaching the workflow for ease ,(Leaving the rest for the transformations bit)  Please mark as solution if it helps

SGolnik
11 - Bolide
11 - Bolide

You can also read in XML from the .txt using the input tool as a .csv file with a delimeter of \0.

apathetichell
20 - Arcturus

The problem is that Alteryx's input data is inexplicably awful for JSON natively.

 

Having said that - just bring this in as plain text with the \0 delimiter as @SGolnik points out. Use a summarize tool in concat mode (with \n or \0 as your option) - and then use json parse on that concatenated value.

 

The json parse tool is awesome.

Labels
Top Solution Authors