dbf icon indicating copy to clipboard operation
dbf copied to clipboard

DBF is a small, fast Ruby library for reading dBase, xBase, Clipper, and FoxPro database files.

Results 4 dbf issues
Sort by recently updated
recently updated
newest added

Zipped test file [4MB_35KR.dbf.zip](https://github.com/infused/dbf/files/9124962/4MB_35KR.dbf.zip) We were surprised to find that the CLI tool that ships with the gem is significantly slower than JS equivalents: Is there some more efficient way...

VFP claims to support the following codepages: https://docs.microsoft.com/en-us/previous-versions/visualstudio/foxpro/aa975345(v=vs.71) Testing against `ruby 2.6.8p205`, some of these have obvious entries in `Encoding.name_list`: - `7d` Hebrew Windows -> `cp1255` or `Windows-1255` - `7e`...

https://github.com/infused/dbf/issues/99 I tried writing specs, but ended up hitting a lot of issues with: * Instantiating a table with an empty file * Instantiating a table with a file containing...

Basically the same kind of issue as #90 and https://github.com/infused/dbf/pull/91 The comment on that PR is: > As of 4.1.3 a DBF::NoColumnsDefined error will be raised when attempting to read...