package
0.0.0-20220608143024-869cb3580a8a
Repository: https://github.com/9072997/sqltransform.git
Documentation: pkg.go.dev
# Functions
NewCSVInput sets up a new CSVInput, the first row is read when this is run.
# Structs
CSVInput represents a record producing input from a CSV formatted file or pipe.
CSVInputOptions options are passed to the underlying encoding/csv reader.
# Interfaces
Input is how TextQL reads from data sources.