Documentation
¶
Index ¶
- func FindAndJoinDbfFiles(folders []string, log *logrus.Logger, dbfFilename string) [][]string
- func FindMasterDBF(dir string, searchMasterDBF bool, log *logrus.Logger) (string, error)
- func GetFolders(dir string, fromCurrent bool) ([]string, error)
- func GetMasterDBFTableFoldersAsSlice(masterDbfPath string, log *logrus.Logger) ([]string, error)
- func WriteToCSV(data [][]string, outputFile string, log *logrus.Logger)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindAndJoinDbfFiles ¶
FindAndJoinDbfFiles reads the variable.dbf files in the provided folders and returns the data as a slice of slices.
func FindMasterDBF ¶
FindMasterDBF searches for master.dbf in the provided directory or subdirectories.
func GetFolders ¶
GetFolders returns a slice of folder paths in the provided directory.
func GetMasterDBFTableFoldersAsSlice ¶
GetMasterDBFTableFoldersAsSlice reads the master.dbf file and returns a slice of folder paths.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.