Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DebugPrint = true
)
Functions ¶
func FromGzippedCSVFiles ¶
func FromGzippedCSVFiles(a FromGzippedCSVFilesArgs)
Types ¶
type FromGzippedCSVFilesArgs ¶
type FromGzippedCSVFilesArgs struct { Dir string // Dir to look for files in PrefixFilter string // limit to filenames matching the filter MaxRecordsToRead int // Max CSV records to read before exiting Batcher Batcher // Use this batcher (optional) AddFunc AddFunc // Call this add function for each record (optional) }
Click to show internal directories.
Click to hide internal directories.