I'm very new to Ruby on Rails and web programming as well. Can someone show me some example of FasterCSV implementation.
Asked
Active
Viewed 1.7k times
12
-
1Note that if you are using Ruby 1.9 the FasterCSV library is [built into the Ruby standard library](http://ruby-doc.org/stdlib/libdoc/csv/rdoc/index.html). You only should use FasterCSV if you're using Ruby 1.8.x – Phrogz Feb 01 '11 at 15:18
-
I'm a bit confused bcoz you said that I should use FasterCSV if I'm using 1.8.x. What will I use if I'm using Ruby 1.9? – johan Feb 03 '11 at 01:10
1 Answers
15
The FasterCSV examples folder provides several examples.
PS. Please note that FasterCSV has nothing to do with Rails framework. Is a Ruby library.

Simone Carletti
- 173,507
- 49
- 363
- 364