I\'ve got a simple application that opens a tab-delimited text file, and inserts that data into a database.
I\'m using this CSV reader to read the data: http://www.codep
Check the comment on the codeproject article about quotes:
http://www.codeproject.com/Messages/3382857/Re-Quotes-inside-of-the-Field.aspx
You need to specify in the constructor that you want another character besides " to be used as quotes.