Documentation ¶
Index ¶
- func Get_csv_with_headers(csv_data_with_headers [][]interface{}) []map[string]interface{}
- func Make_dynamic_2d_byte_slice(cols int, rows int) [][]byte
- func Open_csv_file(csv_filename string) (*os.File, []byte)
- func Read_csv_data(csv_file_name string, delimiter string) [][]string
- func Read_csv_to_slice(csv_file *os.File, csv_data_utfutls []byte, delimiter string) [][]string
- func Write_1d_slice_to_csv(slice_to_write []string, csv_file *os.File) bool
- func Write_2d_slice_set_to_csv(slice_to_write [][]string, csv_file *os.File) bool
- func Write_slice_to_csv_split_by_column(column_index int, csv_file *os.File)
- func Write_slice_with_header_to_csv(slice_to_write [][]string, slice_header []string, csv_file_name string)
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 Read_csv_data ¶
func Read_csv_to_slice ¶
func Write_1d_slice_to_csv ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.