Documentation
¶
Index ¶
Constants ¶
View Source
const CsvFieldSeparator = ';'
Variables ¶
This section is empty.
Functions ¶
func ReadColumn ¶
Reads and returns the specified column, as a slice of strings, from a CSV file. Columns are numbered starting at 0.
Types ¶
type CsvReader ¶
type CsvReader struct {
// contains filtered or unexported fields
}
Simple wrapper over csv.Reader
Source Files
¶
- csv.go
Click to show internal directories.
Click to hide internal directories.