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
You could start with:
find: , replace: ","
then add a " at the start and at the end?