jdbf icon indicating copy to clipboard operation
jdbf copied to clipboard

Java utility to read/write DBF files

Results 29 jdbf issues
Sort by recently updated
recently updated
newest added

Hello, There is a dead loop problem in JDK 1.8 or newer version when jdbf loads DBF file which size is over Integer.MAX_VALUE(2^31 - 1). ## Problem Description Dead loop...

Hello, I tried generate custom files but impossible to open it. So I tried embedded test and reproduce the same bug : impossible to open 111.dbf DBF Commander says restriction...

After creating a dbf table, the dbf information about the table shows an incorrect date file. (see image below) I don't know if it is about a file error creation...

Error on read dbf files created with jdbf if there is one (or more) field of **Integer** type. ``` String fieldsInfo = "CODE,C,12,0|TITLE,C,40,0|CATEGORY,I,5,0"; DbfMetadata meta1 = DbfMetadataUtils.fromFieldsString(fieldsInfo); meta1.setType(DbfFileTypeEnum.FoxBASEPlus1); DbfWriter writer...

I'm parsing a file and I get this error when I call reader.nextRecord() > while ((rowObjects = reader.nextRecord()) != null) { for (int i = 0; i < rowObjects.length; i++)...

Prepare JDBF 3.0 to Maven Central release. This includes: - add entries to POM file - add javadocs - add javadocs and source code plugins to POM - add more...

enhancement

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Hi, First of all, thank you to iryndin for sharing his great work. I was having problem reading Double values from a dbf, so I solved it adding this in...

Would be nice if jdbf could be add as a driver to Dbeaver. I found DANS Dbf, which work with jodbc-csv but is read only. and are not more developed....