Re: Converting a .dbf file to a CSV file

2006-11-02 Thread John Machin
Johanna Pfalz wrote: > Is there a module/method in python to convert a file from .DBF format to > .CSV format? > > Hi Johanna, the best start at the moment is the Python Cookbook recipe that others have quoted. Steps: (1) Input: as per recipe. Note that the recipe handles only the earliest simple

Re: Converting a .dbf file to a CSV file

2006-11-02 Thread Tim Chase
> Is there a module/method in python to convert a file from .DBF format to > .CSV format? Well, at http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/362715 there's a recipe for reading DBF files...iterating over the returned data from the function declared there, it should be pretty eas

Re: Converting a .dbf file to a CSV file

2006-11-02 Thread Max Erickson
Johanna Pfalz <[EMAIL PROTECTED]> wrote: > Is there a module/method in python to convert a file from .DBF > format to .CSV format? > > Johanna Pfalz > http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/362715 There is an example provided. max -- http://mail.python.org/mailman/listinfo/

Converting a .dbf file to a CSV file

2006-11-02 Thread Johanna Pfalz
Is there a module/method in python to convert a file from .DBF format to .CSV format? Johanna Pfalz -- http://mail.python.org/mailman/listinfo/python-list