Documentation
¶
Overview ¶
Package dbf provides parsing DBF files with cp1251 codepage(Cyrillic) for FoxBASE+/Dbase III plus, no memo
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
A Reader serves content from a DBF file.
A dbf.Reader should have some metadata, and a Read() method that returns table rows, one at a time
func NewReader ¶
func NewReader(r io.ReadSeeker) (*Reader, error)
NewReader returns a new Reader reading from r.
func (*Reader) FieldNames ¶
FieldNames return names of all columns
Click to show internal directories.
Click to hide internal directories.