Documentation
¶
Overview ¶
Package csvbad provides definitions for the `csv-bad` data type
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct { Separator byte Quote byte Comment byte Headings bool // contains filtered or unexported fields }
Parser is the CSV parser settings
func NewParser ¶
NewParser creates a new CSV reader and writer - albeit it doesn't conform to Go's io.Reader / io.Writer interface{}. The sensible thing might have been to create this as a marshaller but it's written now and works so little point breaking it at this point in time.
func (*Parser) ArrayToCsv ¶
ArrayToCsv marshals a list into a CSV line
Click to show internal directories.
Click to hide internal directories.