-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
This is a basic migration of dbf2csv to python3 (3.2.3).
What steps will reproduce the problem?
1. python3 dbf2csv/dbf2csv.py
What version of the product are you using? On what operating system?
Gentoo GNU/Linux
Please provide any additional information below.
Only dbf2csv.py, parser.py, dbfpy/strutil.py, dbfpy/binnum.py and dbfpy/dbf.py
were changed, mostly the last one. This allows the use of python3 to convert
DBF files to CSV.
Thank you for the programa, it's really useful.
(patch made with `diff -ruB dbf2csv dbf2csv_2 > dbf2csv-1.0_python3.patch`)
Original issue reported on code.google.com by Matt.Pik...@gmail.com on 5 Dec 2012 at 11:17
Attachments: