Quotes in tab-delimited file

后端 未结 7 1988
我寻月下人不归
我寻月下人不归 2021-01-27 16:58

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

7条回答
  •  时光取名叫无心
    2021-01-27 17:35

    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.

提交回复
热议问题