mmagi opened this issue 5 years ago · 1 comments
DBFFile/src/dbf-file.ts
Line 365 in 5b82aae
let byte = k < b.length ? b[k] : 0x20;
instead of value.length
Thanks @mmagi! Should be fixed in v1.3.0.