Hi! I'm pretty new to Alteryx. Essentially i have a link that i will download data from daily. It gives me data in this form:
***
[{"ColumnA":12345,"ColumnB":"name1","ColumnC":"X","RefDate":"DD-MMM-YYYY","ColumnE":"message"},
{"ColumnA":23495,"ColumnB":"name2","ColumnC":"Y","RefDate":"DD-MMM-YYYY","ColumnE":"message"},
etc
{"ColumnA":12345,"ColumnB":"name1","ColumnC":"X","RefDate":"DD-MMM-YYYY","ColumnE":"message"}]
***
There can be a difference in the number of rows daily.
Can you help advise what Alteryx tool i should use to parse my data to get them into an excel which has the column headings A-E and RefData at the top, with the data at the bottom equal to the number of rows?