Skip to content

Commit

Permalink
be less picky about quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
stroborobo committed Apr 27, 2014
1 parent 92d3550 commit 4abdd2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions csv.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func main() {
r.Comma, _ = utf8.DecodeLastRuneInString(parseSeperator)
r.TrailingComma = true
r.TrimLeadingSpace = true
r.LazyQuotes = true

data, err := r.ReadAll()
if len(os.Args) == 2 {
Expand Down

0 comments on commit 4abdd2a

Please sign in to comment.