Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CsvFileParser ¶
type CsvFileParser struct {
// contains filtered or unexported fields
}
func (*CsvFileParser) GetCsvDataMap ¶
func (fp *CsvFileParser) GetCsvDataMap() []map[string]interface{}
func (CsvFileParser) New ¶
func (fp CsvFileParser) New(path string, fileName string) *CsvFileParser
func (*CsvFileParser) Parse ¶
func (fp *CsvFileParser) Parse() ([]map[string]interface{}, error)
type FileHandler ¶
type FileHandler interface {
Parse() error
}
Click to show internal directories.
Click to hide internal directories.