Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi
I am looking for a way to export data into the .QVX format using Python, to then import them into Qlikview. I don't want to work with a intermediary database to keep costs low and so be able to save this QVX file in a low cost storage for compliance reasons.
Does anybody have any idea about this?
I tried looking stuff up but the only thing i found was one in javascript. I also looked at making my own connector but all is written in C# so python will not be an option (except if written in C++ it will be almost impossible).
If anybody has any idea or link i could use let me know please!
thanks in advance
AFAIK there´s no python lib to export to qvx.
But you can create your own using this docs QlikView QVX File Format
AFAIK there´s no python lib to export to qvx.
But you can create your own using this docs QlikView QVX File Format
hi
Thanks for your response and the documentation.
Will try building my custom connector then.
When you have success, if you want please collaborate it into github or similar, it would be very useful for everyone
Will do!