Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
Reader is used for reading a csv file between the start and end parameters
func NewReader ¶
NewReader creates a new object that automatically discards lines until start and only reads up until the stop line (inclusive). If stop is <= 0, we don't use it to calculate a stopping point. Note that this is 1-indexed, but only if you consider the first row (the column names) the 0th index. Note that the first row is returned, so that column names can be known.
Click to show internal directories.
Click to hide internal directories.