package
0.0.0-20240531110921-3ac0e20642f8
Repository: https://github.com/brentoncollins/citect-dbf-joiner.git
Documentation: pkg.go.dev

# Functions

FindAndJoinDbfFiles reads the variable.dbf files in the provided folders and returns the data as a slice of slices.
FindMasterDBF searches for master.dbf in the provided directory or subdirectories.
GetFolders returns a slice of folder paths in the provided directory.
GetMasterDBFTableFoldersAsSlice reads the master.dbf file and returns a slice of folder paths.
WriteToCSV writes the data to a CSV file.