How do I split apart a CSV string in Ruby?

后端 未结 6 799
醉话见心
醉话见心 2021-01-06 13:43

I have this line as an example from a CSV file:

2412,21,\"Which of the following is not found in all cells?\",\"Curriculum\",\"Life and Living Processes, Lif         


        
6条回答
  •  萌比男神i
    2021-01-06 14:27

    This morning I stumbled across a CSV Table Importer project for Ruby-on-Rails. Eventually you will find the code helpful:

    Github TableImporter

提交回复
热议问题