dbase
dbase copied to clipboard
Library for processing dbase / xbase / dbf database files
Float fields are truncated. Fixes #20.
I copied changes from https://github.com/krzyc/dbase/tree/fix-float Would be great to merge the original PR. I use this only for myself and I am happy to use master if the "krzyc" PR...
I have read #11 and #12 where said that issue is resolved so may be it's problem with my file. I only see integers but builtin php dBase extension can...
The project doesn't support Float fields yet. I tried opening a dbase file that had a Float column. Here is the error: Fatal error: Uncaught org\majkel\dbase\Exception: Format `dBASE III PLUS`...
After exporting data I see that- 1. Column names are truncated if their lengths are more than 11 in case of TYPE_CHARACTER 2. Some columns along with their data are...
A lot of the examples don't seem to work. Eg: several examples perform inserts/updates but don't specify Table::MODE_READWRITE when the file is opened, which causes them to fail silently. Also...
This will help to avoid an ErrorException: number_format() expects parameter 1 to be float, string given
When trying to read a FoxPro DBF file, I got: "Format `dBASE III PLUS` does not support field `T`" This is not an issue, it just doesn't support it and...
When writing to a field defined as a numeric field, the data is not aligned to the right. Can I be solved to get the database aligned right?
… DIRECTORY_SEPARATOR