csv

package
v0.0.32 Latest Latest
Warning

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

Go to latest
Published: May 3, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get_csv_with_headers

func Get_csv_with_headers(csv_data_with_headers [][]interface{}) []map[string]interface{}

func Make_dynamic_2d_byte_slice

func Make_dynamic_2d_byte_slice(cols int, rows int) [][]byte

func OpenCsvFile added in v0.0.29

func OpenCsvFile(csv_filename string) (*os.File, []byte)

func ReadCsvToSlice added in v0.0.25

func ReadCsvToSlice(
	csv_file_name string,
	delimiter string) [][]string

func Read_csv_to_slice

func Read_csv_to_slice(csv_file *os.File, csv_data_utfutls []byte, delimiter string) [][]string

func Write1dSliceToCsv added in v0.0.29

func Write1dSliceToCsv(
	slice_to_write []string,
	csv_file *os.File) bool

func Write2dSliceSetToCsv added in v0.0.29

func Write2dSliceSetToCsv(
	slice_to_write [][]string,
	csv_file *os.File) bool

func Write_1d_slice_to_csv_Obsolete added in v0.0.21

func Write_1d_slice_to_csv_Obsolete(
	slice_to_write []string,
	csv_file *os.File) bool

func Write_2d_slice_set_to_csv_Obsolete added in v0.0.21

func Write_2d_slice_set_to_csv_Obsolete(
	slice_to_write [][]string,
	csv_file *os.File) bool

func Write_slice_to_csv_split_by_column

func Write_slice_to_csv_split_by_column(column_index int, csv_file *os.File)

func Write_slice_with_header_to_csv

func Write_slice_with_header_to_csv(slice_to_write [][]string, slice_header []string, csv_file_name string)

Types

This section is empty.

Jump to

Keyboard shortcuts

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