tmontaigu / dbase-rs

Rust library to read & write dBase files.
MIT License
29 stars 30 forks source link

Update file.rs #63

Closed gdennie closed 1 year ago

gdennie commented 1 year ago

dbase/foxpro field names are case insensitive ascii

tmontaigu commented 1 year ago

Oh so you are using dbase::File there is a bug in it that it does not read fields with correct offest, it should be fixed once i merge #59