I have a csv file with the following format:
example csv: bear,brown,mean,large ant,black,strong,tiny cat,yellow,moody,small
example csv:
bear,brown,mean,large ant,black,strong,tiny cat,yellow,moody,small
This worked great for me. Did the find/replace for rows first
Then did the simple find / replace for , => ","
Had to add the first quote, and adding the "Markup" made it easy.
Thanks and good luck.