-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. Converting a file with field types outside the current ones catered for.
What is the expected output? What do you see instead?
Expect to output files but code breaks when it hits an unknown file.
File "/Users/leigh/dbf2csv/dbfpy/dbf.py", line 284, in DbfFieldDefFromRawData
else: raise ValueError, 'Unknown Field Type: '+fType
What version of the product are you using? On what operating system?
Using 1.0.2
Executing using Mac OSX from the terminal.
Please provide any additional information below.
Refer to http://msdn.microsoft.com/en-us/library/aa975386(v=VS.71).aspx
Field types:
C – Character
Y – Currency
N – Numeric
F – Float
D – Date
T – DateTime
B – Double
I – Integer
L – Logical
M – Memo
G – General
C – Character (binary)
M – Memo (binary)
P – Picture
Original issue reported on code.google.com by lbp...@gmail.com on 16 Jul 2011 at 4:24