Versions in this module Expand all Collapse all v1 v1.0.1 May 21, 2020 Changes in this version + type Parser struct + Data interface{} + Headers []string + Reader *csv.Reader + func NewParser(reader io.Reader, data interface{}, arrayDeliminator string, nilSign string) (*Parser, error) + func NewParserWithoutHeader(reader io.Reader, data interface{}, arrayDeliminator string, nilSign string) *Parser + func (p *Parser) Next() (eof bool, err error)