Descriptioncsv: fix issue 2366 - overly aggressive TrimLeadingSpace
Address the issue coalescing two records together when TrimLeadingSpace
is set to true.
The input
a,b,
c,d,e
Would result with a singled a,b,c,d,e record.
With TrailingComma set to true it should give two records.
With TrailingComma set to false it should be an error.
Fixes issue 2366.
Patch Set 1 #Patch Set 2 : diff -r 1acad3f73535 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 1acad3f73535 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 1acad3f73535 https://go.googlecode.com/hg/ #Patch Set 5 : diff -r 1acad3f73535 https://go.googlecode.com/hg/ #
MessagesTotal messages: 5
|