Hi,
I am very new to Alteryx, and I was wondering how does the JSON Parse tool work. Attached is the workbook with the JSON file, and I want to be able to pull its fields and values. Also, is it possible to convert it into a CSV format? I am not sure how to utilize this in a workflow. Any help would be greatly appreciated! Thanks!
Solved! Go to Solution.
Hi @Felipe_Ribeir0,
it wont let me attach the JSON file. Do you know how I can do that?
Inside your workflow do this and attach the resulted file:
Hi @Garabujo7,
I tried to run it but I got an error message. I am probably doing it wrong or the JSON file is not compatible?
Here is the file @Felipe_Ribeir0
Hi @synergy825
Here is one way of doing this, just output it as you wish:
If the provided answer helped you to solve the problem/was correct, please accept it as a solution :)
Thanks.
Thank you @Felipe_Ribeir0 ! This helps in my understanding of this tool. Much appreciated!
HI @Felipe_Ribeir0 , I was reviewing the Alteryx flow again, and I had a question that perhaps you can answer:
For the delimiter, can you please explain the "\0" used? Also, for the code page, how do you know when to select Unicode UTF-8? Thanks again for your help!