Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSVStreamParser ¶
type CSVStreamParser struct {
// contains filtered or unexported fields
}
CSVStreamParser reads CSV files and streams them out. It bundles N rows into a single Document to balance chunking granularity.
func NewCSVStreamParser ¶
func NewCSVStreamParser(rowsPerDocument int, hasHeader bool) *CSVStreamParser
func (*CSVStreamParser) GetSupportedTypes ¶
func (p *CSVStreamParser) GetSupportedTypes() []string
Click to show internal directories.
Click to hide internal directories.