Documentation ¶
Index ¶
- func CsvReader(buff io.Reader) ([][]string, error)
- func CsvToMap(records [][]string) ([]map[string]interface{}, error)
- func DatReader(data string, prefix DatReads) map[string]interface{}
- func DatReaderDecode(data string, prefix DatReads, decodeFrom string, decodeTo string) map[string]interface{}
- func DatToSliceDecode(data string, prefix DatReads, decodeFrom string, decodeTo string) []string
- func Open(filepath string) (io.Reader, error)
- func ParseStruct(data map[string]interface{}, result interface{}) (interface{}, error)
- func ReadLines(buff io.Reader, decodeFrom string, decodeTo string) ([]string, error)
- func ReadLinesMap(buff io.Reader, decodeFrom string, decodeTo string) (map[int]string, error)
- func XMLDecode(data []byte, v interface{}) (interface{}, error)
- type DatRead
- type DatReads
- type ReadAt
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DatReaderDecode ¶
func DatToSliceDecode ¶
func ParseStruct ¶
func ReadLinesMap ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.