dvcsv

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2024 License: MIT Imports: 2 Imported by: 1

Documentation

Index

Constants

View Source
const (
	CsvSeparatorComma = 1
)

Variables

This section is empty.

Functions

func DetectColumnSeparator

func DetectColumnSeparator(data []byte) byte

func ReadCsvFromBytes

func ReadCsvFromBytes(b []byte) (m map[string][][]string, err error)

func ReadCsvFromFile

func ReadCsvFromFile(name string) (m map[string][][]string, err error)

func WriteCsvToBytes

func WriteCsvToBytes(m map[string][][]string, options int) (b []byte)

func WriteCsvToFile

func WriteCsvToFile(name string, m map[string][][]string, options int) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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