How write into CSV file properly

后端 未结 2 1203
温柔的废话
温柔的废话 2021-02-19 05:15

i am using ruby 1.9.2 and also use its csv library.I want to write in csv properly just

like this

name,country_code,destination,code
Afghanistan,93,Bama         


        
2条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-19 05:26

    csv << "\n"
    

    Stackoverflow requires 30 characters in an answer, but I don't know what more to say.

提交回复
热议问题