formats

package
v0.0.0-...-ab36419 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2014 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CSVReader

type CSVReader struct {
	File     *os.File
	Reader   *csv.Reader
	Headings []string
}

func ReadCSVFile

func ReadCSVFile(path string, separator rune) (reader *CSVReader, err error)

func (*CSVReader) Read

func (reader *CSVReader) Read() (record map[string]string, err error)

Jump to

Keyboard shortcuts

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