Documentation
¶
Index ¶
- Variables
- func CheckFile(infile string)
- func ConnectToDatabase(user, pw string, test bool) *dbIO.DBIO
- func CorrectSpaces(s string) string
- func GetAbsPath(f string) string
- func GetLocation() string
- func GetLogger() *log.Logger
- func Getutils() string
- func MergeResults(infile, resfile, outfile string, col int, prepend bool, logger *log.Logger)
- func PercentDecode(term string) string
- func PercentEncode(term string) string
- func RemoveKey(url string) string
- func RemoveNonBreakingSpaces(s string) string
- type Configuration
Constants ¶
This section is empty.
Variables ¶
View Source
var ( APOSTROPHE = "%27" SPACE = "%20" SPACES = regexp.MustCompile(` +`) )
Functions ¶
func CorrectSpaces ¶
func GetAbsPath ¶
func GetLocation ¶
func GetLocation() string
func MergeResults ¶
func PercentDecode ¶
func PercentEncode ¶
func RemoveNonBreakingSpaces ¶
Types ¶
type Configuration ¶
type Configuration struct { Host string Database string User string Testdb string Tables string Test bool }
func SetConfiguration ¶
func SetConfiguration(user string, test bool) Configuration
Click to show internal directories.
Click to hide internal directories.