Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
There is a dataset I can only acquire by making an API call. I make the call and I read the body of the response into a variable. The variable now holds an excel file containing the dataset. I am working with the vendor to receive a csv instead, but this is what I have.
How do I write that variable (the excel file) to a qvd file in a shared space?
I have been unsuccessful in using either analytics or automations to save the payload of an API call as a file in the shared space.
Instead I am using an external workflow engine to land the file into azure file storage from where I will import the excel file into Qlik.
I have been unsuccessful in using either analytics or automations to save the payload of an API call as a file in the shared space.
Instead I am using an external workflow engine to land the file into azure file storage from where I will import the excel file into Qlik.
If your API returns a full excel file as a string, you could try using the Qlik Platform Operations connector, using the base64 encode function, and storing this into the space using the create data file in space block.
I'm away next week, but if you want to provide an example response from the API over DM, I could mock something up when I get back.