How may I apply double quotes around every value of csv file using TextMate?

后端 未结 3 1446
南方客
南方客 2021-02-09 04:38

I have a csv file with the following format:

example csv:

bear,brown,mean,large
ant,black,strong,tiny
cat,yellow,moody,small
3条回答
  •  南方客
    南方客 (楼主)
    2021-02-09 05:21

    You could start with:

    find: ,
    replace: "," 
    

    then add a " at the start and at the end?

提交回复
热议问题