FlineDev / CSVImporter

Import CSV files line by line with ease
MIT License
148 stars 31 forks source link

Doesn't properly handle empty lines in the data #42

Open Snehal247 opened 5 years ago

Snehal247 commented 5 years ago

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.

Jeehut commented 5 years ago

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