I’m having problems importing csv files to SQL-Server.
The csv-files are comma-delimited.
and in one of the rows there is a comma in the data
like
Col1 col2 col3
aaa bbb ccc
ddd eee fff
gg,g hhh iii
the third row has a problem importing the data because it has a comma withn the data; this makes the data after the comma to load to the next column
is there any solution for this so the data is loaded appropriately
Thanks
The csv-files are comma-delimited.
and in one of the rows there is a comma in the data
like
Col1 col2 col3
aaa bbb ccc
ddd eee fff
gg,g hhh iii
the third row has a problem importing the data because it has a comma withn the data; this makes the data after the comma to load to the next column
is there any solution for this so the data is loaded appropriately
Thanks