abstractvector / node-dbf

An efficient dBase DBF file parser written in pure JavaScript
MIT License
54 stars 67 forks source link

Logical fields now correctly return booleans #42

Open pbrn46 opened 4 years ago

pbrn46 commented 4 years ago

This should solve the issue of logical fields always returning null. Used if/else statements rather than switch. Fixes #37