Skip to content
squeeze69 edited this page Jan 29, 2017 · 1 revision

#Package to read dbf for go, fork from eentzel/dbf

Hi, this fork actually support some more fields type than the original one.

D: Date Field (rendered as a time.Time type, with time always set to 0:0:0), an empty field is rendered with a "zero" value (time.IsZero(value)==true).

L: Logical field, rendered as a rune with values: "T","F", " " (undetermined)

Please, let me know if you find a bug or you have any reasonable proposal of enhancements.

I'll propose patches to the original author when really stable.

Clone this wiki locally