ekonbenefits / dotnetdbf

This is a basic file parser written in C# for reading and writing xBase DBF files, particularly Clipper.
GNU Lesser General Public License v2.1
56 stars 29 forks source link

Sometimes there is no Field Descriptor terminator 0x0D. #34

Open andy37380 opened 4 years ago

andy37380 commented 4 years ago

Use HeaderLength and dataInput.BaseStream.Position to determine whether there is a field and leap to the start of records.

plmmihail commented 3 years ago

This pull request can be useful.