SOLVED
Reading Nested JSON
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
nazrin_guliyeva
7 - Meteor
‎03-09-2021
02:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi everyone,
I have double nested JSON data that I would like to bring in table form:
Is there any recommendations on how I can unnest nested_field as well and bring in a format like this:
Solved! Go to Solution.
Labels:
- Labels:
- Parse
2 REPLIES 2
pedrodrfaria
13 - Pulsar
‎03-09-2021
04:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Are you able to share the dataset as a file?
You are probably looking at the JSON Parse tool and some data cleaning logic afterwards for this.
Pedro.
‎03-11-2021
12:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
JSON Parse tool unfortunately was not helping. Solved the issue with Regex tool and then Json Parse. Thank you!
