You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would be glad if you write the customization on your own and then send me pull request
Add new Field in src/fields
Register new field in Field::create and Field::getTypes. Do not forget to add Field::TYPE_ constant
Add FoxitPro DBase II format in src/formats. Do not forget to add new field as supported fields in the format. In Format::createHeader you can check if the field was actually FoxPro format - throw exception if not
Register new format in FormatFactory::initializeFormats. Add new registerFormat call similar to Format::DBASE3
If possible write unit tests for new code
During the time your PR is not yet merged you can use your own fork in your project
When trying to read a FoxPro DBF file, I got: "Format
dBASE III PLUS
does not support fieldT
"This is not an issue, it just doesn't support it and I thought you might explicitely say so in documentation to avoid confusion.
The text was updated successfully, but these errors were encountered: