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
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