 The field type of "info" is String what should correspond to [Memo](https://docs.rs/dbase/0.3.0/dbase/enum.FieldValue.html#variant.Memo), but the Deserialiser expects a Character field because "info" ist of type String.
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.