Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
anthony-gb
Contributor II
Contributor II

Exporting table visualization data to csv programatically

Hi All

I am investigating the capacity to pull a table visualization i have made in QlikSense SaaS into a csv file programatically (ideally pull and dump csv to a ftp folder daily).

From what I can see, it looks like the GetHyperCubeData is the solution here?

https://qlik.dev/apis/json-rpc/qix/genericobject#%23%2Fentries%2FGenericObject%2Fentries%2FGetHyperC...

or can I use this?

https://qlik.dev/apis/json-rpc/qix/genericobject#%23%2Fentries%2FGenericObject%2Fentries%2FExportDat...

Sorry - I am struggling to find any tutorials or walkthroughs that help interact with the API - any help would be appreciated!

Labels (4)
1 Reply
PradeepK
Creator II
Creator II

Try Visualization API exportData() Method to get data from any Viz object.

Documentation Link : exportData-method

Hope this helps!