Json to a Excel Table.
- 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 have a Json File i want to Convert Json to a Excel Table format.
where Tags are the Header and Sub Header and Values are keys .
- Labels:
- Developer Tools
- Documentation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Have you tried using the json parse tool? https://help.alteryx.com/current/en/designer/tools/developer/json-parse-tool.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Please Convert this file type to .Json and then use Json parse tool you can refer the Example attached to tool in Alteryx as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I tried but via Input Data tool it is not getting loaded.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can also read in XML from the .txt using the input tool as a .csv file with a delimeter of \0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The problem is that Alteryx's input data is inexplicably awful for JSON natively.
Having said that - just bring this in as plain text with the \0 delimiter as @SGolnik points out. Use a summarize tool in concat mode (with \n or \0 as your option) - and then use json parse on that concatenated value.
The json parse tool is awesome.
