You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's been a while but I ran into the same issue today. It seems like it has to do with a field issue. I changed a char field in the DBF from length 1 to 2 and then everything worked fine.
I am trying to open a simple dbase III file and I am getting
struct.error: unpack requires a bytes object of length 32
Im assuming there is some field/index in my file that is larger/shorter than some maximum.
Any ideas whats causing this?
The text was updated successfully, but these errors were encountered: