Hi all,
I am using the python tool to send a get request and save the output to channel 1
pyl = helpers.serialize_object(results)
df = pd.DataFrame(pyl)
Alteryx.write(df, 1)
The output is a cell with a string as follows:
[OrderedDict([('AXIS', '000'), ('SET', OrderedDict([('item', [OrderedDict([('TUPLE_ORDINAL', '000000'), ('CHANM', '00O2TGCMLNXWRYADEBUF6HJW2'), ('CAPTION', 'ACT PTD'), ('CHAVL', '001A'), ('CHAVL_EXT', None), ...
What tool could I use to export the data into the correct colums. Json parse does not seem to work.