
Contributor
2020-10-29
12:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Extracting a JSON file into Qliksense
Hi Everyone,
I am extracting JSON files from Amazon S3 into Qliksense which works perfectly.
The Json file has a nested data structure(field hierachy/fields within fields) on the eventData field as per below which can also change depending on the json. How do I extract the nested columns?
I am using the S3 and Rest connector in sense to extract the data and loading it into a table using a SQL script.
{
"eventSource": "ChatBot",
"eventDate": "2020-10-12T12:32:32.117",
"eventName": "statement-success",
"eventCategory": "statements",
"eventData": {
"entityNumber": "",
"idNumber": "861203588"
},
"eventDuration": 0
}
1,498 Views
1 Reply
.png)
Former Employee
2020-11-11
12:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@robzagey1 Have a look at the following Design Blog post, I believe it may help you with your use case:
Regards,
Brett
To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.
1,446 Views
