dbf-to-sqlite icon indicating copy to clipboard operation
dbf-to-sqlite copied to clipboard

CLI tool for converting DBF files (dBase, FoxPro etc) to SQLite

Results 5 dbf-to-sqlite issues
Sort by recently updated
recently updated
newest added

An unimplemented feature... `dbf.DbfError: Tables of type (50, 'Visual FoxPro (VarChar, VarBinary, or BLOB enabled)') not supported ` So not useable for most VFP tables, which could be added to...

variable name collision when processing multiple DBF files

does not work: ![image](https://user-images.githubusercontent.com/8979329/100565214-04e30180-32fe-11eb-824f-472e8f96738b.png) this works: ![image](https://user-images.githubusercontent.com/8979329/100565412-876bc100-32fe-11eb-8347-9e209c25aeec.png)

Great little script, looks like it could be the godsend I'm looking for in terms of getting legacy dbf files into something more usable. That said I'm having an encoding...

https://github.com/simonw/dbf-to-sqlite/blob/2a15c9b6c23550a0fc247e9eaedd693edd909d09/dbf_to_sqlite/cli.py#L23 You re-use the variable table when the original use is still in-scope. This causes a collision when processing multiple DBF files leading to non-sensical table names (table name for...