go/src/pkg/encoding/csv
Pieter Droogendijk f2bc275525 encoding/csv: always allow trailing commas
Original CL by rsc (11916045):

The motivation for disallowing them was RFC 4180 saying
"The last field in the record must not be followed by a comma."
I believe this is an admonition to CSV generators, not readers.
When reading, anything followed by a comma is not the last field.

Fixes #5892.

R=golang-dev, rsc, r
CC=golang-dev
https://golang.org/cl/12294043
2013-08-09 15:46:01 +10:00
..
reader.go encoding/csv: always allow trailing commas 2013-08-09 15:46:01 +10:00
reader_test.go encoding/csv: always allow trailing commas 2013-08-09 15:46:01 +10:00
writer.go all: fix typos 2012-12-19 03:04:09 +08:00
writer_test.go encoding/csv: add Error method to Writer 2012-12-11 13:29:13 -05:00