csv

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: May 5, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Rows

type Rows struct {
	Count   int
	Indexes map[string]int
	Header  []string
	Body    [][]string // Body without header
}
var ExecutionRows *Rows

template execution target rows

var LoadedRows *Rows

cache loaded csv data

func Load

func Load(path string, withHeader bool) (*Rows, error)

Jump to

Keyboard shortcuts

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