Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Converter ¶
type Converter struct { Delimiter string `json:"delimiter"` Cols []string `json:"fields"` HasHeader bool `json:"hasHeader"` }
func (*Converter) Decode ¶
Decode If the cols is not set, the default key name is col1, col2, col3... The return value is always a map
func (*Converter) SetColumns ¶
Click to show internal directories.
Click to hide internal directories.