Alteryx IO Discussions

Customize and extend the power of Alteryx with SDKs, APIs, custom tools, and more.

Alteryx & the Python SDK table to json

ErickMattoso
5 - Atom

Hi guys! I am trying to learn about using the Alteryx & the Python SDK. I would like to create an API that receives a table and transform it into a json output. I know that there are native tools that does that, but I would like to understand how it could be done through Alteryx & the Python SDK. I have everything configured to go; I need to understand how to do it on the PY file. Would you help me?

1 REPLY 1
ErickMattoso
5 - Atom

Hello guys, I was able to get the data and format as a json.

Now my challenge is to output it as single string or json, because it still output as a table.

How can I do that?

Thanks!