Quotes in tab-delimited file

后端 未结 7 2065
我寻月下人不归
我寻月下人不归 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:43

    Right - after a late night of redbull and scratching my head, i eventually found the problem, it was commas in the "Claim_Description" field. Didn't even think about that because I was using a tab-delimited file, but as soon as i did a find and replace on all commas in the file it worked absolutely fine!

    The next step is to find out how to replace those commas before processing.

    Again, thanks for all the suggestions.

    Cheers, Sean

提交回复
热议问题