albfernandez / javadbf

Java library for reading and writing Xbase (dBase/DBF) files.
GNU Lesser General Public License v3.0
224 stars 98 forks source link

new DBFField(String name, DBFDataType type) is not work #90

Open zaiym opened 3 years ago

zaiym commented 3 years ago

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