Skip to main content
Announcements
See why Qlik was named a Leader in the 2024 Gartner® Magic Quadrant™ for Data Integration Tools for the ninth year in a row: Get the report
cancel
Showing results for 
Search instead for 
Did you mean: 
JacobTC
Contributor
Contributor

[Python] How to export data from Qlik Cloud to CSV?

Hi All,

I would like to export data from a cloud visualization (straight tabel) to a CSV file. Using qlik-sdk (https://qlik.dev/toolkits/platform-sdk/) I was able to sign in, connect to the app and find the table. However, the method "export_data" is not supported for the cloud version. The error says "access denied".

Could you please advise how to export data from the straight table to CSV using qlik-sdk in Python?

Best Regards.

Labels (2)
1 Reply
jprdonnelly
Employee
Employee

@JacobTC - unfortunately, the Python SDK has not seen an update in over a year. The "export_data" method is not supported in Cloud, as the Engine is no longer performing that task.

Please see https://qlik.dev/embed/reports/qlik-api-export-data/ for a short explainer in JS

- @jprdonnelly