dbf-to-sqlite
dbf-to-sqlite copied to clipboard
CLI tool for converting DBF files (dBase, FoxPro etc) to SQLite
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:  this works: 
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...