Skip to content

hungrywulf/csvToSlice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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")

About

Converts a cvs file to a slice

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages