tmontaigu / dbase-rs

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

Deserializing with serde does not work with Memo. FieldTypeNotAsExpected. #42

Open PhilVince96 opened 2 years ago

PhilVince96 commented 2 years ago

Screenshot 2022-10-11 at 20 13 23 The field type of "info" is String what should correspond to Memo, but the Deserialiser expects a Character field because "info" ist of type String.

tmontaigu commented 2 years ago

I'll try to look into this