RubyGems Navigation menu

csv_object 0.1.1

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)

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.1.1 - January 10, 2020 (8.5KB)
  2. 0.1.0 - January 10, 2020 (8.5KB)

Development依存関係 (5):

bundler ~> 2.0
minitest ~> 5.0
pry ~> 0.12
rake ~> 10.0

所有者:

プッシュ者:

作者:

  • Ivan Nemytchenko

SHA 256チェックサム:

d68d2bd39d9e708aa85ef62adc2d10190e5ac38d2b064fe6521eba8f6ecb0d9e

累計ダウンロード数 3,823

このバージョンのみ 2,208

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: