SOLVED
Parse concatenated json objects
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
umashankar_cns
6 - Meteoroid
2 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Experts
I am illustrating a sample output using a sql query
STATE PERSONAL_DETAILS (json)
NH {"Name":"John","Age":"21"}
MA {"Name":"Jonathan","Age":"25"}
NH {"Name":"Mark","Age":"22"}
Using Summarize , Grouping done
NH {"Name":"John","Age":"21",}, {"Name":"Mark","Age":"22"}
MA {"Name":"Jonathan","Age":"25"}
I need the following output
NH John, Mark
MA Jonathan
Can this output be generated using standard tools available ?
Thanks,
Umashankar
Solved! Go to Solution.
2 REPLIES 2
binuacs
21 - Polaris
2 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@umashankar_cns this can be achieved using json parse tool
2 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks !
