A Golang Package to Read and Write DBF files.
Checks for full file name. Returns true if the file is present and false if it is not.
Loads a dbf file and returns a byte array.
Returns the record count of the loaded dbf file.
Returns the length of the records in the loaded dbf file.
Returns the first records position in the loaded dbf file.
Returns a specific record from the loaded dbf file.
Returns the field count of the loaded dbf file.
Returns a specified fields name.
Returns a specied fields lenghth.
Returns the Data in the specified Field and Record.