module Fech
Fech::Csv
is a wrapper that provides simple CSV handling consistency between Ruby 1.8 and Ruby 1.9.
1.8's “FasterCSV” library has been brought into the Ruby core as of 1.9 as “CSV”. The methods are the same so no overloading should be needed.
RENDERED_MAPS
contains an entry for each supported row type, which in turn:
contain an entry for each distinct map between a row's labels and the indexes where their values can be found.
Constants
- DEFAULT_VERSION
- RENDERED_MAPS
- VERSION