MCPcopy Create free account
hub / github.com/dolthub/doltgresql / Error

Method Error

core/dataloader/csvreader.go:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42var _ error = partialLineError{}
43
44func (ple partialLineError) Error() string {
45 return "incomplete record found at end of CSV data: " + ple.partialLine
46}
47
48// csvReader implements TableReader. It reads csv files and returns rows.
49//

Calls

no outgoing calls