I converted a database to csv format and found out that some of the textfields have irregular line breaks. For example, the ideal format would be:
"Apple", "10", "There were ten apples in the orchard"
What some of the entries end up being are:
"Apple", "10", "There are ten
apples in the...