pillowfactory / csv-mapper

A small library intended to simplify the common steps involved with importing CSV files to a usable form in Ruby.

This URL has Read+Write access

Luke Pillow (author)
Wed Aug 05 21:20:35 -0700 2009
commit  57b24ba761c0b75bb514343d7e3100dec5751703
tree    eb9ee1733a9b698b60496939cf0003209993d109
parent  c0314e735da747a67a0bc6f248e9cfbefbd97c27
csv-mapper / History.txt
100644 17 lines (11 sloc) 0.406 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
== 0.0.4 2009-08-05
* Merged contributions from Jeffrey Chupp - http://semanticart.com
  * Added support for "Automagical Attribute Discovery"
  * Added Ruby 1.9 compatibility
 
== 0.0.3 2008-12-22
* Fixed specs to work with RSpec 1.1.9 and later where Modules aren't auto included
 
== 0.0.2 2008-12-15
 
* Added #stop_at_row method to RowMap
 
== 0.0.1 2008-12-05
 
* 1 major enhancement:
  * Initial release