-
c4ddanyse started the topic Problem reading CSV file, version 7.95 in the forum kbmMemTable 4 years, 3 months ago
When a CSV file contains a quoted field and there are more than two consecutive linefeeds (crlf) i get an AV. This is because the second empty line sets FLine to empty string. The AV happens in the tree checks for FCSVQuote. I changed the lines to:
if (FLine <> ”) and (FLine[Flptr]=FCSVQuote) then
but that only makes it work for me as i do not…[Read more]
