Help on parsing output data
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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?
Solved! Go to Solution.
- Labels:
- Parse
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How should your output look like? can you give us a sample?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Sohdaw
Can you please paste the sample output expected. Will be easy to work on it.
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Sohdaw ,
You will need a JSON parse tool and then a series of reporting tools. Please see my attached workflow.
 
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Sohdaw
What should your output look like (how would you like to parse this out)?
You can use text to columns or regex. Please see the links below on how to use the tools.
Regex: https://help.alteryx.com/20223/designer/regex-tool
Text to Columns: https://help.alteryx.com/20223/designer/text-columns-tool
Hope this helps! Please like the post if it does.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
This worked! Thanks for enlightening @martinding
