infused / dbf

DBF is a small, fast Ruby library for reading dBase, xBase, Clipper, and FoxPro database files.
http://rdoc.info/projects/infused/dbf
MIT License
262 stars 88 forks source link

fix incorrect columns list when StringIO and encoding set #83

Closed Wolfer closed 6 years ago

Wolfer commented 6 years ago

build_columns may be run before header and second column will skiped because header read 32 bytes

infused commented 6 years ago

Thanks Wolfer, this is a great fix. I've merged this work and released version 3.1.2.