Documentation ¶
Overview ¶
Package csv specifies functions and structs for writing dictionaries to single csv file
Index ¶
Constants ¶
View Source
const (
// SlicesHeader defines the default header for exported CSV file
SlicesHeader = "code \\ language"
)
Variables ¶
This section is empty.
Functions ¶
func ReadCSVFile ¶
func ReadCSVFile(path string) (dicts general.Dictionaries, err error)
ReadCSVFile reads and unmarshals all words from the given csv file and converts to the set of dictionaries
func WriteCSVFile ¶
WriteCSVFile writes the given set of dictionaries to the csv file
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.