Discover Packages
github.com/cedricablain/qframe
internal
fastcsv
package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Sep 9, 2018
License: MIT, MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
Documentation
¶
Constructs a new Reader from a source CSV io.Reader
Return the last error encountered; returns nil if no error was encountered
or if the last error was io.EOF.
Returns the last row of fields encountered. These fields are only valid
until the next call to Next() or Read().
Read and return the next row and/or any errors encountered. The byte slices
are only valid until the next call to Next() or Read(). Returns nil, io.EOF
when the file is consumed.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.