The problem is like this
I have one comma separator file, and there is one column which is having value of comma.
Column1 Column2 Column3 Column4
"Srinivas P" "AMGR" "K,Suresh" "MGR"
If I import this data using SSIS(bulk insert) then I am getting values shifted to next column (i.e. <,Suresh"> is getting shifted to next column and <"K> is in column3).
Thanks in advance...