Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseCsvFile ¶
ParseCsvFile takes the full path to a .csv file and parses it. Each line yielded gets fed to an output channel that is expected to "do stuff" with it. The csv file MUST: * have a header row * be valid csv (consistent number of columns per row) * be newline delimited
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.