Compare commits
2 Commits
v0.0.4
...
7d521b3d11
Author | SHA1 | Date | |
---|---|---|---|
7d521b3d11 | |||
4806216045 |
@@ -53,6 +53,13 @@ func (parser *Parser) ExtractEnclosedFieldValue(endChar byte) error {
|
||||
return errors.New("Encloser close not found")
|
||||
}
|
||||
|
||||
/*
|
||||
* Usage:
|
||||
* import "../csv-parser/"
|
||||
* var parser csvparser.Parser
|
||||
* parser.init()
|
||||
* parser.Parse("a b c d")
|
||||
*/
|
||||
func (parser *Parser) Parse(CsvLine string) error {
|
||||
var err error = nil
|
||||
|
||||
|
Reference in New Issue
Block a user