gcsv

package
v0.72.1 Latest Latest
Warning

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

Go to latest
Published: May 30, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Gcsv

type Gcsv struct {
	Header        []string
	DataRows      [][]string
	FieldsCount   int
	DataRowsCount int
}

func GetCsv

func GetCsv(csvcontents string) Gcsv

func (*Gcsv) Append

func (gcsv *Gcsv) Append(latterCsv string)

append the latter csv field [] to gcsv field ([]), which has same field name

func (*Gcsv) Join

func (gcsv *Gcsv) Join(latterCsv string)

like sql join

func (*Gcsv) Union

func (gcsv *Gcsv) Union(latterCsv string)

like sql union

func (*Gcsv) WriteToCsvFile

func (gcsv *Gcsv) WriteToCsvFile()

Jump to

Keyboard shortcuts

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