dbase-rs
dbase-rs copied to clipboard
Deserializing with serde does not work with Memo. FieldTypeNotAsExpected.
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.
I'll try to look into this