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
> 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
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/
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