Join the Inspire AMA with Joshua Burkhow, March 31-April 4. Ask, share, and connect with the Alteryx community!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

QVD Reader and Writer Tools

Kong
8 - Asteroid

 

Topic
Alteryx only supports to read/write QVX files. For many Qlik users, it prefers to use QVD instead of QVX because of the benefits to have a smaller file size and also enjoy the optimized load. For fun, I have tried to build custom tools to read and write QVD. Currently, the tools are in trial purposes and only tackle a single file.


QVD Reader Tool
It reads QVD data into Alteryx memory.

 

QVD Writer Tool
It write Alteryx data in memory into QVD file.

QVDtools.png

 

Keep Connected

Kindly drop me a message for discussion and sharing.  :-) 

14 REPLIES 14
elder_matos
5 - Atom

Perfect, thank you so much for the help. I tested the functionality for reading QVD and fields of type date does not read, is null. to write the file and try to load in Qlik Sense, gives error also "Symbol table inconsistency". Is there any configuration to be done for the correct use of this extension?

Kong
8 - Asteroid

can you provide the flow and data for a look?  As mentioned, this is just a prototype and a process of reverse engineering.  There might be flaws.  But I would be happy to see if it can be fixed

arjanloogman
8 - Asteroid

Hi Kong,

 

At a client, I have been using your tool in Alteryx 2023. Client is currently looking at an upgrade to Alteryx 2024

 

I tested your tool in my own installation of Alteryx 2024.2, but when I insert the tool into a workflow, receive an error message about an outdated version of Python:

 

Screenshot 2025-02-14 at 15.04.55.png

 

Would you be able to create a newer version of the tool that is built with Python 3.10?

Kind regards,

 

Arjan Loogman

Kong
8 - Asteroid

I did not realize it was in use somewhere.   I have updated tools but I haven't done much testing.  Please get it in my github.  Please test and try and use with your own risk. 

arjanloogman
8 - Asteroid

Hi Kong,

 

Thank you for your quick reply!

 

I have installed and tested your new version on my personal installation of Alteryx 2024.2 and it seems to work fine here (both input and output).

 

I will contact my client and let them test and try at their own risk :-)

 

Much appreciated!

 

Kind regard,

 

Arjan Loogman

Labels
Top Solution Authors