Sign in Sign up
rubygems

csv_object

Ever found yourself trying to find the right way to use Ruby's CSV library? Confused about all those CSV.parse and CSV.open, and when to use each of them? The purpose of CsvObject gem is to create convenient interface to work with CSV files and data in Ruby. Whatever you have: string with filename, CSV data itself, Pathname, CSV::Table, array of hashes, or even Paperclip::Attachment, just throw it into CsvObject.new(your_stuff)

Activity

Latest release
6y ago
Total releases
2
Cadence
~daily
Last 12 months
0

Details

License
MIT
First release
Jan 10, 2020
Releases
Version Released
0.1.0 initial
0.1.1 patch