Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CSVConfig ¶
type CSVConfig struct {
EmptyNull bool
IgnoreEmptyLines bool
Delimiter byte
Types map[string]types.DataType
EnumVals map[string][]string
RowCountHint int
Headers []string
RenameDuplicateColumns bool
MissingColumnNameAlias string
}
For reading CSV
type JSONColumns ¶
type JSONColumns map[string]json.RawMessage
type JSONRecords ¶
type JSONRecords []map[string]interface{}
Click to show internal directories.
Click to hide internal directories.