Home | Trees | Indices | Help |
|
---|
|
This is a DBF reader which reads Visual Fox Pro DBF format with Memo field. Usage: rec = readDbf('test.dbf') for line in rec: print line['name'] @author Yusdi Santoso @date 13/07/2007 http://www.physics.ox.ac.uk/users/santoso/Software.Repository.html page says code is "available as is without any warranty or support".
Classes | |
Dbase |
Functions | |||
|
Variables | |
__package__ =
|
Function Details |
Read the DBF file specified by the filename and return the records as a list of dictionary. @param filename File name of the DBF @return List of rows |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Dec 27 17:18:40 2009 | http://epydoc.sourceforge.net |