Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 241 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 241 Bytes

csvToSlice

Converts a cvs file to a slice based on the column specified.

Example

var s []string s = csvToSlice([column starting at 0], [Whether it has a header you want to cut], [file location])
s = csvToSlice(0, true, "test.csv")