tmontaigu / dbase-rs

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

Add TrimOption #59

Closed tmontaigu closed 1 year ago

tmontaigu commented 1 year ago

Adds a ReadingOption that enables to choose how character fields should be trimmed.

Addresses #56

- [ ] Put the encoding as a reading option ?

tmontaigu commented 1 year ago

Actually, I think the better thing to do is to only trim the end and not have an option for now