csv

package
v0.0.32 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reader

type Reader struct {
	*csv.Reader
	// contains filtered or unexported fields
}

func NewReader

func NewReader(r io.Reader, delimeter rune) *Reader

func (*Reader) ReadBulk

func (r *Reader) ReadBulk(amount int, x interface{}) error

type RowDecoder

type RowDecoder struct {
	// contains filtered or unexported fields
}

func NewRowDecoder

func NewRowDecoder(fields map[string]int) *RowDecoder

func (*RowDecoder) Decode

func (u *RowDecoder) Decode(row []string, x interface{}) error

Jump to

Keyboard shortcuts

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