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