CSVImporter icon indicating copy to clipboard operation
CSVImporter copied to clipboard

Doesn't properly handle empty lines in the data

Open Snehal247 opened this issue 5 years ago • 1 comments

I have a CSV file which contains large data including all types of special characters. But if my file contains data in the format

"This is test Data added for testing empty line in file next is empty line

This is end"

Then after finishing importing records I am not getting this record although it is present in my CSV file.

Snehal247 avatar Nov 23 '18 07:11 Snehal247

@Snehal247 Thank you for reporting this. Sorry for answering so late, was on vacation.

Would you mind adding a failing test and fixing this yourself in a PR? I'm happy to review and merge it.

Jeehut avatar Dec 03 '18 07:12 Jeehut