JosepMariaGomez
Results
2
issues of
JosepMariaGomez
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...