You are here: Browse Railsplugins Fastercsv 1.2.0
= Read Me
by James Edward Gray II
DescriptionWelcome to FasterCSV.
FasterCSV is intended as a replacement to Ruby's standard CSV library. It was designed to address concerns users of that library had and it has three primary goals:
1. Be significantly faster than CSV while remaining a pure Ruby library. 2. Use a smaller and easier to maintain code base. (FasterCSV is larger now, but considerably richer in features. The parsing core remains quite small.) 3. Improve on the CSV interface.
Obviously, the last one is subjective. If you love CSV's interface, odds are good this one won't suit you. I did try to defer to that interface whenever I didn't have a compelling reason to change it though, so hopefully this won't be too radically different.
What’s Different From CSV?I’m sure I’ll miss something, but I’ll try to mention most of the major differences I am aware of, to help others quickly get up to speed:
=== CSV Parsing
=== Interface
If you use this library and find yourself missing any functionality I have trimmed, please {let me know}[mailto:james@grayproductions.net].
DocumentationSee FasterCSV for documentation.
InstallingSee the INSTALL file for instructions.
== Questions and/or Comments
Feel free to email {James Edward Gray II}[mailto:james@grayproductions.net] with any questions.
NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly