Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
is it possible to store data into parquet format? how
I haven't seen anywhere, Kindly check If there is any too which can change format from Qlik to Parquet.
Hi, Qlik engine only support storing data to delimited text and QVD files. You may consider storing data to CSV, then use EXECUTE command to call an external script which converts the CSV to parquet file. For example Python script: https://stackoverflow.com/questions/50604133/convert-csv-to-parquet-file-using-python
Hope this helps,
BR,
Vu Nguyen
Use the below code:
// Store the data in a Parquet file
Store MyData into [lib://MyFolder/MyData.parquet] (qvx);
Hello @Troy1
You can add your vote here for more store format :
https://community.qlik.com/t5/Suggest-an-Idea/QS-Script-store-with-more-format/idi-p/2005668
Best regards,
Simon
Use
Hello @Lucke_Hallbergson
First of all, that's nice O_O
3 things :
-this is not mentioned in the help !
The Store statement creates a QVD, or text file.
https://help.qlik.com/en-US/sense/February2023/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegu...
-what are the other format available?
-when was it added ?
Best regards,
Simon
Interesting.. When I tried in my qlik it is not working. Any additional setting need to add?
It is enabled on Qlikcloud atm!
ohh cool... let me try it.