I am using Odbc to read cvs files. Unfortunately, some cvs files are
not formated correctly (out of my control). One particular problem is
that a quote within an item is not put in double quotes, i.e. the file
says
"this "item" is bad", "this item is ok"
rather then
"this ""item"" is bad...
more >>