Documentation ¶
Index ¶
Constants ¶
View Source
const ( FormatJSON = "json" FormatCSV = "csv" )
Conversion formats supported
Variables ¶
View Source
var SupportedFormats = []string{FormatCSV, FormatJSON}
Functions ¶
This section is empty.
Types ¶
type CSVConverter ¶
type CSVConverter struct {
// contains filtered or unexported fields
}
CSVConverter parses a CSV-parsable io.Reader It only parses files that adheres to the RFC 4180 standard
func NewCSVConverter ¶
func NewCSVConverter(file io.Reader) *CSVConverter
NewCSVConverter constructs a new instance of CSVConverter and returns a pointer to it
Click to show internal directories.
Click to hide internal directories.