Re: [CSV] Add ignoreEmptyColumnsLines behavior

2020-05-13 Thread sebb
On Tue, 12 May 2020 at 10:13, Chen Guoping1 wrote: > > Hi, all > > > About Commons CSV > [CSV-261](https://issues.apache.org/jira/projects/CSV/issues/CSV-261?filter=allopenissues) > Here is a usage scenario that ignores all empty values lines like ",,,\r\n" > in the CSV file, This behavior is ve

[CSV] Add ignoreEmptyColumnsLines behavior

2020-05-12 Thread Chen Guoping1
Hi, all About Commons CSV [CSV-261](https://issues.apache.org/jira/projects/CSV/issues/CSV-261?filter=allopenissues) Here is a usage scenario that ignores all empty values lines like ",,,\r\n" in the CSV file, This behavior is very useful. So we can consider supporting it in Commons CSV. I hav