tmontaigu / dbase-rs

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

fix issue reading memo files with leading spaces #71

Closed casperhart closed 1 year ago

casperhart commented 1 year ago

Hi @tmontaigu,

I ran in to an error reading a dbase file with memo fields, so I have created this PR to fix. Changes are:

(10) &[32, 32, 32, 32, 32, 32, 32, 32, 32, 48]

Cheers

tmontaigu commented 1 year ago

Thanks