README ¶ csv -- import "gopkg.in/Clever/optimus.v3/sources/csv" Usage func New func New(in io.Reader) optimus.Table New returns a new Table that scans over the rows of a CSV. func NewWithCsvReader func NewWithCsvReader(reader *csv.Reader) optimus.Table NewWithCsvReader returns a new Table that scans over the rows from the csv reader. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func New(in io.Reader) optimus.Table func NewWithCsvReader(reader *csv.Reader) optimus.Table Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(in io.Reader) optimus.Table New returns a new Table that scans over the rows of a CSV. func NewWithCsvReader ¶ func NewWithCsvReader(reader *csv.Reader) optimus.Table NewWithCsvReader returns a new Table that scans over the rows from the csv reader. Types ¶ This section is empty. Source Files ¶ View all Source files csv.go Click to show internal directories. Click to hide internal directories.