Alteryx Designer Desktop Discussions

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

Help with reading Json file

Raj
14 - Magnetar

please help in reading Json file. the file is attached below for refference

5 REPLIES 5
PhilipMannering
16 - Nebula
16 - Nebula

Hi @Raj,

 

Looks like you're JSON is malformed. If you're willing to forgo some of the functions (example: ObjectId() or ISODate() ) then you can get the data parsed out. See attached.

PhilipMannering_0-1681734828096.png

 

Raj
14 - Magnetar

@PhilipMannering can you share the .yxzp format . I want to check the configuration of input tool

PhilipMannering
16 - Nebula
16 - Nebula

Hi @Raj 

 

Yes, certainly. See attached.

Raj
14 - Magnetar

Can I get help in converting it to tabular as well?

Facing some issues at my end 

 

Thanks in advance

 

PhilipMannering
16 - Nebula
16 - Nebula

Hey @Raj

 

Here is my attempt at converting the JSON to a proper tabular format. I've included all fields here, which you may not need, so delete as appropriate.

PhilipMannering_0-1681806402703.png

 

Labels