Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
robzagey1
Contributor

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

}

Labels (2)
1 Reply
Brett_Bleess
Former Employee

@robzagey1 Have a look at the following Design Blog post, I believe it may help you with your use case:

https://community.qlik.com/t5/Qlik-Design-Blog/Bit-operators-How-to-operate-with-multiple-values-sto...

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.