csvundle 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 35f89151796cc8483160675450f812d8eeca6796
4
- data.tar.gz: 19e1479a43e0825a86a0f66c65b386131615b0a3
3
+ metadata.gz: 5dedc2b7747d9da180d48dd50c2125f0762ba0f5
4
+ data.tar.gz: a4bebe261fabf130116d36add61ffe80f52653d2
5
5
  SHA512:
6
- metadata.gz: ae9299c6e5e21fb9a91bc63f531d85005890753543e2b3d80dea88e3ef2b099ae7c3110c14a2614e5d6639163c0791e2159d6227c6bd7f11281d57e50e9efd27
7
- data.tar.gz: 7f61690fd758af8975c74bc0c7db615e9f99e10a0e4b7df4c823486a28c32b9e60cbd89526c099f5d1d42ca4ce8a9df6ef1b9ed403b1cab656f90d5a5e4dbbb5
6
+ metadata.gz: 8234922b3afd290608663d874f93bfb931b09974a08df7c887b1b381fb93b860f29366e12b0c008bfe26fc5d039de0bd206daa2115d6ca7d26cf7f4459ddd981
7
+ data.tar.gz: b4197de3ce7f46e03825431f8bac502358587dcf76b464cdec1881c10c7e1cfd48c118022a203c8ac7ace85a0ed699cdb0f04295bc58d6ce42b7ff18cf940a92
@@ -1377,3 +1377,30 @@ blox_trade:
1377
1377
  initial_data:
1378
1378
  - "Bloxtrade Custom List"
1379
1379
  - <%= "Downloaded On #{Date.today}" %>
1380
+ blox_trade_import:
1381
+ filler_row_count: 0
1382
+ headers:
1383
+ "list_item_reference": "list_item_reference"
1384
+ "state_abbrevation": "state_name"
1385
+ "county_name": "county_name"
1386
+ "municipality": "municipality"
1387
+ "fips_code": "full_fips_code"
1388
+ "client_id": "client_provided_parcel_id"
1389
+ "apn": "apn"
1390
+ "block": "block"
1391
+ "lot": "lot"
1392
+ "qualifier": "qualifier"
1393
+ "addl_lots": "addl_lots"
1394
+ "face_value": "face_value"
1395
+ "cert_num": "certificate_no"
1396
+ "tax_year": "tax_year"
1397
+ "interest_rate": "interest_rate"
1398
+ "sale_date": "sale_date"
1399
+ "purchase_date": "date_purchased_from_issuer"
1400
+ "penalty_rate": "penalty_rate"
1401
+ "current_owner": "current_owner"
1402
+ "location_street_address_1": "location_street_address_1"
1403
+ "location_city_state_zip": "location_city_state_zip"
1404
+ "bloxtrade_notes":
1405
+ "bloxtrade_notes1":
1406
+ initial_data: []
@@ -33,7 +33,7 @@ module CSVundle
33
33
 
34
34
  def type_usable?(type)
35
35
  [:lienalytics, :grant_street, :lumentum, :mtag, :old_lienalytics,
36
- :real_auction, :tsr, :tsr_js, :core_logic].include? type.to_sym
36
+ :real_auction, :tsr, :tsr_js, :core_logic, :blox_trade].include? type.to_sym
37
37
  end
38
38
 
39
39
  def viperize(symbol)
@@ -1,3 +1,3 @@
1
1
  module CSVundle
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: csvundle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Grayson
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2017-07-05 00:00:00.000000000 Z
12
+ date: 2017-07-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler