internal

package
v0.1.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 3, 2021 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMapXMLReader

func NewMapXMLReader(xmlReader io.Reader, conf config.XMLReaderConfig, resulsChan chan<- MapXMLParseResult, cast ...bool) error

NewMapXMLReader ...

func ParseColumns

func ParseColumns(reader *csv.Reader, skipHeader bool, fields string, sanitize bool) ([]string, error)

ParseColumns from first header row or from flags

Types

type MapXMLParseResult

type MapXMLParseResult struct {
	Entry map[string]interface{}
	Err   error
}

MapXMLParseResult ...

type MapXMLReader

type MapXMLReader struct {
	Config     config.XMLReaderConfig
	ResulsChan chan<- MapXMLParseResult
}

MapXMLReader ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL