问题
I am using javadbf from github (link: https://github.com/albfernandez/javadbf) to create DBF files, but I cannot create a column with a name greater than 10 characters:
fields[39].setName("WAY_SONIC_ROKETS");
I tried to change this in the project from the github, but nothing came of it. A request from knowledgeable people to give an answer whether this can be changed or, if possible, suggest a place where it needs to be corrected. If understood correctly, this is only generated in DBFField.
来源:https://stackoverflow.com/questions/65353384/how-do-i-create-a-column-name-in-dbf-more-than-10-characters-in-javadbf-library