Documentation
¶
Index ¶
- func DecodeNonUTF8CSV(data [][]string) [][]string
- func GetCSVDataType(raw []byte, separator rune) ([]string, [][]string, map[string]string, error)
- func GetCol(csvData [][]string, index int) []string
- func ReadCSV(data []byte, separator rune) ([]string, [][]string, error)
- func WriteCSV(headers []string, records [][]string, separator rune) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeNonUTF8CSV ¶ added in v0.0.70
func GetCSVDataType ¶ added in v0.0.69
GetCSVDataType is delegated to retrieve the data type for every field of the CSV Return: headers, csv data, data type, error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.