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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
jason_anderson
Contributor II
Contributor II

I don't want to learn qlik, i just want its data. What are best practices to just get data out of qlik sense into universal formats programmatically?

Hi. I'm a data scientist who needs data out of qlik that my company put into it.  I have no professional interest in learning of all the great things it can supposedly do in qlik, i just want its data.  I've spent several days suffering through the non-REST API interfaces and  am absolutely not impressed. 

I *don't* want to pull out data from csv exports via the GUI (obviously). 

Where are the best practice guides for accessing cubes/tables/database/whatever you call them to out into json/csv/ obvious universal formats?

Tremendous thanks in advance!

 

 

1 Reply
Gui_Approbato
Partner - Creator III
Partner - Creator III

If you have the data in the apps (qvf) and not in a qvd database, use the binary load and the use the Store command to export it to txt.

Store <tablename> into <path> (txt, delimiter is ';')