Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct {
LazyQuotes bool
TrimLeadingSpace bool
Comma rune
Comment rune
FieldsPerRecord int
// contains filtered or unexported fields
}
Parser parses comma-separated values (CSV) lines. see csv.Reader std package for fields description.
Click to show internal directories.
Click to hide internal directories.