Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More
lino.utils.dbfreader¶
Defines the DBFFile
class, used by lino_xl.lib.tim2lino to read
DBF and DBT files when both settings use_dbfread
and use_dbf_py
are False (which is default).
Based on original work by Lars Garshol http://www.garshol.priv.no/download/software/python/dbfreader.py
Modified by Luc Saffre to add support for Clipper dialect.
Sources of information:
What’s the format of a Clipper .dbf file? (broken link)
Xbase & dBASE File Format Description by Erik Bachmann
Functions
|
|
|
|
|
|
|
|
|
|
|
|
|
Classes
|
Represents a field in a DBF file. |
|
Represents a single DBF file. |
|
|
|
|
|
Represents a DBT block file |
|
Represents an FPT block file |
|