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
Use the FileHelpers library instead. It is widely used and will cope with quoted fields, or fields that contain quotes.