There are dbf files where the record-length (as contained in the header) is larger then the sum of the field-lengths. In these cases, dbfread currently does not work. This patch makes _iter_records skip to the start of next record after reading a record.
There are dbf files where the record-length (as contained in the header) is larger then the sum of the field-lengths. In these cases, dbfread currently does not work. This patch makes
_iter_records
skip to the start of next record after reading a record.