SBentley / qvd-utils

Read Qlik Sense .qvd files
https://pypi.org/project/qvd/
Apache License 2.0
49 stars 18 forks source link

ValueError: arrays must all be same length #7

Closed nath24 closed 3 years ago

nath24 commented 3 years ago

Hi,

I get this error when I try to read qvd file:

ValueError: arrays must all be same length

Thanks

MvdCoer commented 3 years ago

Hi,

Also getting this error: ValueError: arrays must all be same length

But not with all files. Some smaller ones do work.

Thanks

SBentley commented 3 years ago

@MvdCoer @nath24 Thanks both for reporting, this issue should now be fixed. Make sure to update to version 0.0.10 to get the latest changes. Let me know if you still have any issues.

MvdCoer commented 3 years ago

@SBentley Thank you very much for solving this problem. It works great now.

nath24 commented 2 years ago

@SBentley Thanks for your great job