Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Jérôme5625
Contributor III
Contributor III

Extract QVD in Csv file

Hi all, 

I would like to create a csv file from Qlik QVD to open by Excel.

I use the following code without error.

Store Data_ADUAP2 into 'lib://Load Excel/Kizeo_Qualite_ADUAP2.csv';

But the file is strange if i use Excel to open.

Maybe my code is wrong to open this export file for excel.

could you help me ?

Thanks for advance

Labels (2)
1 Solution

Accepted Solutions
maxgro
MVP
MVP

add the format-spec (txt) to the store; without format-spec, the default is qvd  

https://help.qlik.com/en-US/sense/November2023/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegu...

 

View solution in original post

1 Reply
maxgro
MVP
MVP

add the format-spec (txt) to the store; without format-spec, the default is qvd  

https://help.qlik.com/en-US/sense/November2023/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegu...