Skip to content

Empty lines are returned as a result of length 1 with a blank String #5

@GoogleCodeExporter

Description

@GoogleCodeExporter
What steps will reproduce the problem?

1.   CSV csv = CSV.separator(',')
                    .create();

2.  Import CSV file with blank lines in the data:

Year,Make,Model,Comment,Price CR+LF
1997,Ford,E350,"ac, abs, moon",3000.00 CR+LF
CR+LF <<< THIS LINE
1999,Chevy,"Venture ""Extended Edition""","",4900.00

The 'THIS LINE' is coming back as a String[]{""} instead of just a String[0]


Version 2.4



Original issue reported on code.google.com by [email protected] on 4 Dec 2013 at 1:14

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions