dbf
dbf copied to clipboard
Java library for fast reading DBF-files.
any fix ??
There are empty values in Date column in file I am trying to parse, your (in other cases very helpful library) is parsing them as some "extreme Date value" with...
The field names is init with system charset, need use default charset of DbfReader
Return null when i tried to read memo field, is not supported? How can i read it?
Would it be possible to use this lib to read DBC (compressed DBF) files?
I am getting error unsupported Dbf field type: 32
It is giving issue Unsupported Dbf field type: 0 Unsupported Dbf field type: 45 Could you please suggest what could be the issue? and is there any way forward.
Hi, When I'm reading a dbf with a record marked to be deleted it raises and error. ``` DbfReader reader = new DbfReader(new File("path_to_some_dbf_file")); Object[] row; int count = 1;...
Support for little endian integer data types.