I am importing a csv file and a column in this csv file can have commas in it. So when I import it increases the columns .
3,Stage3,"Desc Stage,test,test2",55.98,98.76
This is the row and I want my columns to be :
3,
Stage3,
"Desc Stage,test,test2",
55.98,
98.76