-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. A dbf file with entries like "last, first"
2. Run the conversion
3.
What is the expected output? What do you see instead?
For a field with the value "last, first", it should be quoted just like that.
Instead it goes out without quotes, which makes it two fields.
What version of the product are you using? On what operating system?
There is no version number in the source distribution nor is there one on this
project page. Running on OSX 10.8.4
Please provide any additional information below.
This python script is slow, like most scripts. Found this instead:
http://sourceforge.net/projects/dbf/?source=dlp type make to build and done,
properly quotes, runs fast.
Original issue reported on code.google.com by paulmar...@gmail.com on 14 Aug 2013 at 2:03