Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Iwin
Partner - Creator
Partner - Creator

Saving csv file as qvd using Python

Hi,

I have to save the cleaned csv file directly from python script to a qvd.

The csv file can be transformed from Qlik ,however user requires it from python itself

This is the code used to convert file to csv in python.

I want to store this final_dataframe file as qvd in python itself.

df_final.to_csv(r'D:\pythontoqlik\custom import files\final_dataframe.csv')

 

 

Labels (4)
1 Reply
marcus_sommer

AFAIK it's not possible - only Qlik could store data as a qvd because it's a special file-format.

- Marcus