Documentation
¶
Overview ¶
Package to provides simple methods to write chutils.Input data to a CSV or ClickHouse
Index ¶
- func CSVReader(fileName string, delim, eol, quote rune, key string) (rdr *f.Reader, err error)
- func CSVToTable(inCSV, outTable string, separator, eol, quote rune, after int, ...) error
- func TableToCSV(table, outCSV string, separator, eol, quote rune, conn *chutils.Connect) error
- func ToCSV(rdr chutils.Input, outCSV string, separator, eol, quote rune) error
- func ToTable(rdr chutils.Input, outTable string, after int, conn *chutils.Connect) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CSVToTable ¶ added in v1.1.19
func CSVToTable(inCSV, outTable string, separator, eol, quote rune, after int, conn *chutils.Connect) error
CSVToTable moves a CSV to a ClickHouse table.
func TableToCSV ¶ added in v1.1.19
TableToCSV creates a CSV from a ClickHouse table with a header row.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.