Sha256: 3d62c7c749452c51a649acde4797efb5ede043d60db29c69c715baab685b2ae9
Contents?: true
Size: 867 Bytes
Versions: 2
Compression:
Stored size: 867 Bytes
Contents
= csv-hash Will import a CSV as an array of hashes. Or will export a CSV from an array of hashes (if given a column list). == Usage === Parse a csv to an array of hashes CSVHash('path_to_csv.csv') Note the hash will have strings for keys === Generate a string from an array of hashes and a column list CSVHash(array_of_hashes,[:column,"names","in",:order]) == Note on Patches/Pull Requests * Fork the project. * Make your feature addition or bug fix. * Add tests for it. This is important so I don't break it in a future version unintentionally. * Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull) * Send me a pull request. Bonus points for topic branches. == Copyright Copyright (c) 2010 Tal Atlas. See LICENSE for details.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
csv-hash-0.1.2 | README.rdoc |
csv-hash-0.1.1 | README.rdoc |