Sha256: 1bc16b39caaaf00790d855eed64b5f96ccfe6d419532a2b9f258d9598aabbba8
Contents?: true
Size: 383 Bytes
Versions: 1
Compression:
Stored size: 383 Bytes
Contents
MerchantCategory.data_miner do process "Start from scratch" do delete_all end 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
earth-0.12.4 | lib/earth/industry/merchant_category/data_miner.rb |