Commas within CSV Data

前端 未结 7 1570
春和景丽
春和景丽 2020-12-01 12:36

I have a CSV file which I am directly importing to a SQL server table. In the CSV file each column is separated by a comma. But my problem is that I have a column \"address\

相关标签:
7条回答
  • 2020-12-01 13:12

    The best, quickest and easiest way to resolve the comma in data issue is to use Excel to save a comma separated file after having set Windows' list separator setting to something other than a comma (such as a pipe). This will then generate a pipe (or whatever) separated file for you that you can then import. This is described here.

    0 讨论(0)
提交回复
热议问题