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
I've been using db2ixf successfully for a little while now and just came across an IXF file that causes an IXFParsingError. I can't copy/paste the stack trace, so below is a good summary:
ixf.py, line 843, in to_csv
ixf.py, line 442, in __iter_batch_of_rows
ixf.py, line 404, in __iter_row
ixf.py, line 327, in __parse_all_data_records
ixf.py, line 295, in __parse_data_record
raise IXFParsingError(er2)
db2ixf.exceptions.IXFParsingError: unpack requires a buffer of 2 bytes
I'm using v0.16.1.
EDIT 1: It converts a part of the file and I'm trying to figure out where in the file it dies to see if there is something about the record that it dies on...
Is it just a corrupt IXF file?
Thanks!
The text was updated successfully, but these errors were encountered:
I've been using db2ixf successfully for a little while now and just came across an IXF file that causes an IXFParsingError. I can't copy/paste the stack trace, so below is a good summary:
ixf.py, line 843, in to_csv
ixf.py, line 442, in __iter_batch_of_rows
ixf.py, line 404, in __iter_row
ixf.py, line 327, in __parse_all_data_records
ixf.py, line 295, in __parse_data_record
raise IXFParsingError(er2)
db2ixf.exceptions.IXFParsingError: unpack requires a buffer of 2 bytes
I'm using v0.16.1.
EDIT 1: It converts a part of the file and I'm trying to figure out where in the file it dies to see if there is something about the record that it dies on...
Is it just a corrupt IXF file?
Thanks!
The text was updated successfully, but these errors were encountered: