Commas within CSV Data

前端 未结 7 1572
春和景丽
春和景丽 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:03

    For this problem the solution is very simple. first select => flat file source => browse your file => then go to the "Text qualifier" by default its none write here double quote like (") and follow the instruction of wizard.

    Steps are - first select => flat file source => browse your file => Text qualifier (write only ") and follow the instruction of wizard.

    Good Luck

提交回复
热议问题