Documentation
¶
Index ¶
- func BuildSQLsInStrings(sqlFormat string, values []string) []string
- func LenStringForSlice(slice []string, sep string) int
- func ReadFileCSVToSQLs(filename, sqlFormat string, skipHeader bool) ([]string, error)
- func SliceToSQL(slice []string) string
- func SliceToSQLs(slice []string) []string
- func SplitTextLines(text string) []string
- type Account
- type AccountsSet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildSQLsInStrings ¶
func LenStringForSlice ¶
func ReadFileCSVToSQLs ¶
func SliceToSQL ¶
func SliceToSQLs ¶
func SplitTextLines ¶
Types ¶
type AccountsSet ¶
type AccountsSet struct {
Accounts []Account `xml:"records"`
}
func ReadAccountsXML ¶
func ReadAccountsXML(filepath string) (AccountsSet, error)
Click to show internal directories.
Click to hide internal directories.