c4ddanyse

  • 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]