Documentation
¶
Overview ¶
Package dbc contains WDBC structure and helping utils to work with it.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FieldType ¶
type FieldType int
FieldType defaults field type to int.
These constants define what type of fields should be used for WDBC.
func DetermineFieldTypes ¶
func DetermineFieldTypes(baseName string, header Header, recordsData, stringBlock []byte) ([]FieldType, []string)
DetermineFieldTypes checks if there's a schema for the file. Otherwise default "no structure" schema will be used to at least get a picture of what data types are inside the DBC.
func DetermineTypesFromCSV ¶
DetermineTypesFromCSV maps col names into FieldType.
Click to show internal directories.
Click to hide internal directories.