Sha256: d6ff163c739a70a449568920e88a82fb8ccd1d42dd179b9353a18900adde6d25

Contents?: true

Size: 325 Bytes

Versions: 8

Compression:

Stored size: 325 Bytes

Contents

MerchantCategory.data_miner do
  import "the IRS Merchant Category Code table",
         :url => 'http://www.irs.gov/irb/2004-31_IRB/ar17.html',
         :headers => %w{mcc description ignore},
         :row_css => 'div.informaltable tbody tr',
         :column_css => 'td' do
    key 'mcc'
    store 'description'
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
earth-1.2.1 lib/earth/industry/merchant_category/data_miner.rb
earth-1.1.2 lib/earth/industry/merchant_category/data_miner.rb
earth-1.1.1 lib/earth/industry/merchant_category/data_miner.rb
earth-1.1.0 lib/earth/industry/merchant_category/data_miner.rb
earth-1.0.3 lib/earth/industry/merchant_category/data_miner.rb
earth-1.0.2 lib/earth/industry/merchant_category/data_miner.rb
earth-1.0.1 lib/earth/industry/merchant_category/data_miner.rb
earth-1.0.0 lib/earth/industry/merchant_category/data_miner.rb