parse

package
v0.1.6 Latest Latest
Warning

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

Go to latest
Published: May 23, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IteratorFromGzipedCSVFile

func IteratorFromGzipedCSVFile(path string) record.Iterator

IteratorFromGzipedCSVFile returns an iterator of record.Records read from the GZIP-compressed CSV file path.

Types

type Error

type Error struct {
	File string // The file (if applicable)
	Line int    // The line number (if applicable)
	Err  error  // The error
}

Error describes the context surrounding a parse error.

func (*Error) Cause

func (e *Error) Cause() error

Cause returns the underlying error.

func (*Error) Error

func (e *Error) Error() string

Error returns an error message.

Jump to

Keyboard shortcuts

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