csv

package
v0.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 1, 2017 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EOF error = io.EOF

Functions

This section is empty.

Types

type Reader

type Reader struct {
	Delimiter   rune
	WithoutNull bool

	FieldsPerRecords int

	LineBreak cmd.LineBreak
	// contains filtered or unexported fields
}

func NewReader

func NewReader(r io.Reader) *Reader

func (*Reader) Read

func (r *Reader) Read() ([]parser.Primary, error)

func (*Reader) ReadAll

func (r *Reader) ReadAll() ([][]parser.Primary, error)

func (*Reader) ReadHeader

func (r *Reader) ReadHeader() ([]string, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL