dbase-rs icon indicating copy to clipboard operation
dbase-rs copied to clipboard

Deserializing with serde does not work with Memo. FieldTypeNotAsExpected.

Open PhilVince96 opened this issue 1 year ago • 1 comments

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.

PhilVince96 avatar Oct 11 '22 18:10 PhilVince96