12

I'm very new to Ruby on Rails and web programming as well. Can someone show me some example of FasterCSV implementation.

2
  • 1
    Note 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.x Commented 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? Commented Feb 3, 2011 at 1:10

1 Answer 1

15

The FasterCSV examples folder provides several examples.

PS. Please note that FasterCSV has nothing to do with Rails framework. Is a Ruby library.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.