Closed Hsiungchun closed 5 years ago
VARCHAR and VARBINARY are not tested. Could you provide a sample file (no private data!!!) to test this type of fields and fix de bug? thanks
A sample file is shown below. In addition, it seems to apply to issues #25 and #26 .
Thank you for your attention.
I've relases a new version (1.9.4). I hope it fixed your issue, could you try and confirm please?
The latest release works. Thanks for your help!
The four lines from the stack trace are as follows
I found somewhere strange that may cause the problem. Whether should use
recordObjects.get(j)
instead ofrecordObjects.get(i)
inDBFReader.java: 327
?Thanks!