Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CsvFileReader ¶
type CsvFileReader struct {
// contains filtered or unexported fields
}
func NewCSV ¶
func NewCSV(fname string, sch schema.SchemaRules) *CsvFileReader
func (*CsvFileReader) Read ¶
func (r *CsvFileReader) Read() (row []string, err error)
func (*CsvFileReader) ReadHeader ¶
func (r *CsvFileReader) ReadHeader() (fieldNames []string, err error)
func (*CsvFileReader) Row ¶
func (r *CsvFileReader) Row() int
Click to show internal directories.
Click to hide internal directories.