simpledbf
simpledbf copied to clipboard
appended memo extract, utf-8out
- Code for memo fields. Works only with dBase IV memo fields.
- Added parameter to output data with utf-8 codec. Currently used only with csv output.
I tested this code, and this increase time to load a dataframe with pandas in 8%, and the function Dbf5, return a warn "dbf version: File without DBT", and its necessary, for me, specify the codec "Dbf5(dbf_bank, codec='cp850')", when load the base. The file i used is a 'dBASE IV'.