I'm very new to Ruby on Rails and web programming as well. Can someone show me some example of FasterCSV implementation.
-
1Note that if you are using Ruby 1.9 the FasterCSV library is built into the Ruby standard library. You only should use FasterCSV if you're using Ruby 1.8.xPhrogz– Phrogz2011-02-01 15:18:08 +00:00Commented Feb 1, 2011 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– johan2011-02-03 01:10:16 +00:00Commented Feb 3, 2011 at 1:10
Add a comment
|
1 Answer
The FasterCSV examples folder provides several examples.
PS. Please note that FasterCSV has nothing to do with Rails framework. Is a Ruby library.