Ruby talk for austinonrails
<< >>
Simple example: CSV data

   Suppose we have a data file like this to read:

   people.txt
   ----------
   name,age,weight,height
   "Smith, John", 35, 175, "5'10"
   "Rice, Anne", 49, 142, "5'4"
   "Rutan, Burt", 55, 179, "5'10"