package
3.8.0+incompatible
Repository: https://github.com/azylman/getl.git
Documentation: pkg.go.dev

# 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.