Hi All,
I am running a python script through Alteryx and i would like the data to be dumped into the workflow.
The data downloaded via the Python script is in JSON format and i can not find a way to dump the data into the workflow. Initially, i tried pandas data frame but if i am not mistaken this can not be used with data in JSON format. Also, I have another process (within Alteryx workflow) that transforms the data from JSON format into tabular.
My intent is to identify how to dump the data in JSON format into the workflow.
appreciate any help.
thanks