Documentation ¶
Index ¶
- func AppendRowToCsv(fileName string, data []string)
- func AppendToCsv(fileName string, data [][]string)
- func FindInCsv(filePath string, searchValue string, searchColumn int) bool
- func ReadCsvFile(filePath string) [][]string
- func TestAppendRowToCsv(t *testing.T)
- func TestAppendToCsv(t *testing.T)
- func TestFindInCsv(t *testing.T)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendRowToCsv ¶ added in v0.0.4
func TestAppendRowToCsv ¶ added in v0.0.4
func TestAppendToCsv ¶
make read the csv read back into the file is the same
func TestFindInCsv ¶ added in v0.0.3
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.