input

package
v0.0.0-...-68abbec Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Row

type Row struct {
	Title     string `csv:"Title"`
	Amount    string `csv:"Amount"`
	Currency  string `csv:"Currency"`
	Name      string `csv:"Name"`
	Email     string `csv:"Email"`
	Address1  string `csv:"Address1"`
	Address2  string `csv:"Address2"`
	City      string `csv:"City"`
	Zip       string `csv:"Zip"`
	Province  string `csv:"State/Province"`
	Country   string `csv:"Country"`
	Phone     string `csv:"Phone"`
	CreatedAt string `csv:"Created at"`
}

func LoadCSV

func LoadCSV(input string) ([]*Row, error)

Jump to

Keyboard shortcuts

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