Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromReader ¶
FromReader returns a generator worker that reads from a csv.Reader. It's not thread-safe to use a pool size greater than 1.
Types ¶
type FromReaderOption ¶ added in v0.6.0
type FromReaderOption func(*fromReaderOptions) error
func DiscardHeader ¶ added in v0.6.0
func DiscardHeader() FromReaderOption
DiscardHeader configures FromReader to skip the first line of the CSV file.
Click to show internal directories.
Click to hide internal directories.