I am connecting to a Thoughtspot API. The JSON coming out of the API does not lend itself to parsing/formatting data as the naming conventions are not reliable enough in a way to programmatically parse the data accurately. This is because the user can name the columns whatever they want.
I have the API call to get the data values and the API call to get the column metadata that shows what data type each column is. What I'm having trouble with is using the column metadata list to parse/format the table data; most importantly dates. I want the date fields to be standard Alteryx format yyyy-mm-dd.
The date values are in epoch time; which adds that extra bit of complexity. I know how to do all this "in-line" using the multi-row formula tool and changing the data types, but this needs to be done programmatically as each API call will hit different Tspot tables and have different column names.
Attached is a sample workflow.
Thanks for any help!