Alteryx Designer Desktop Discussions

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

How I do bring in a Json file to see the different fields and value from Postman

Jay2022
8 - Asteroid

hi,

 

I am new to working with Json file in Alteryx so i need to know how to pull data our of a Json file to see all the fields and data values.

4 REPLIES 4
dana_mcdonough
Alteryx Alumni (Retired)

Hi @Jay2022 :

See the following article which explains how to easily parse your JSON file with a parse tool: JSON file parsing . There is a sample workflow in this article as well which you can download and mimic.

Thanks!

Dana

Jay2022
8 - Asteroid

@dana_mcdonough sorry, this solution did not work for me! thank you for sharing

Felipe_Ribeir0
16 - Nebula

Hi @Jay2022 

 

Take a look at the attached example, i am geting information from this API, it is for test purposes (https://jsonplaceholder.typicode.com/photos), and transforming the JSON into a table. The steps to do it are more or less the same.

 

Felipe_Ribeir0_0-1665013031078.png

 

 

Maybe it is more or less what you want.

 

If the provided answer helped you to solve the problem/was correct, please accept it as a solution :)

 

Thanks.

Felipe_Ribeir0
16 - Nebula

Hi @Jay2022 

 

This made sense for you? It was what you were looking for?

Labels