javadbf icon indicating copy to clipboard operation
javadbf copied to clipboard

Java library for reading and writing Xbase (dBase/DBF) files.

Results 13 javadbf issues
Sort by recently updated
recently updated
newest added

I'm trying to consume data from a table but I'm getting the following error: ``` com.linuxense.javadbf.DBFException: Failed to parse Float: null at com.linuxense.javadbf.DBFUtils.readNumericStoredAsText(DBFUtils.java:82) at com.linuxense.javadbf.DBFReader.getFieldValue(DBFReader.java:459) at com.linuxense.javadbf.DBFReader.nextRecord(DBFReader.java:343) at com.linuxense.javadbf.DBFReader.nextRow(DBFReader.java:395) ```...

Hello, I have a quick question. Is writing MEMO supported?

enhancement

Hi, I'm using this library to change the column size/type of some DBF created with GEOTOOL package. The original version of the DBF files works fine, but when I create...

must give the param 'length' like DBFField(String name, DBFDataType type, int length) , then exported DBF file has row data.

enhancement
question

When I go to read a dbf file, it may be blocked by the application that owns it. When this happens the library keeps trying to read endlessly and you...

Split package to isolate api from implementation. Use module-info.java to restrict access to implementation specific packages

Update README and organize, splitting in various documents

documentation