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

Caused by: java.lang.IllegalArgumentException: Field name should be of length 1-10 #96

Closed arefbehboudi closed 1 year ago

arefbehboudi commented 3 years ago

max len of name is 10 i need more size.

albfernandez commented 3 years ago

Hi

Sorry but currently JavaDBF only supports basic file write support. I've created #97 to track support for DBF7 file format support (that allows field names to be 32 character length)