Skip to content

Need to allow for more field types #1

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions