in reply to Re: DBD::CSV handles embedded CR-LFs fine!
in thread Finding CR-LFs within quoted CSV fields

The data is like type #1, unfortunately. It would be something like this:

"Smith","John",12/31/1962,"Author of "How to Break Programs" and other books","Bugger"

I'm using a series regexes to change that to:

"Smith","John",12/31/1962,"Author of ""How to Break Programs"" and other books","Bugger"

It would be nice if the user just gave us a valid CSV file to begin with, but....

Thanks, and sorry for the confusion!

Wally Hartshorn