Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
MartW
Partner - Specialist
Partner - Specialist

Change Json Payload into Qlik sense readable table

I'm busy with automation and I got a lot of stuff working.

But one thing I can't get to work is converting the Json Playload it create to a csv or an inline table that Qlik can understand.

Right now I've got an small Google sheets that automation get's the data from. But the data is in Json.

Is there a way to convert this into a readable inline table or a csv file.

I tried with creating a dropbox file and read the data line by line but I only get Json output in the dropbox file (that is csv)

Labels (4)
2 Solutions

Accepted Solutions
PietMichielRappelet
Former Employee
Former Employee

Hi MartW.

Thanks for posting the questions.

Did you find the 'CSV' formula that can convert a json to a csv, often to be used with the 'get keys' formula for the columns. 

PietMichielRappelet_0-1643295906535.png

Some interesting articles:

hope this helps! 


 

View solution in original post

MartW
Partner - Specialist
Partner - Specialist
Author

I got it fixed. I had to write a header line to the csv file before I put in the data. Now it works

View solution in original post

3 Replies
PietMichielRappelet
Former Employee
Former Employee

Hi MartW.

Thanks for posting the questions.

Did you find the 'CSV' formula that can convert a json to a csv, often to be used with the 'get keys' formula for the columns. 

PietMichielRappelet_0-1643295906535.png

Some interesting articles:

hope this helps! 


 

MartW
Partner - Specialist
Partner - Specialist
Author

@PietMichielRappelet  I tried that but I get the following error

 array_values(): Argument #1 ($array) must be of type array, Blendr\ApiIterator given
MartW
Partner - Specialist
Partner - Specialist
Author

I got it fixed. I had to write a header line to the csv file before I put in the data. Now it works