package
module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Dec 25, 2018
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
README
¶
CSV Reader
Simple Golang interface to extract csv data.
Usage
Get the library:
$ go get -v github.com/Illuminasy/CSVReader
package somepackge
import "github.com/Illuminasy/CSVReader"
func someFunction() {
lines, err := CSVReader.ExtractContents("some_file_path.csv")
}
Documentation
¶
ExtractContents extracts array of lines from csv file
CSVRow column values for a single line in csv
CSVRows lines from csv file
Source Files
¶
Click to show internal directories.
Click to hide internal directories.