Documentation ¶ Index ¶ Constants func LoadCSV(ctx context.Context, r io.Reader, table string, db *dbv2.DB) (int64, error) type CSVLoader func NewCSVLoader(files []string, db *dbv2.DB, look int, t string, maxRuns int) *CSVLoader func (c *CSVLoader) Run(ctx context.Context) (string, error) Constants ¶ View Source const ( DataFormat = "CSV" Delimiter = `','` ) Variables ¶ This section is empty. Functions ¶ func LoadCSV ¶ func LoadCSV(ctx context.Context, r io.Reader, table string, db *dbv2.DB) (int64, error) Types ¶ type CSVLoader ¶ type CSVLoader struct { MaxConcurrentRuns int // contains filtered or unexported fields } func NewCSVLoader ¶ func NewCSVLoader(files []string, db *dbv2.DB, look int, t string, maxRuns int) *CSVLoader func (*CSVLoader) Run ¶ func (c *CSVLoader) Run(ctx context.Context) (string, error) Source Files ¶ View all Source files csv.go Click to show internal directories. Click to hide internal directories.