[object Object]

← back to Designerwallcoverings

TK-11076: three more undo defects, two surfaced by a second-model pass

bf894f2ea3421949ee5b32372da6b26e86dd6656 · 2026-09-13 16:18:39 -0700 · Steve Abrams

Kimi (kimi-k3) reviewed the hardening; codex was unavailable (429, project spend
limit — same cap as TK-11571). Three of its findings held up:

1. FIRST-WRITE-WINS on the undo snapshot. Capture already precedes the mutation,
   but a product re-entering plans on a repeat apply overwrote its original
   old_tags with post-write values. The undo would then restore the mutation it
   existed to reverse, and verify clean the whole way -- the worst shape of false
   green, since the check and the corrupted record share a single source of truth.
   The original capture is now kept; a re-apply records reapplied_at instead.

2. A zero-record --apply exited 0. '0 of 0' read exactly like '0 failures'. It now
   exits non-zero and says the file holds no undo records, and the dry-run prints
   population beside observed (TK-11431 amendment 1).

3. History loss in my own previous commit: the re-stamp assigned _meta wholesale,
   so a SECOND apply dropped the prior_bookkeeping the FIRST one had preserved --
   I had rebuilt the exact data-losing behaviour I was fixing, one level up.
   Carry-forward added, .bak names timestamped. Negative-tested both directions.

Not fixed, recorded as known limits in the memo: an absent old metafield is
restored as empty rather than deleted, and the undo has never been executed
end-to-end -- so the memo now asks for a one-product write/undo/verify drill
before the remaining 281.

Still zero Shopify writes. The 282-product retag stays gated.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01P6fLv15vwEHvH3kFfhMXPt

Files touched

Diff

commit bf894f2ea3421949ee5b32372da6b26e86dd6656
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sun Sep 13 16:18:39 2026 -0700

    TK-11076: three more undo defects, two surfaced by a second-model pass
    
    Kimi (kimi-k3) reviewed the hardening; codex was unavailable (429, project spend
    limit — same cap as TK-11571). Three of its findings held up:
    
    1. FIRST-WRITE-WINS on the undo snapshot. Capture already precedes the mutation,
       but a product re-entering plans on a repeat apply overwrote its original
       old_tags with post-write values. The undo would then restore the mutation it
       existed to reverse, and verify clean the whole way -- the worst shape of false
       green, since the check and the corrupted record share a single source of truth.
       The original capture is now kept; a re-apply records reapplied_at instead.
    
    2. A zero-record --apply exited 0. '0 of 0' read exactly like '0 failures'. It now
       exits non-zero and says the file holds no undo records, and the dry-run prints
       population beside observed (TK-11431 amendment 1).
    
    3. History loss in my own previous commit: the re-stamp assigned _meta wholesale,
       so a SECOND apply dropped the prior_bookkeeping the FIRST one had preserved --
       I had rebuilt the exact data-losing behaviour I was fixing, one level up.
       Carry-forward added, .bak names timestamped. Negative-tested both directions.
    
    Not fixed, recorded as known limits in the memo: an absent old metafield is
    restored as empty rather than deleted, and the undo has never been executed
    end-to-end -- so the memo now asks for a one-product write/undo/verify drill
    before the remaining 281.
    
    Still zero Shopify writes. The 282-product retag stays gated.
    
    Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01P6fLv15vwEHvH3kFfhMXPt
---
 .../out/tk11076-Hollywood_Wallcoverings-diff.json  | 9600 +-------------------
 .../tk11076-colorway-retag.mjs                     |   19 +-
 scripts/colorway-title-anchor/tk11076-rollback.mjs |    8 +-
 3 files changed, 29 insertions(+), 9598 deletions(-)

diff --git a/scripts/colorway-title-anchor/out/tk11076-Hollywood_Wallcoverings-diff.json b/scripts/colorway-title-anchor/out/tk11076-Hollywood_Wallcoverings-diff.json
index 6328088..344db1a 100644
--- a/scripts/colorway-title-anchor/out/tk11076-Hollywood_Wallcoverings-diff.json
+++ b/scripts/colorway-title-anchor/out/tk11076-Hollywood_Wallcoverings-diff.json
@@ -1,9597 +1,11 @@
 {
-  "ts": "2026-09-13T16:36:59.723Z",
-  "mode": "DRY-RUN",
+  "ts": "2026-09-13T23:18:22.030Z",
+  "mode": "APPLY",
   "scope": "Hollywood Wallcoverings",
-  "live_products_examined": 601,
-  "would_write": 338,
-  "would_skip": 263,
+  "live_products_examined": 0,
+  "would_write": 0,
+  "would_skip": 0,
   "metafield_target": "custom.real_color_name",
-  "before_after": [
-    {
-      "handle": "caterina-embossed-vinyl-wallpaper-type-2-xwa-73265",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Caterina Embossed Vinyl - Type 2 | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Type 2",
-      "new_color_tag": "color:Type 2",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Type 2",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Type 2"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "caterina-embossed-vinyl-wallpaper-type-2-xwa-73266",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Caterina Embossed Vinyl - Type 2 | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Beige"
-      ],
-      "parsed_colorway": "Type 2",
-      "new_color_tag": "color:Type 2",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Type 2",
-      "palette_strays_stripped": [
-        "Beige"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Type 2"
-      ],
-      "tags_removed": [
-        "Beige"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "caterina-embossed-vinyl-wallpaper-type-2-xwa-73267",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Caterina Embossed Vinyl - Type 2 | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Type 2",
-      "new_color_tag": "color:Type 2",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Type 2",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Type 2"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "caterina-embossed-vinyl-wallpaper-type-2-xwa-73268",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Caterina Embossed Vinyl - Type 2 | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Tan",
-        "Taupe"
-      ],
-      "parsed_colorway": "Type 2",
-      "new_color_tag": "color:Type 2",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Type 2",
-      "palette_strays_stripped": [
-        "Tan",
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Type 2"
-      ],
-      "tags_removed": [
-        "Tan",
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "caterina-embossed-vinyl-wallpaper-type-2-xwa-73269",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Caterina Embossed Vinyl - Type 2 | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Brown"
-      ],
-      "parsed_colorway": "Type 2",
-      "new_color_tag": "color:Type 2",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Type 2",
-      "palette_strays_stripped": [
-        "Brown"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Type 2"
-      ],
-      "tags_removed": [
-        "Brown"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "caterina-embossed-vinyl-wallpaper-type-2-xwa-73270",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Caterina Embossed Vinyl - Type 2 | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Black"
-      ],
-      "parsed_colorway": "Type 2",
-      "new_color_tag": "color:Type 2",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Type 2",
-      "palette_strays_stripped": [
-        "Black"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Type 2"
-      ],
-      "tags_removed": [
-        "Black"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "caterina-embossed-vinyl-wallpaper-type-2-xwa-73271",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Caterina Embossed Vinyl - Type 2 | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Beige"
-      ],
-      "parsed_colorway": "Type 2",
-      "new_color_tag": "color:Type 2",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Type 2",
-      "palette_strays_stripped": [
-        "Beige"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Type 2"
-      ],
-      "tags_removed": [
-        "Beige"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "caterina-embossed-vinyl-wallpaper-type-2-xwa-73272",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Caterina Embossed Vinyl - Type 2 | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Type 2",
-      "new_color_tag": "color:Type 2",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Type 2",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Type 2"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "caterina-embossed-vinyl-wallpaper-type-2-xwa-73273",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Caterina Embossed Vinyl - Type 2 | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Tan"
-      ],
-      "parsed_colorway": "Type 2",
-      "new_color_tag": "color:Type 2",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Type 2",
-      "palette_strays_stripped": [
-        "Tan"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Type 2"
-      ],
-      "tags_removed": [
-        "Tan"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "caterina-embossed-vinyl-wallpaper-type-2-xwa-73274",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Caterina Embossed Vinyl - Type 2 | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Tan"
-      ],
-      "parsed_colorway": "Type 2",
-      "new_color_tag": "color:Type 2",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Type 2",
-      "palette_strays_stripped": [
-        "Tan"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Type 2"
-      ],
-      "tags_removed": [
-        "Tan"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "caterina-embossed-vinyl-wallpaper-type-2-xwa-73275",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Caterina Embossed Vinyl - Type 2 | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Type 2",
-      "new_color_tag": "color:Type 2",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Type 2",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Type 2"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "caterina-embossed-vinyl-wallpaper-type-2-xwa-73276",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Caterina Embossed Vinyl - Type 2 | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Brown",
-        "Taupe"
-      ],
-      "parsed_colorway": "Type 2",
-      "new_color_tag": "color:Type 2",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Type 2",
-      "palette_strays_stripped": [
-        "Brown",
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Type 2"
-      ],
-      "tags_removed": [
-        "Brown",
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "lovela-faux-vertical-durable-walls-xwo-53604",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Mansion Marble - Mocha Torino Commercial Wallcovering | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Sage"
-      ],
-      "parsed_colorway": "Mocha Torino Commercial",
-      "new_color_tag": "color:Mocha Torino Commercial",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Mocha Torino Commercial",
-      "palette_strays_stripped": [
-        "Sage"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Mocha Torino Commercial"
-      ],
-      "tags_removed": [
-        "Sage"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "coldwater-hills-panels-hlw-73055",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Coldwater Hills - Panels | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Panels",
-      "new_color_tag": "color:Panels",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Panels",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Panels"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "coldwater-hills-panels-hlw-73056",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Coldwater Hills - Panels | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Panels",
-      "new_color_tag": "color:Panels",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Panels",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Panels"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "coldwater-hills-panels-hlw-73057",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Coldwater Hills - Panels | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Gray",
-        "Sage"
-      ],
-      "parsed_colorway": "Panels",
-      "new_color_tag": "color:Panels",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Panels",
-      "palette_strays_stripped": [
-        "Gray",
-        "Sage"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Panels"
-      ],
-      "tags_removed": [
-        "Gray",
-        "Sage"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "coldwater-hills-panels-hlw-73058",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Coldwater Hills - Panels | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Sage",
-        "Taupe"
-      ],
-      "parsed_colorway": "Panels",
-      "new_color_tag": "color:Panels",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Panels",
-      "palette_strays_stripped": [
-        "Sage",
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Panels"
-      ],
-      "tags_removed": [
-        "Sage",
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "coldwater-hills-panels-hlw-73059",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Coldwater Hills - Panels | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Panels",
-      "new_color_tag": "color:Panels",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Panels",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Panels"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "coldwater-hills-panels-hlw-73060",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Coldwater Hills - Panels | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Charcoal",
-        "Ecru",
-        "Taupe"
-      ],
-      "parsed_colorway": "Panels",
-      "new_color_tag": "color:Panels",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Panels",
-      "palette_strays_stripped": [
-        "Charcoal",
-        "Ecru",
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Panels"
-      ],
-      "tags_removed": [
-        "Charcoal",
-        "Ecru",
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "palazzo-lane-wood-metal-chevron-hlw-73064",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Palazzo Lane - Wood & Metal Chevron | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Wood & Metal Chevron",
-      "new_color_tag": "color:Wood & Metal Chevron",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Wood & Metal Chevron",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Wood & Metal Chevron"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "palazzo-lane-wood-metal-chevron-hlw-73065",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Palazzo Lane - Wood & Metal Chevron | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Gray"
-      ],
-      "parsed_colorway": "Wood & Metal Chevron",
-      "new_color_tag": "color:Wood & Metal Chevron",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Wood & Metal Chevron",
-      "palette_strays_stripped": [
-        "Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Wood & Metal Chevron"
-      ],
-      "tags_removed": [
-        "Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "palazzo-lane-wood-metal-chevron-hlw-73066",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Palazzo Lane - Wood & Metal Chevron | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Gray"
-      ],
-      "parsed_colorway": "Wood & Metal Chevron",
-      "new_color_tag": "color:Wood & Metal Chevron",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Wood & Metal Chevron",
-      "palette_strays_stripped": [
-        "Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Wood & Metal Chevron"
-      ],
-      "tags_removed": [
-        "Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "puna-drive-natural-grassweave-hlw-73112",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Puna Drive - Natural Grassweave | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Brown"
-      ],
-      "parsed_colorway": "Natural Grassweave",
-      "new_color_tag": "color:Natural Grassweave",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Natural Grassweave",
-      "palette_strays_stripped": [
-        "Brown"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Natural Grassweave"
-      ],
-      "tags_removed": [
-        "Brown"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "puna-drive-natural-grassweave-hlw-73113",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Puna Drive - Natural Grassweave | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Charcoal"
-      ],
-      "parsed_colorway": "Natural Grassweave",
-      "new_color_tag": "color:Natural Grassweave",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Natural Grassweave",
-      "palette_strays_stripped": [
-        "Charcoal"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Natural Grassweave"
-      ],
-      "tags_removed": [
-        "Charcoal"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "puna-drive-natural-grassweave-hlw-73114",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Puna Drive - Natural Grassweave | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Charcoal",
-        "Gray"
-      ],
-      "parsed_colorway": "Natural Grassweave",
-      "new_color_tag": "color:Natural Grassweave",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Natural Grassweave",
-      "palette_strays_stripped": [
-        "Charcoal",
-        "Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Natural Grassweave"
-      ],
-      "tags_removed": [
-        "Charcoal",
-        "Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "puna-drive-natural-grassweave-hlw-73115",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Puna Drive - Natural Grassweave | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Tan"
-      ],
-      "parsed_colorway": "Natural Grassweave",
-      "new_color_tag": "color:Natural Grassweave",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Natural Grassweave",
-      "palette_strays_stripped": [
-        "Tan"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Natural Grassweave"
-      ],
-      "tags_removed": [
-        "Tan"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "puna-drive-natural-grassweave-hlw-73116",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Puna Drive - Natural Grassweave | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Natural Grassweave",
-      "new_color_tag": "color:Natural Grassweave",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Natural Grassweave",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Natural Grassweave"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "puna-drive-natural-grassweave-hlw-73124",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Puna Drive - Natural Grassweave | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Charcoal"
-      ],
-      "parsed_colorway": "Natural Grassweave",
-      "new_color_tag": "color:Natural Grassweave",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Natural Grassweave",
-      "palette_strays_stripped": [
-        "Charcoal"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Natural Grassweave"
-      ],
-      "tags_removed": [
-        "Charcoal"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "puna-drive-natural-grassweave-hlw-73125",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Puna Drive - Natural Grassweave | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Natural Grassweave",
-      "new_color_tag": "color:Natural Grassweave",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Natural Grassweave",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Natural Grassweave"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "laurel-hills-panels-hlw-73138",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Laurel Hills - Panels | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Charcoal",
-        "Eggshell"
-      ],
-      "parsed_colorway": "Panels",
-      "new_color_tag": "color:Panels",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Panels",
-      "palette_strays_stripped": [
-        "Charcoal",
-        "Eggshell"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Panels"
-      ],
-      "tags_removed": [
-        "Charcoal",
-        "Eggshell"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "laurel-hills-panels-hlw-73139",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Laurel Hills - Panels | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Panels",
-      "new_color_tag": "color:Panels",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Panels",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Panels"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "laurel-hills-panels-hlw-73140",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Laurel Hills - Panels | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Gray"
-      ],
-      "parsed_colorway": "Panels",
-      "new_color_tag": "color:Panels",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Panels",
-      "palette_strays_stripped": [
-        "Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Panels"
-      ],
-      "tags_removed": [
-        "Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "laurel-hills-panels-hlw-73141",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Laurel Hills - Panels | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Panels",
-      "new_color_tag": "color:Panels",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Panels",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Panels"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "laurel-hills-panels-hlw-73142",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Laurel Hills - Panels | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Gray"
-      ],
-      "parsed_colorway": "Panels",
-      "new_color_tag": "color:Panels",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Panels",
-      "palette_strays_stripped": [
-        "Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Panels"
-      ],
-      "tags_removed": [
-        "Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "laurel-hills-panels-hlw-73143",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Laurel Hills - Panels | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Light Gray",
-        "Taupe"
-      ],
-      "parsed_colorway": "Panels",
-      "new_color_tag": "color:Panels",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Panels",
-      "palette_strays_stripped": [
-        "Light Gray",
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Panels"
-      ],
-      "tags_removed": [
-        "Light Gray",
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "whittier-way-twisted-paper-weave-hlw-73148",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Whittier Way - Twisted Paper Weave | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Twisted Paper Weave",
-      "new_color_tag": "color:Twisted Paper Weave",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Twisted Paper Weave",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Twisted Paper Weave"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "whittier-way-twisted-paper-weave-hlw-73149",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Whittier Way - Twisted Paper Weave | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Beige",
-        "Champagne",
-        "Tan"
-      ],
-      "parsed_colorway": "Twisted Paper Weave",
-      "new_color_tag": "color:Twisted Paper Weave",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Twisted Paper Weave",
-      "palette_strays_stripped": [
-        "Beige",
-        "Champagne",
-        "Tan"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Twisted Paper Weave"
-      ],
-      "tags_removed": [
-        "Beige",
-        "Champagne",
-        "Tan"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "whittier-way-twisted-paper-weave-hlw-73150",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Whittier Way - Twisted Paper Weave | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Beige"
-      ],
-      "parsed_colorway": "Twisted Paper Weave",
-      "new_color_tag": "color:Twisted Paper Weave",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Twisted Paper Weave",
-      "palette_strays_stripped": [
-        "Beige"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Twisted Paper Weave"
-      ],
-      "tags_removed": [
-        "Beige"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "whittier-way-twisted-paper-weave-hlw-73151",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Whittier Way - Twisted Paper Weave | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Beige",
-        "Taupe"
-      ],
-      "parsed_colorway": "Twisted Paper Weave",
-      "new_color_tag": "color:Twisted Paper Weave",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Twisted Paper Weave",
-      "palette_strays_stripped": [
-        "Beige",
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Twisted Paper Weave"
-      ],
-      "tags_removed": [
-        "Beige",
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "whittier-way-twisted-paper-weave-hlw-73152",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Whittier Way - Twisted Paper Weave | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Beige",
-        "Gray"
-      ],
-      "parsed_colorway": "Twisted Paper Weave",
-      "new_color_tag": "color:Twisted Paper Weave",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Twisted Paper Weave",
-      "palette_strays_stripped": [
-        "Beige",
-        "Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Twisted Paper Weave"
-      ],
-      "tags_removed": [
-        "Beige",
-        "Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "whittier-way-twisted-paper-weave-hlw-73153",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Whittier Way - Twisted Paper Weave | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Twisted Paper Weave",
-      "new_color_tag": "color:Twisted Paper Weave",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Twisted Paper Weave",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Twisted Paper Weave"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "whittier-way-twisted-paper-weave-hlw-73154",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Whittier Way - Twisted Paper Weave | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Twisted Paper Weave",
-      "new_color_tag": "color:Twisted Paper Weave",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Twisted Paper Weave",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Twisted Paper Weave"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "whittier-way-twisted-paper-weave-hlw-73155",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Whittier Way - Twisted Paper Weave | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Twisted Paper Weave",
-      "new_color_tag": "color:Twisted Paper Weave",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Twisted Paper Weave",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Twisted Paper Weave"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "whittier-way-twisted-paper-weave-hlw-73160",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Whittier Way - Twisted Paper Weave | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Gray",
-        "Taupe"
-      ],
-      "parsed_colorway": "Twisted Paper Weave",
-      "new_color_tag": "color:Twisted Paper Weave",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Twisted Paper Weave",
-      "palette_strays_stripped": [
-        "Gray",
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Twisted Paper Weave"
-      ],
-      "tags_removed": [
-        "Gray",
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "whittier-way-twisted-paper-weave-hlw-73161",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Whittier Way - Twisted Paper Weave | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Charcoal",
-        "Gray"
-      ],
-      "parsed_colorway": "Twisted Paper Weave",
-      "new_color_tag": "color:Twisted Paper Weave",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Twisted Paper Weave",
-      "palette_strays_stripped": [
-        "Charcoal",
-        "Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Twisted Paper Weave"
-      ],
-      "tags_removed": [
-        "Charcoal",
-        "Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "whittier-way-twisted-paper-weave-hlw-73162",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Whittier Way - Twisted Paper Weave | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Gray"
-      ],
-      "parsed_colorway": "Twisted Paper Weave",
-      "new_color_tag": "color:Twisted Paper Weave",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Twisted Paper Weave",
-      "palette_strays_stripped": [
-        "Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Twisted Paper Weave"
-      ],
-      "tags_removed": [
-        "Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "whittier-way-twisted-paper-weave-hlw-73163",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Whittier Way - Twisted Paper Weave | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Charcoal"
-      ],
-      "parsed_colorway": "Twisted Paper Weave",
-      "new_color_tag": "color:Twisted Paper Weave",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Twisted Paper Weave",
-      "palette_strays_stripped": [
-        "Charcoal"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Twisted Paper Weave"
-      ],
-      "tags_removed": [
-        "Charcoal"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "whittier-way-twisted-paper-weave-hlw-73174",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Whittier Way - Twisted Paper Weave | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Twisted Paper Weave",
-      "new_color_tag": "color:Twisted Paper Weave",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Twisted Paper Weave",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Twisted Paper Weave"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "whittier-way-twisted-paper-weave-hlw-73175",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Whittier Way - Twisted Paper Weave | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Charcoal",
-        "Light Gray",
-        "White"
-      ],
-      "parsed_colorway": "Twisted Paper Weave",
-      "new_color_tag": "color:Twisted Paper Weave",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Twisted Paper Weave",
-      "palette_strays_stripped": [
-        "Charcoal",
-        "Light Gray",
-        "White"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Twisted Paper Weave"
-      ],
-      "tags_removed": [
-        "Charcoal",
-        "Light Gray",
-        "White"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "limoges-durable-vinyl-dur-72018",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Wool Look - Faux Suede Commercial Wallcovering | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Cream"
-      ],
-      "parsed_colorway": "Faux Suede Commercial",
-      "new_color_tag": "color:Faux Suede Commercial",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Faux Suede Commercial",
-      "palette_strays_stripped": [
-        "Cream"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Faux Suede Commercial"
-      ],
-      "tags_removed": [
-        "Cream"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "limoges-durable-vinyl-dur-72019",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Wool Look - Faux Suede Commercial Wallcovering | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Aqua",
-        "Turquoise"
-      ],
-      "parsed_colorway": "Faux Suede Commercial",
-      "new_color_tag": "color:Faux Suede Commercial",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Faux Suede Commercial",
-      "palette_strays_stripped": [
-        "Aqua",
-        "Turquoise"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Faux Suede Commercial"
-      ],
-      "tags_removed": [
-        "Aqua",
-        "Turquoise"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "limoges-durable-vinyl-dur-72021",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Wool Look - Faux Suede Commercial Wallcovering | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Coral"
-      ],
-      "parsed_colorway": "Faux Suede Commercial",
-      "new_color_tag": "color:Faux Suede Commercial",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Faux Suede Commercial",
-      "palette_strays_stripped": [
-        "Coral"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Faux Suede Commercial"
-      ],
-      "tags_removed": [
-        "Coral"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "limoges-durable-vinyl-dur-72022",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Wool Look - Faux Suede Commercial Wallcovering | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Linen",
-        "Oatmeal"
-      ],
-      "parsed_colorway": "Faux Suede Commercial",
-      "new_color_tag": "color:Faux Suede Commercial",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Faux Suede Commercial",
-      "palette_strays_stripped": [
-        "Linen",
-        "Oatmeal"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Faux Suede Commercial"
-      ],
-      "tags_removed": [
-        "Linen",
-        "Oatmeal"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "provence-durable-vinyl-dur-72027",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Wool Look - Faux Suede Commercial Wallcovering | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Bone",
-        "Light Gray"
-      ],
-      "parsed_colorway": "Faux Suede Commercial",
-      "new_color_tag": "color:Faux Suede Commercial",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Faux Suede Commercial",
-      "palette_strays_stripped": [
-        "Bone",
-        "Light Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Faux Suede Commercial"
-      ],
-      "tags_removed": [
-        "Bone",
-        "Light Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "provence-durable-vinyl-dur-72028",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Wool Look - Faux Suede Commercial Wallcovering | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Eggshell"
-      ],
-      "parsed_colorway": "Faux Suede Commercial",
-      "new_color_tag": "color:Faux Suede Commercial",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Faux Suede Commercial",
-      "palette_strays_stripped": [
-        "Eggshell"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Faux Suede Commercial"
-      ],
-      "tags_removed": [
-        "Eggshell"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "provence-durable-vinyl-dur-72029",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Wool Look - Faux Suede Commercial Wallcovering | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Beige",
-        "Oatmeal"
-      ],
-      "parsed_colorway": "Faux Suede Commercial",
-      "new_color_tag": "color:Faux Suede Commercial",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Faux Suede Commercial",
-      "palette_strays_stripped": [
-        "Beige",
-        "Oatmeal"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Faux Suede Commercial"
-      ],
-      "tags_removed": [
-        "Beige",
-        "Oatmeal"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "copy-of-crowleys-crocodile-animal-skin-emboss-walls-3",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Crowley's Crocodile Animal Skin Emboss Walls - Green",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Green",
-      "new_color_tag": "color:Green",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Green",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Green"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "dana-point-split-rock-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Dana Point - Split Rock Wallcovering | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Gray"
-      ],
-      "parsed_colorway": "Split Rock",
-      "new_color_tag": "color:Split Rock",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Split Rock",
-      "palette_strays_stripped": [
-        "Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Split Rock"
-      ],
-      "tags_removed": [
-        "Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "laguna-niguel-indigo-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Laguna Niguel - Indigo Wallcovering | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Blue",
-        "Navy"
-      ],
-      "parsed_colorway": "Indigo",
-      "new_color_tag": "color:Indigo",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Indigo",
-      "palette_strays_stripped": [
-        "Blue",
-        "Navy"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Indigo"
-      ],
-      "tags_removed": [
-        "Blue",
-        "Navy"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "ogden-steel-blue-and-sage-wallcovering-phillipe-romano",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Ogden - Steel Blue and Sage Wallcovering | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Steel Blue And Sage",
-      "new_color_tag": "color:Steel Blue And Sage",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Steel Blue And Sage",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Steel Blue And Sage"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "kick-em-jenny-goji",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Kaloong - Goji Vegan Leather | Hollywood Wallcoverings",
-      "form": "pipe/dash",
-      "old_color_related_tags": [
-        "Red"
-      ],
-      "parsed_colorway": "Goji",
-      "new_color_tag": "color:Goji",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Goji",
-      "palette_strays_stripped": [
-        "Red"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Goji"
-      ],
-      "tags_removed": [
-        "Red"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "brio-earl-grey-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Brio - Earl Grey Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray"
-      ],
-      "parsed_colorway": "Earl Grey",
-      "new_color_tag": "color:Earl Grey",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Earl Grey",
-      "palette_strays_stripped": [
-        "Light Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Earl Grey"
-      ],
-      "tags_removed": [
-        "Light Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "brio-puer-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Brio - Puer Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Puer",
-      "new_color_tag": "color:Puer",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Puer",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Puer"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "brio-kava-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Brio - Kava Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Cream",
-        "Linen"
-      ],
-      "parsed_colorway": "Kava",
-      "new_color_tag": "color:Kava",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Kava",
-      "palette_strays_stripped": [
-        "Cream",
-        "Linen"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Kava"
-      ],
-      "tags_removed": [
-        "Cream",
-        "Linen"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "brio-sencha-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Brio - Sencha Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Sage"
-      ],
-      "parsed_colorway": "Sencha",
-      "new_color_tag": "color:Sencha",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Sencha",
-      "palette_strays_stripped": [
-        "Sage"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Sencha"
-      ],
-      "tags_removed": [
-        "Sage"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "brio-ceylon-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Brio - Ceylon Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Sage"
-      ],
-      "parsed_colorway": "Ceylon",
-      "new_color_tag": "color:Ceylon",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Ceylon",
-      "palette_strays_stripped": [
-        "Sage"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Ceylon"
-      ],
-      "tags_removed": [
-        "Sage"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "brio-matcha-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Brio - Matcha Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Chartreuse",
-        "Khaki"
-      ],
-      "parsed_colorway": "Matcha",
-      "new_color_tag": "color:Matcha",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Matcha",
-      "palette_strays_stripped": [
-        "Chartreuse",
-        "Khaki"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Matcha"
-      ],
-      "tags_removed": [
-        "Chartreuse",
-        "Khaki"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "brio-volos-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Brio - Volos Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Volos",
-      "new_color_tag": "color:Volos",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Volos",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Volos"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "brio-oasis-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Brio - Oasis Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Oasis",
-      "new_color_tag": "color:Oasis",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Oasis",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Oasis"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "brio-sur-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Brio - Sur Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Teal"
-      ],
-      "parsed_colorway": "Sur",
-      "new_color_tag": "color:Sur",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Sur",
-      "palette_strays_stripped": [
-        "Teal"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Sur"
-      ],
-      "tags_removed": [
-        "Teal"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "brio-hyacinth-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Brio - Hyacinth Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Purple"
-      ],
-      "parsed_colorway": "Hyacinth",
-      "new_color_tag": "color:Hyacinth",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Hyacinth",
-      "palette_strays_stripped": [
-        "Purple"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Hyacinth"
-      ],
-      "tags_removed": [
-        "Purple"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "brio-pekoe-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Brio - Pekoe Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Ochre"
-      ],
-      "parsed_colorway": "Pekoe",
-      "new_color_tag": "color:Pekoe",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Pekoe",
-      "palette_strays_stripped": [
-        "Ochre"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Pekoe"
-      ],
-      "tags_removed": [
-        "Ochre"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "brio-canton-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Brio - Canton Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray",
-        "Silver"
-      ],
-      "parsed_colorway": "Canton",
-      "new_color_tag": "color:Canton",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Canton",
-      "palette_strays_stripped": [
-        "Light Gray",
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Canton"
-      ],
-      "tags_removed": [
-        "Light Gray",
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "brio-travertino-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Brio - Travertino Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Travertino",
-      "new_color_tag": "color:Travertino",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Travertino",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Travertino"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "brio-peony-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Brio - Peony Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Cream"
-      ],
-      "parsed_colorway": "Peony",
-      "new_color_tag": "color:Peony",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Peony",
-      "palette_strays_stripped": [
-        "Cream"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Peony"
-      ],
-      "tags_removed": [
-        "Cream"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "north-beach-kilimanjaro-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "North Beach - Kilimanjaro Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Cream",
-        "Linen",
-        "Oatmeal"
-      ],
-      "parsed_colorway": "Kilimanjaro",
-      "new_color_tag": "color:Kilimanjaro",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Kilimanjaro",
-      "palette_strays_stripped": [
-        "Cream",
-        "Linen",
-        "Oatmeal"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Kilimanjaro"
-      ],
-      "tags_removed": [
-        "Cream",
-        "Linen",
-        "Oatmeal"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "north-beach-challis-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "North Beach - Challis Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray",
-        "Linen",
-        "Silver"
-      ],
-      "parsed_colorway": "Challis",
-      "new_color_tag": "color:Challis",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Challis",
-      "palette_strays_stripped": [
-        "Light Gray",
-        "Linen",
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Challis"
-      ],
-      "tags_removed": [
-        "Light Gray",
-        "Linen",
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "north-beach-lino-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "North Beach - Lino Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Beige"
-      ],
-      "parsed_colorway": "Lino",
-      "new_color_tag": "color:Lino",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Lino",
-      "palette_strays_stripped": [
-        "Beige"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Lino"
-      ],
-      "tags_removed": [
-        "Beige"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "north-beach-oatmeal-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "North Beach - Oatmeal Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Oatmeal",
-      "new_color_tag": "color:Oatmeal",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Oatmeal",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Oatmeal"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "north-beach-bali-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "North Beach - Bali Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Khaki"
-      ],
-      "parsed_colorway": "Bali",
-      "new_color_tag": "color:Bali",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Bali",
-      "palette_strays_stripped": [
-        "Khaki"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Bali"
-      ],
-      "tags_removed": [
-        "Khaki"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "north-beach-cabana-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "North Beach - Cabana Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Blue"
-      ],
-      "parsed_colorway": "Cabana",
-      "new_color_tag": "color:Cabana",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Cabana",
-      "palette_strays_stripped": [
-        "Blue"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Cabana"
-      ],
-      "tags_removed": [
-        "Blue"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "north-beach-chinoiserie-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "North Beach - Chinoiserie Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Chinoiserie",
-      "new_color_tag": "color:Chinoiserie",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Chinoiserie",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Chinoiserie"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "north-beach-cadet-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "North Beach - Cadet Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Gray"
-      ],
-      "parsed_colorway": "Cadet",
-      "new_color_tag": "color:Cadet",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Cadet",
-      "palette_strays_stripped": [
-        "Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Cadet"
-      ],
-      "tags_removed": [
-        "Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "north-beach-kohl-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "North Beach - Kohl Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Charcoal"
-      ],
-      "parsed_colorway": "Kohl",
-      "new_color_tag": "color:Kohl",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Kohl",
-      "palette_strays_stripped": [
-        "Charcoal"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Kohl"
-      ],
-      "tags_removed": [
-        "Charcoal"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "north-beach-seaglass-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "North Beach - Seaglass Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray",
-        "Silver"
-      ],
-      "parsed_colorway": "Seaglass",
-      "new_color_tag": "color:Seaglass",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Seaglass",
-      "palette_strays_stripped": [
-        "Light Gray",
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Seaglass"
-      ],
-      "tags_removed": [
-        "Light Gray",
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "north-beach-sangria-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "North Beach - Sangria Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Sangria",
-      "new_color_tag": "color:Sangria",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Sangria",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Sangria"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "north-beach-cambric-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "North Beach - Cambric Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Gray",
-        "Smoke"
-      ],
-      "parsed_colorway": "Cambric",
-      "new_color_tag": "color:Cambric",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Cambric",
-      "palette_strays_stripped": [
-        "Gray",
-        "Smoke"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Cambric"
-      ],
-      "tags_removed": [
-        "Gray",
-        "Smoke"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "north-beach-sugar-cane-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "North Beach - Sugar Cane Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Sugar Cane",
-      "new_color_tag": "color:Sugar Cane",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Sugar Cane",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Sugar Cane"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "north-beach-greige-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "North Beach - Greige Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Linen"
-      ],
-      "parsed_colorway": "Greige",
-      "new_color_tag": "color:Greige",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Greige",
-      "palette_strays_stripped": [
-        "Linen"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Greige"
-      ],
-      "tags_removed": [
-        "Linen"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "north-beach-island-mist-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "North Beach - Island Mist Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray",
-        "Linen"
-      ],
-      "parsed_colorway": "Island Mist",
-      "new_color_tag": "color:Island Mist",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Island Mist",
-      "palette_strays_stripped": [
-        "Light Gray",
-        "Linen"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Island Mist"
-      ],
-      "tags_removed": [
-        "Light Gray",
-        "Linen"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "north-beach-mushroom-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "North Beach - Mushroom Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Mushroom",
-      "new_color_tag": "color:Mushroom",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Mushroom",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Mushroom"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "north-beach-fawn-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "North Beach - Fawn Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Fawn",
-      "new_color_tag": "color:Fawn",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Fawn",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Fawn"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-mission-portero-ave-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Mission - Portero Ave. Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Portero Ave.",
-      "new_color_tag": "color:Portero Ave.",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Portero Ave.",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Portero Ave."
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-mission-mission-st-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Mission - Mission St. Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Beige",
-        "Silver"
-      ],
-      "parsed_colorway": "Mission St.",
-      "new_color_tag": "color:Mission St.",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Mission St.",
-      "palette_strays_stripped": [
-        "Beige",
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Mission St."
-      ],
-      "tags_removed": [
-        "Beige",
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-mission-rincon-hill-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Mission - Rincon Hill Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Beige"
-      ],
-      "parsed_colorway": "Rincon Hill",
-      "new_color_tag": "color:Rincon Hill",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Rincon Hill",
-      "palette_strays_stripped": [
-        "Beige"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Rincon Hill"
-      ],
-      "tags_removed": [
-        "Beige"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-mission-taraval-st-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Mission - Taraval St. Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Taraval St.",
-      "new_color_tag": "color:Taraval St.",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Taraval St.",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Taraval St."
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-mission-nob-hill-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Mission - Nob Hill Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Dark Brown"
-      ],
-      "parsed_colorway": "Nob Hill",
-      "new_color_tag": "color:Nob Hill",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Nob Hill",
-      "palette_strays_stripped": [
-        "Dark Brown"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Nob Hill"
-      ],
-      "tags_removed": [
-        "Dark Brown"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-mission-geary-blvd-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Mission - Geary Blvd. Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Black"
-      ],
-      "parsed_colorway": "Geary Blvd.",
-      "new_color_tag": "color:Geary Blvd.",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Geary Blvd.",
-      "palette_strays_stripped": [
-        "Black"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Geary Blvd."
-      ],
-      "tags_removed": [
-        "Black"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-mission-chinatown-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Mission - Chinatown Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Chocolate"
-      ],
-      "parsed_colorway": "Chinatown",
-      "new_color_tag": "color:Chinatown",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Chinatown",
-      "palette_strays_stripped": [
-        "Chocolate"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Chinatown"
-      ],
-      "tags_removed": [
-        "Chocolate"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-mission-portola-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Mission - Portola Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Charcoal"
-      ],
-      "parsed_colorway": "Portola",
-      "new_color_tag": "color:Portola",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Portola",
-      "palette_strays_stripped": [
-        "Charcoal"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Portola"
-      ],
-      "tags_removed": [
-        "Charcoal"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-mission-jackson-sq-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Mission - Jackson Sq. Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Jackson Sq.",
-      "new_color_tag": "color:Jackson Sq.",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Jackson Sq.",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Jackson Sq."
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-mission-balboa-st-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Mission - Balboa St. Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Gray"
-      ],
-      "parsed_colorway": "Balboa St.",
-      "new_color_tag": "color:Balboa St.",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Balboa St.",
-      "palette_strays_stripped": [
-        "Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Balboa St."
-      ],
-      "tags_removed": [
-        "Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-mission-embarcadero-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Mission - Embarcadero Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Bronze",
-        "Brown"
-      ],
-      "parsed_colorway": "Embarcadero",
-      "new_color_tag": "color:Embarcadero",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Embarcadero",
-      "palette_strays_stripped": [
-        "Bronze",
-        "Brown"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Embarcadero"
-      ],
-      "tags_removed": [
-        "Bronze",
-        "Brown"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-mission-california-st-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Mission - California St. Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "California St.",
-      "new_color_tag": "color:California St.",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "California St.",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:California St."
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-mission-van-ness-ave-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Mission - Van Ness Ave. Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Coffee"
-      ],
-      "parsed_colorway": "Van Ness Ave.",
-      "new_color_tag": "color:Van Ness Ave.",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Van Ness Ave.",
-      "palette_strays_stripped": [
-        "Coffee"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Van Ness Ave."
-      ],
-      "tags_removed": [
-        "Coffee"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-mission-bay-st-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Mission - Bay St. Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Bay St.",
-      "new_color_tag": "color:Bay St.",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Bay St.",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Bay St."
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-mission-pacific-heights-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Mission - Pacific Heights Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray",
-        "Silver"
-      ],
-      "parsed_colorway": "Pacific Heights",
-      "new_color_tag": "color:Pacific Heights",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Pacific Heights",
-      "palette_strays_stripped": [
-        "Light Gray",
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Pacific Heights"
-      ],
-      "tags_removed": [
-        "Light Gray",
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "more-mesa-alabaster-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "More Mesa - Alabaster Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Alabaster",
-      "new_color_tag": "color:Alabaster",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Alabaster",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Alabaster"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "more-mesa-oyster-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "More Mesa - Oyster Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Oyster",
-      "new_color_tag": "color:Oyster",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Oyster",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Oyster"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "more-mesa-black-steel-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "More Mesa - Black Steel Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Graphite"
-      ],
-      "parsed_colorway": "Black Steel",
-      "new_color_tag": "color:Black Steel",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Black Steel",
-      "palette_strays_stripped": [
-        "Graphite"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Black Steel"
-      ],
-      "tags_removed": [
-        "Graphite"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "more-mesa-copper-mine-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "More Mesa - Copper Mine Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Brown"
-      ],
-      "parsed_colorway": "Copper Mine",
-      "new_color_tag": "color:Copper Mine",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Copper Mine",
-      "palette_strays_stripped": [
-        "Brown"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Copper Mine"
-      ],
-      "tags_removed": [
-        "Brown"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "more-mesa-oxide-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "More Mesa - Oxide Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Oxide",
-      "new_color_tag": "color:Oxide",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Oxide",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Oxide"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "more-mesa-antler-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "More Mesa - Antler Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Antler",
-      "new_color_tag": "color:Antler",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Antler",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Antler"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "more-mesa-aged-silver-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "More Mesa - Aged Silver Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Gray"
-      ],
-      "parsed_colorway": "Aged Silver",
-      "new_color_tag": "color:Aged Silver",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Aged Silver",
-      "palette_strays_stripped": [
-        "Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Aged Silver"
-      ],
-      "tags_removed": [
-        "Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "more-mesa-antique-bronze-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "More Mesa - Antique Bronze Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Charcoal"
-      ],
-      "parsed_colorway": "Antique Bronze",
-      "new_color_tag": "color:Antique Bronze",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Antique Bronze",
-      "palette_strays_stripped": [
-        "Charcoal"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Antique Bronze"
-      ],
-      "tags_removed": [
-        "Charcoal"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "more-mesa-aluminum-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "More Mesa - Aluminum Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Pewter"
-      ],
-      "parsed_colorway": "Aluminum",
-      "new_color_tag": "color:Aluminum",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Aluminum",
-      "palette_strays_stripped": [
-        "Pewter"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Aluminum"
-      ],
-      "tags_removed": [
-        "Pewter"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "more-mesa-alloy-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "More Mesa - Alloy Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Alloy",
-      "new_color_tag": "color:Alloy",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Alloy",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Alloy"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "more-mesa-fortune-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "More Mesa - Fortune Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Fortune",
-      "new_color_tag": "color:Fortune",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Fortune",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Fortune"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "more-mesa-navajo-gold-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "More Mesa - Navajo Gold Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Brown"
-      ],
-      "parsed_colorway": "Navajo Gold",
-      "new_color_tag": "color:Navajo Gold",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Navajo Gold",
-      "palette_strays_stripped": [
-        "Brown"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Navajo Gold"
-      ],
-      "tags_removed": [
-        "Brown"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "more-mesa-nickel-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "More Mesa - Nickel Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Nickel",
-      "new_color_tag": "color:Nickel",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Nickel",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Nickel"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "more-mesa-oiled-brass-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "More Mesa - Oiled Brass Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Oiled Brass",
-      "new_color_tag": "color:Oiled Brass",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Oiled Brass",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Oiled Brass"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "chinatown-gate-chandelier-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Chinatown Gate - Chandelier Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray"
-      ],
-      "parsed_colorway": "Chandelier",
-      "new_color_tag": "color:Chandelier",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Chandelier",
-      "palette_strays_stripped": [
-        "Light Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Chandelier"
-      ],
-      "tags_removed": [
-        "Light Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "chinatown-gate-silver-lining-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Chinatown Gate - Silver Lining Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray"
-      ],
-      "parsed_colorway": "Silver Lining",
-      "new_color_tag": "color:Silver Lining",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Silver Lining",
-      "palette_strays_stripped": [
-        "Light Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Silver Lining"
-      ],
-      "tags_removed": [
-        "Light Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "chinatown-gate-temptation-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Chinatown Gate - Temptation Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Silver"
-      ],
-      "parsed_colorway": "Temptation",
-      "new_color_tag": "color:Temptation",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Temptation",
-      "palette_strays_stripped": [
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Temptation"
-      ],
-      "tags_removed": [
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "chinatown-gate-offshore-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Chinatown Gate - Offshore Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Offshore",
-      "new_color_tag": "color:Offshore",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Offshore",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Offshore"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "chinatown-gate-ivory-palace-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Chinatown Gate - Ivory Palace Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "White"
-      ],
-      "parsed_colorway": "Ivory Palace",
-      "new_color_tag": "color:Ivory Palace",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Ivory Palace",
-      "palette_strays_stripped": [
-        "White"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Ivory Palace"
-      ],
-      "tags_removed": [
-        "White"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "chinatown-gate-urbanite-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Chinatown Gate - Urbanite Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Charcoal"
-      ],
-      "parsed_colorway": "Urbanite",
-      "new_color_tag": "color:Urbanite",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Urbanite",
-      "palette_strays_stripped": [
-        "Charcoal"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Urbanite"
-      ],
-      "tags_removed": [
-        "Charcoal"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "chinatown-gate-black-magic-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Chinatown Gate - Black Magic Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Charcoal"
-      ],
-      "parsed_colorway": "Black Magic",
-      "new_color_tag": "color:Black Magic",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Black Magic",
-      "palette_strays_stripped": [
-        "Charcoal"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Black Magic"
-      ],
-      "tags_removed": [
-        "Charcoal"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "chinatown-gate-blues-club-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Chinatown Gate - Blues Club Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Blues Club",
-      "new_color_tag": "color:Blues Club",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Blues Club",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Blues Club"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "chinatown-gate-red-devil-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Chinatown Gate - Red Devil Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Burgundy"
-      ],
-      "parsed_colorway": "Red Devil",
-      "new_color_tag": "color:Red Devil",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Red Devil",
-      "palette_strays_stripped": [
-        "Burgundy"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Red Devil"
-      ],
-      "tags_removed": [
-        "Burgundy"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "chinatown-gate-metropolitan-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Chinatown Gate - Metropolitan Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Gray",
-        "Smoke"
-      ],
-      "parsed_colorway": "Metropolitan",
-      "new_color_tag": "color:Metropolitan",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Metropolitan",
-      "palette_strays_stripped": [
-        "Gray",
-        "Smoke"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Metropolitan"
-      ],
-      "tags_removed": [
-        "Gray",
-        "Smoke"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "chinatown-gate-high-society-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Chinatown Gate - High Society Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Coffee"
-      ],
-      "parsed_colorway": "High Society",
-      "new_color_tag": "color:High Society",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "High Society",
-      "palette_strays_stripped": [
-        "Coffee"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:High Society"
-      ],
-      "tags_removed": [
-        "Coffee"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "chinatown-gate-hot-sauce-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Chinatown Gate - Hot Sauce Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Hot Sauce",
-      "new_color_tag": "color:Hot Sauce",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Hot Sauce",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Hot Sauce"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "chinatown-gate-sophistication-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Chinatown Gate - Sophistication Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Sophistication",
-      "new_color_tag": "color:Sophistication",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Sophistication",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Sophistication"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "chinatown-gate-penthouse-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Chinatown Gate - Penthouse Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Penthouse",
-      "new_color_tag": "color:Penthouse",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Penthouse",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Penthouse"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "chinatown-gate-boot-strap-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Chinatown Gate - Boot Strap Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Boot Strap",
-      "new_color_tag": "color:Boot Strap",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Boot Strap",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Boot Strap"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "vandenberg-village-spring-wood-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vandenberg Village - Spring Wood Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Spring Wood",
-      "new_color_tag": "color:Spring Wood",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Spring Wood",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Spring Wood"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "vandenberg-village-sandstone-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vandenberg Village - Sandstone Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Oatmeal"
-      ],
-      "parsed_colorway": "Sandstone",
-      "new_color_tag": "color:Sandstone",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Sandstone",
-      "palette_strays_stripped": [
-        "Oatmeal"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Sandstone"
-      ],
-      "tags_removed": [
-        "Oatmeal"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "vandenberg-village-alabaster-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vandenberg Village - Alabaster Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Alabaster",
-      "new_color_tag": "color:Alabaster",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Alabaster",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Alabaster"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "vandenberg-village-promenade-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vandenberg Village - Promenade Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Promenade",
-      "new_color_tag": "color:Promenade",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Promenade",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Promenade"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "vandenberg-village-champagne-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vandenberg Village - Champagne Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Beige"
-      ],
-      "parsed_colorway": "Champagne",
-      "new_color_tag": "color:Champagne",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Champagne",
-      "palette_strays_stripped": [
-        "Beige"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Champagne"
-      ],
-      "tags_removed": [
-        "Beige"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "vandenberg-village-granny-smith-apple-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vandenberg Village - Granny Smith Apple Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Sage"
-      ],
-      "parsed_colorway": "Granny Smith Apple",
-      "new_color_tag": "color:Granny Smith Apple",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Granny Smith Apple",
-      "palette_strays_stripped": [
-        "Sage"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Granny Smith Apple"
-      ],
-      "tags_removed": [
-        "Sage"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "vandenberg-village-midnight-express-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vandenberg Village - Midnight Express Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Midnight Express",
-      "new_color_tag": "color:Midnight Express",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Midnight Express",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Midnight Express"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "vandenberg-village-horizon-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vandenberg Village - Horizon Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Horizon",
-      "new_color_tag": "color:Horizon",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Horizon",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Horizon"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "vandenberg-village-night-rider-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vandenberg Village - Night Rider Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Gray",
-        "Slate"
-      ],
-      "parsed_colorway": "Night Rider",
-      "new_color_tag": "color:Night Rider",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Night Rider",
-      "palette_strays_stripped": [
-        "Gray",
-        "Slate"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Night Rider"
-      ],
-      "tags_removed": [
-        "Gray",
-        "Slate"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "vandenberg-village-sherpa-blue-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vandenberg Village - Sherpa Blue Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Sherpa Blue",
-      "new_color_tag": "color:Sherpa Blue",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Sherpa Blue",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Sherpa Blue"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "vandenberg-village-pizazz-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vandenberg Village - Pizazz Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Pizazz",
-      "new_color_tag": "color:Pizazz",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Pizazz",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Pizazz"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "vandenberg-village-sand-drift-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vandenberg Village - Sand Drift Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Sand Drift",
-      "new_color_tag": "color:Sand Drift",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Sand Drift",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Sand Drift"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "vandenberg-village-raffia-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vandenberg Village - Raffia Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Raffia",
-      "new_color_tag": "color:Raffia",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Raffia",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Raffia"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "vandenberg-village-dark-slate-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vandenberg Village - Dark Slate Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Gray"
-      ],
-      "parsed_colorway": "Dark Slate",
-      "new_color_tag": "color:Dark Slate",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Dark Slate",
-      "palette_strays_stripped": [
-        "Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Dark Slate"
-      ],
-      "tags_removed": [
-        "Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "vandenberg-village-bakers-chocolate-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vandenberg Village - Bakers Chocolate Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Mocha"
-      ],
-      "parsed_colorway": "Bakers Chocolate",
-      "new_color_tag": "color:Bakers Chocolate",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Bakers Chocolate",
-      "palette_strays_stripped": [
-        "Mocha"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Bakers Chocolate"
-      ],
-      "tags_removed": [
-        "Mocha"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "vandenberg-village-tango-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vandenberg Village - Tango Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Tango",
-      "new_color_tag": "color:Tango",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Tango",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Tango"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "vandenberg-village-sunglow-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vandenberg Village - Sunglow Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Tan"
-      ],
-      "parsed_colorway": "Sunglow",
-      "new_color_tag": "color:Sunglow",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Sunglow",
-      "palette_strays_stripped": [
-        "Tan"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Sunglow"
-      ],
-      "tags_removed": [
-        "Tan"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "vandenberg-village-bud-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vandenberg Village - Bud Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Bud",
-      "new_color_tag": "color:Bud",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Bud",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Bud"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "vandenberg-village-star-dust-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vandenberg Village - Star Dust Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Star Dust",
-      "new_color_tag": "color:Star Dust",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Star Dust",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Star Dust"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "vandenberg-village-pumice-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vandenberg Village - Pumice Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Pumice",
-      "new_color_tag": "color:Pumice",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Pumice",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Pumice"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "vandenberg-village-mountain-mist-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vandenberg Village - Mountain Mist Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Mountain Mist",
-      "new_color_tag": "color:Mountain Mist",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Mountain Mist",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Mountain Mist"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sea-ranch-ice-cube-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sea Ranch - Ice Cube Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray"
-      ],
-      "parsed_colorway": "Ice Cube",
-      "new_color_tag": "color:Ice Cube",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Ice Cube",
-      "palette_strays_stripped": [
-        "Light Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Ice Cube"
-      ],
-      "tags_removed": [
-        "Light Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sea-ranch-horn-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sea Ranch - Horn Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Horn",
-      "new_color_tag": "color:Horn",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Horn",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Horn"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sea-ranch-basket-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sea Ranch - Basket Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Beige"
-      ],
-      "parsed_colorway": "Basket",
-      "new_color_tag": "color:Basket",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Basket",
-      "palette_strays_stripped": [
-        "Beige"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Basket"
-      ],
-      "tags_removed": [
-        "Beige"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sea-ranch-whalebone-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sea Ranch - Whalebone Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Whalebone",
-      "new_color_tag": "color:Whalebone",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Whalebone",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Whalebone"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sea-ranch-sandstone-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sea Ranch - Sandstone Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Sandstone",
-      "new_color_tag": "color:Sandstone",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Sandstone",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Sandstone"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sea-ranch-tropic-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sea Ranch - Tropic Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Ash",
-        "Sage"
-      ],
-      "parsed_colorway": "Tropic",
-      "new_color_tag": "color:Tropic",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Tropic",
-      "palette_strays_stripped": [
-        "Ash",
-        "Sage"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Tropic"
-      ],
-      "tags_removed": [
-        "Ash",
-        "Sage"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sea-ranch-palm-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sea Ranch - Palm Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Khaki",
-        "Olive"
-      ],
-      "parsed_colorway": "Palm",
-      "new_color_tag": "color:Palm",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Palm",
-      "palette_strays_stripped": [
-        "Khaki",
-        "Olive"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Palm"
-      ],
-      "tags_removed": [
-        "Khaki",
-        "Olive"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sea-ranch-navy-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sea Ranch - Navy Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Navy",
-      "new_color_tag": "color:Navy",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Navy",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Navy"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sea-ranch-peacock-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sea Ranch - Peacock Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Peacock",
-      "new_color_tag": "color:Peacock",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Peacock",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Peacock"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sea-ranch-oxblood-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sea Ranch - Oxblood Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Chocolate"
-      ],
-      "parsed_colorway": "Oxblood",
-      "new_color_tag": "color:Oxblood",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Oxblood",
-      "palette_strays_stripped": [
-        "Chocolate"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Oxblood"
-      ],
-      "tags_removed": [
-        "Chocolate"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sea-ranch-steel-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sea Ranch - Steel Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Gray"
-      ],
-      "parsed_colorway": "Steel",
-      "new_color_tag": "color:Steel",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Steel",
-      "palette_strays_stripped": [
-        "Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Steel"
-      ],
-      "tags_removed": [
-        "Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sea-ranch-dolphin-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sea Ranch - Dolphin Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Gray",
-        "Slate"
-      ],
-      "parsed_colorway": "Dolphin",
-      "new_color_tag": "color:Dolphin",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Dolphin",
-      "palette_strays_stripped": [
-        "Gray",
-        "Slate"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Dolphin"
-      ],
-      "tags_removed": [
-        "Gray",
-        "Slate"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sea-ranch-rockstar-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sea Ranch - Rockstar Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Rockstar",
-      "new_color_tag": "color:Rockstar",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Rockstar",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Rockstar"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sea-ranch-coffee-bean-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sea Ranch - Coffee Bean Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Coffee Bean",
-      "new_color_tag": "color:Coffee Bean",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Coffee Bean",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Coffee Bean"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sea-ranch-golden-age-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sea Ranch - Golden Age Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Golden Age",
-      "new_color_tag": "color:Golden Age",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Golden Age",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Golden Age"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sea-ranch-copper-pot-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sea Ranch - Copper Pot Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Brown"
-      ],
-      "parsed_colorway": "Copper Pot",
-      "new_color_tag": "color:Copper Pot",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Copper Pot",
-      "palette_strays_stripped": [
-        "Brown"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Copper Pot"
-      ],
-      "tags_removed": [
-        "Brown"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sea-ranch-straw-gold-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sea Ranch - Straw Gold Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Straw Gold",
-      "new_color_tag": "color:Straw Gold",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Straw Gold",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Straw Gold"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sea-ranch-mercury-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sea Ranch - Mercury Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Gray",
-        "Taupe"
-      ],
-      "parsed_colorway": "Mercury",
-      "new_color_tag": "color:Mercury",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Mercury",
-      "palette_strays_stripped": [
-        "Gray",
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Mercury"
-      ],
-      "tags_removed": [
-        "Gray",
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-valley-nickel-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Valley - Nickel Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Silver"
-      ],
-      "parsed_colorway": "Nickel",
-      "new_color_tag": "color:Nickel",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Nickel",
-      "palette_strays_stripped": [
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Nickel"
-      ],
-      "tags_removed": [
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-valley-sand-pearl-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Valley - Sand Pearl Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Silver"
-      ],
-      "parsed_colorway": "Sand Pearl",
-      "new_color_tag": "color:Sand Pearl",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Sand Pearl",
-      "palette_strays_stripped": [
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Sand Pearl"
-      ],
-      "tags_removed": [
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-valley-electra-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Valley - Electra Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Electra",
-      "new_color_tag": "color:Electra",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Electra",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Electra"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-valley-tempest-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Valley - Tempest Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Gray"
-      ],
-      "parsed_colorway": "Tempest",
-      "new_color_tag": "color:Tempest",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Tempest",
-      "palette_strays_stripped": [
-        "Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Tempest"
-      ],
-      "tags_removed": [
-        "Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-valley-wired-copper-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Valley - Wired Copper Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Wired Copper",
-      "new_color_tag": "color:Wired Copper",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Wired Copper",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Wired Copper"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-valley-raspberry-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Valley - Raspberry Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Plum"
-      ],
-      "parsed_colorway": "Raspberry",
-      "new_color_tag": "color:Raspberry",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Raspberry",
-      "palette_strays_stripped": [
-        "Plum"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Raspberry"
-      ],
-      "tags_removed": [
-        "Plum"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-valley-ebony-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Valley - Ebony Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Ebony",
-      "new_color_tag": "color:Ebony",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Ebony",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Ebony"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-valley-treasure-island-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Valley - Treasure Island Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Gray"
-      ],
-      "parsed_colorway": "Treasure Island",
-      "new_color_tag": "color:Treasure Island",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Treasure Island",
-      "palette_strays_stripped": [
-        "Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Treasure Island"
-      ],
-      "tags_removed": [
-        "Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-valley-char-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Valley - Char Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Char",
-      "new_color_tag": "color:Char",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Char",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Char"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-valley-silvermine-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Valley - Silvermine Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Silvermine",
-      "new_color_tag": "color:Silvermine",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Silvermine",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Silvermine"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-valley-sienna-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Valley - Sienna Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Espresso"
-      ],
-      "parsed_colorway": "Sienna",
-      "new_color_tag": "color:Sienna",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Sienna",
-      "palette_strays_stripped": [
-        "Espresso"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Sienna"
-      ],
-      "tags_removed": [
-        "Espresso"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-valley-gold-drop-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Valley - Gold Drop Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Gold Drop",
-      "new_color_tag": "color:Gold Drop",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Gold Drop",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Gold Drop"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-valley-birch-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Valley - Birch Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray",
-        "Silver"
-      ],
-      "parsed_colorway": "Birch",
-      "new_color_tag": "color:Birch",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Birch",
-      "palette_strays_stripped": [
-        "Light Gray",
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Birch"
-      ],
-      "tags_removed": [
-        "Light Gray",
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-valley-white-ash-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Valley - White Ash Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray"
-      ],
-      "parsed_colorway": "White Ash",
-      "new_color_tag": "color:White Ash",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "White Ash",
-      "palette_strays_stripped": [
-        "Light Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:White Ash"
-      ],
-      "tags_removed": [
-        "Light Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "carmel-valley-flax-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Carmel Valley - Flax Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Flax",
-      "new_color_tag": "color:Flax",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Flax",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Flax"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "fort-cronkhite-sea-salt-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Fort Cronkhite - Sea Salt Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray"
-      ],
-      "parsed_colorway": "Sea Salt",
-      "new_color_tag": "color:Sea Salt",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Sea Salt",
-      "palette_strays_stripped": [
-        "Light Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Sea Salt"
-      ],
-      "tags_removed": [
-        "Light Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "fort-cronkhite-stucco-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Fort Cronkhite - Stucco Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Stucco",
-      "new_color_tag": "color:Stucco",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Stucco",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Stucco"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "fort-cronkhite-a-la-mode-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Fort Cronkhite - A La Mode Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "A La Mode",
-      "new_color_tag": "color:A La Mode",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "A La Mode",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:A La Mode"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "fort-cronkhite-porcelain-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Fort Cronkhite - Porcelain Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray"
-      ],
-      "parsed_colorway": "Porcelain",
-      "new_color_tag": "color:Porcelain",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Porcelain",
-      "palette_strays_stripped": [
-        "Light Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Porcelain"
-      ],
-      "tags_removed": [
-        "Light Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "fort-cronkhite-sprig-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Fort Cronkhite - Sprig Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray"
-      ],
-      "parsed_colorway": "Sprig",
-      "new_color_tag": "color:Sprig",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Sprig",
-      "palette_strays_stripped": [
-        "Light Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Sprig"
-      ],
-      "tags_removed": [
-        "Light Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "fort-cronkhite-bamboo-leaf-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Fort Cronkhite - Bamboo Leaf Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Bamboo Leaf",
-      "new_color_tag": "color:Bamboo Leaf",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Bamboo Leaf",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Bamboo Leaf"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "fort-cronkhite-blackberry-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Fort Cronkhite - Blackberry Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Blackberry",
-      "new_color_tag": "color:Blackberry",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Blackberry",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Blackberry"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "fort-cronkhite-jade-garden-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Fort Cronkhite - Jade Garden Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Navy",
-        "Teal"
-      ],
-      "parsed_colorway": "Jade Garden",
-      "new_color_tag": "color:Jade Garden",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Jade Garden",
-      "palette_strays_stripped": [
-        "Navy",
-        "Teal"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Jade Garden"
-      ],
-      "tags_removed": [
-        "Navy",
-        "Teal"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "fort-cronkhite-inkwell-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Fort Cronkhite - Inkwell Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Charcoal"
-      ],
-      "parsed_colorway": "Inkwell",
-      "new_color_tag": "color:Inkwell",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Inkwell",
-      "palette_strays_stripped": [
-        "Charcoal"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Inkwell"
-      ],
-      "tags_removed": [
-        "Charcoal"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "fort-cronkhite-pier-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Fort Cronkhite - Pier Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Gray"
-      ],
-      "parsed_colorway": "Pier",
-      "new_color_tag": "color:Pier",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Pier",
-      "palette_strays_stripped": [
-        "Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Pier"
-      ],
-      "tags_removed": [
-        "Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "fort-cronkhite-candlewick-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Fort Cronkhite - Candlewick Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Candlewick",
-      "new_color_tag": "color:Candlewick",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Candlewick",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Candlewick"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "fort-cronkhite-arizona-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Fort Cronkhite - Arizona Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Tan"
-      ],
-      "parsed_colorway": "Arizona",
-      "new_color_tag": "color:Arizona",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Arizona",
-      "palette_strays_stripped": [
-        "Tan"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Arizona"
-      ],
-      "tags_removed": [
-        "Tan"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "fort-cronkhite-pewter-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Fort Cronkhite - Pewter Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Silver"
-      ],
-      "parsed_colorway": "Pewter",
-      "new_color_tag": "color:Pewter",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Pewter",
-      "palette_strays_stripped": [
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Pewter"
-      ],
-      "tags_removed": [
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "fort-cronkhite-dorian-gray-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Fort Cronkhite - Dorian Gray Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Dorian Gray",
-      "new_color_tag": "color:Dorian Gray",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Dorian Gray",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Dorian Gray"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "fort-cronkhite-fossil-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Fort Cronkhite - Fossil Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Bone",
-        "Light Gray",
-        "Silver"
-      ],
-      "parsed_colorway": "Fossil",
-      "new_color_tag": "color:Fossil",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Fossil",
-      "palette_strays_stripped": [
-        "Bone",
-        "Light Gray",
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Fossil"
-      ],
-      "tags_removed": [
-        "Bone",
-        "Light Gray",
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "fort-cronkhite-fossil-type-ii-vinyl-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Fort Cronkhite - Fossil Type II Vinyl Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray",
-        "Silver"
-      ],
-      "parsed_colorway": "Fossil Type II",
-      "new_color_tag": "color:Fossil Type II",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Fossil Type II",
-      "palette_strays_stripped": [
-        "Light Gray",
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Fossil Type II"
-      ],
-      "tags_removed": [
-        "Light Gray",
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "china-camp-sea-salt-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "China Camp - Sea Salt Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray",
-        "Linen"
-      ],
-      "parsed_colorway": "Sea Salt",
-      "new_color_tag": "color:Sea Salt",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Sea Salt",
-      "palette_strays_stripped": [
-        "Light Gray",
-        "Linen"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Sea Salt"
-      ],
-      "tags_removed": [
-        "Light Gray",
-        "Linen"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "china-camp-stucco-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "China Camp - Stucco Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Ecru"
-      ],
-      "parsed_colorway": "Stucco",
-      "new_color_tag": "color:Stucco",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Stucco",
-      "palette_strays_stripped": [
-        "Ecru"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Stucco"
-      ],
-      "tags_removed": [
-        "Ecru"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "china-camp-stucco-type-ii-vinyl-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "China Camp - Stucco Type II Vinyl Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Stucco Type II",
-      "new_color_tag": "color:Stucco Type II",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Stucco Type II",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Stucco Type II"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "china-camp-a-la-mode-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "China Camp - A La Mode Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Linen"
-      ],
-      "parsed_colorway": "A La Mode",
-      "new_color_tag": "color:A La Mode",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "A La Mode",
-      "palette_strays_stripped": [
-        "Linen"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:A La Mode"
-      ],
-      "tags_removed": [
-        "Linen"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "china-camp-porcelain-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "China Camp - Porcelain Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Porcelain",
-      "new_color_tag": "color:Porcelain",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Porcelain",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Porcelain"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "china-camp-sprig-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "China Camp - Sprig Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray",
-        "Silver"
-      ],
-      "parsed_colorway": "Sprig",
-      "new_color_tag": "color:Sprig",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Sprig",
-      "palette_strays_stripped": [
-        "Light Gray",
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Sprig"
-      ],
-      "tags_removed": [
-        "Light Gray",
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "china-camp-bamboo-leaf-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "China Camp - Bamboo Leaf Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Bamboo Leaf",
-      "new_color_tag": "color:Bamboo Leaf",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Bamboo Leaf",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Bamboo Leaf"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "china-camp-blackberry-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "China Camp - Blackberry Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Blackberry",
-      "new_color_tag": "color:Blackberry",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Blackberry",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Blackberry"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "china-camp-jade-garden-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "China Camp - Jade Garden Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Navy",
-        "Teal"
-      ],
-      "parsed_colorway": "Jade Garden",
-      "new_color_tag": "color:Jade Garden",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Jade Garden",
-      "palette_strays_stripped": [
-        "Navy",
-        "Teal"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Jade Garden"
-      ],
-      "tags_removed": [
-        "Navy",
-        "Teal"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "china-camp-inkwell-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "China Camp - Inkwell Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Black",
-        "Charcoal"
-      ],
-      "parsed_colorway": "Inkwell",
-      "new_color_tag": "color:Inkwell",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Inkwell",
-      "palette_strays_stripped": [
-        "Black",
-        "Charcoal"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Inkwell"
-      ],
-      "tags_removed": [
-        "Black",
-        "Charcoal"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "china-camp-twilight-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "China Camp - Twilight Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Midnight",
-        "Navy"
-      ],
-      "parsed_colorway": "Twilight",
-      "new_color_tag": "color:Twilight",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Twilight",
-      "palette_strays_stripped": [
-        "Midnight",
-        "Navy"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Twilight"
-      ],
-      "tags_removed": [
-        "Midnight",
-        "Navy"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "china-camp-sky-high-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "China Camp - Sky High Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Silver"
-      ],
-      "parsed_colorway": "Sky High",
-      "new_color_tag": "color:Sky High",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Sky High",
-      "palette_strays_stripped": [
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Sky High"
-      ],
-      "tags_removed": [
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "china-camp-daredevil-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "China Camp - Daredevil Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Daredevil",
-      "new_color_tag": "color:Daredevil",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Daredevil",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Daredevil"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "china-camp-pier-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "China Camp - Pier Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Graphite"
-      ],
-      "parsed_colorway": "Pier",
-      "new_color_tag": "color:Pier",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Pier",
-      "palette_strays_stripped": [
-        "Graphite"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Pier"
-      ],
-      "tags_removed": [
-        "Graphite"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "china-camp-candlewick-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "China Camp - Candlewick Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Candlewick",
-      "new_color_tag": "color:Candlewick",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Candlewick",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Candlewick"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "china-camp-arizona-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "China Camp - Arizona Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Arizona",
-      "new_color_tag": "color:Arizona",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Arizona",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Arizona"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "china-camp-pewter-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "China Camp - Pewter Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Silver"
-      ],
-      "parsed_colorway": "Pewter",
-      "new_color_tag": "color:Pewter",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Pewter",
-      "palette_strays_stripped": [
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Pewter"
-      ],
-      "tags_removed": [
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "china-camp-dorian-gray-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "China Camp - Dorian Gray Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray",
-        "Silver"
-      ],
-      "parsed_colorway": "Dorian Gray",
-      "new_color_tag": "color:Dorian Gray",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Dorian Gray",
-      "palette_strays_stripped": [
-        "Light Gray",
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Dorian Gray"
-      ],
-      "tags_removed": [
-        "Light Gray",
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "china-camp-fossil-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "China Camp - Fossil Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Fossil",
-      "new_color_tag": "color:Fossil",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Fossil",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Fossil"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "aura-canvas-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Aura - Canvas Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Canvas",
-      "new_color_tag": "color:Canvas",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Canvas",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Canvas"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "aura-lagoon-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Aura - Lagoon Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Blue"
-      ],
-      "parsed_colorway": "Lagoon",
-      "new_color_tag": "color:Lagoon",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Lagoon",
-      "palette_strays_stripped": [
-        "Blue"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Lagoon"
-      ],
-      "tags_removed": [
-        "Blue"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "aura-sunset-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Aura - Sunset Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Orange"
-      ],
-      "parsed_colorway": "Sunset",
-      "new_color_tag": "color:Sunset",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Sunset",
-      "palette_strays_stripped": [
-        "Orange"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Sunset"
-      ],
-      "tags_removed": [
-        "Orange"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "aura-fresco-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Aura - Fresco Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Fresco",
-      "new_color_tag": "color:Fresco",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Fresco",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Fresco"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "aura-desert-gem-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Aura - Desert Gem Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Beige",
-        "Taupe"
-      ],
-      "parsed_colorway": "Desert Gem",
-      "new_color_tag": "color:Desert Gem",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Desert Gem",
-      "palette_strays_stripped": [
-        "Beige",
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Desert Gem"
-      ],
-      "tags_removed": [
-        "Beige",
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "aura-cirrus-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Aura - Cirrus Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Cirrus",
-      "new_color_tag": "color:Cirrus",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Cirrus",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Cirrus"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "aura-silverado-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Aura - Silverado Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray",
-        "Silver"
-      ],
-      "parsed_colorway": "Silverado",
-      "new_color_tag": "color:Silverado",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Silverado",
-      "palette_strays_stripped": [
-        "Light Gray",
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Silverado"
-      ],
-      "tags_removed": [
-        "Light Gray",
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "berkeley-simply-white-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Berkeley - Simply White Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Linen",
-        "Oatmeal"
-      ],
-      "parsed_colorway": "Simply White",
-      "new_color_tag": "color:Simply White",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Simply White",
-      "palette_strays_stripped": [
-        "Linen",
-        "Oatmeal"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Simply White"
-      ],
-      "tags_removed": [
-        "Linen",
-        "Oatmeal"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "berkeley-antique-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Berkeley - Antique Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Beige",
-        "Linen",
-        "Oatmeal"
-      ],
-      "parsed_colorway": "Antique",
-      "new_color_tag": "color:Antique",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Antique",
-      "palette_strays_stripped": [
-        "Beige",
-        "Linen",
-        "Oatmeal"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Antique"
-      ],
-      "tags_removed": [
-        "Beige",
-        "Linen",
-        "Oatmeal"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "berkeley-creme-brulee-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Berkeley - Creme Brulee Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Beige",
-        "Linen",
-        "Oatmeal"
-      ],
-      "parsed_colorway": "Creme Brulee",
-      "new_color_tag": "color:Creme Brulee",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Creme Brulee",
-      "palette_strays_stripped": [
-        "Beige",
-        "Linen",
-        "Oatmeal"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Creme Brulee"
-      ],
-      "tags_removed": [
-        "Beige",
-        "Linen",
-        "Oatmeal"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "berkeley-cabana-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Berkeley - Cabana Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Cabana",
-      "new_color_tag": "color:Cabana",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Cabana",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Cabana"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "berkeley-cloud-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Berkeley - Cloud Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray",
-        "Linen"
-      ],
-      "parsed_colorway": "Cloud",
-      "new_color_tag": "color:Cloud",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Cloud",
-      "palette_strays_stripped": [
-        "Light Gray",
-        "Linen"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Cloud"
-      ],
-      "tags_removed": [
-        "Light Gray",
-        "Linen"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "berkeley-thunderstorm-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Berkeley - Thunderstorm Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Thunderstorm",
-      "new_color_tag": "color:Thunderstorm",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Thunderstorm",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Thunderstorm"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "berkeley-river-rock-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Berkeley - River Rock Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray",
-        "Silver"
-      ],
-      "parsed_colorway": "River Rock",
-      "new_color_tag": "color:River Rock",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "River Rock",
-      "palette_strays_stripped": [
-        "Light Gray",
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:River Rock"
-      ],
-      "tags_removed": [
-        "Light Gray",
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "berkeley-copper-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Berkeley - Copper Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Ochre"
-      ],
-      "parsed_colorway": "Copper",
-      "new_color_tag": "color:Copper",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Copper",
-      "palette_strays_stripped": [
-        "Ochre"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Copper"
-      ],
-      "tags_removed": [
-        "Ochre"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "berkeley-old-gold-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Berkeley - Old Gold Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Ochre"
-      ],
-      "parsed_colorway": "Old Gold",
-      "new_color_tag": "color:Old Gold",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Old Gold",
-      "palette_strays_stripped": [
-        "Ochre"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Old Gold"
-      ],
-      "tags_removed": [
-        "Ochre"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "berkeley-windsor-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Berkeley - Windsor Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Windsor",
-      "new_color_tag": "color:Windsor",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Windsor",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Windsor"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "berkeley-oyster-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Berkeley - Oyster Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Linen"
-      ],
-      "parsed_colorway": "Oyster",
-      "new_color_tag": "color:Oyster",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Oyster",
-      "palette_strays_stripped": [
-        "Linen"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Oyster"
-      ],
-      "tags_removed": [
-        "Linen"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "berkeley-silhouette-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Berkeley - Silhouette Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Linen",
-        "Oatmeal"
-      ],
-      "parsed_colorway": "Silhouette",
-      "new_color_tag": "color:Silhouette",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Silhouette",
-      "palette_strays_stripped": [
-        "Linen",
-        "Oatmeal"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Silhouette"
-      ],
-      "tags_removed": [
-        "Linen",
-        "Oatmeal"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "berkeley-camel-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Berkeley - Camel Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Camel",
-      "new_color_tag": "color:Camel",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Camel",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Camel"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sonoma-garden-path-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sonoma - Garden Path Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray"
-      ],
-      "parsed_colorway": "Garden Path",
-      "new_color_tag": "color:Garden Path",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Garden Path",
-      "palette_strays_stripped": [
-        "Light Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Garden Path"
-      ],
-      "tags_removed": [
-        "Light Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sonoma-summer-glow-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sonoma - Summer Glow Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Beige",
-        "Champagne",
-        "Tan"
-      ],
-      "parsed_colorway": "Summer Glow",
-      "new_color_tag": "color:Summer Glow",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Summer Glow",
-      "palette_strays_stripped": [
-        "Beige",
-        "Champagne",
-        "Tan"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Summer Glow"
-      ],
-      "tags_removed": [
-        "Beige",
-        "Champagne",
-        "Tan"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sonoma-deep-woods-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sonoma - Deep Woods Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Deep Woods",
-      "new_color_tag": "color:Deep Woods",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Deep Woods",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Deep Woods"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "seaside-vapor-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Seaside - Vapor Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Vapor",
-      "new_color_tag": "color:Vapor",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Vapor",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Vapor"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "seaside-ballpoint-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Seaside - Ballpoint Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Ballpoint",
-      "new_color_tag": "color:Ballpoint",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Ballpoint",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Ballpoint"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "seaside-rattan-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Seaside - Rattan Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Rattan",
-      "new_color_tag": "color:Rattan",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Rattan",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Rattan"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "seaside-gray-heron-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Seaside - Gray Heron Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Gray Heron",
-      "new_color_tag": "color:Gray Heron",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Gray Heron",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Gray Heron"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "seaside-boardwalk-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Seaside - Boardwalk Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Silver",
-        "Taupe"
-      ],
-      "parsed_colorway": "Boardwalk",
-      "new_color_tag": "color:Boardwalk",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Boardwalk",
-      "palette_strays_stripped": [
-        "Silver",
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Boardwalk"
-      ],
-      "tags_removed": [
-        "Silver",
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sand-city-salt-air-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sand City - Salt Air Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Salt Air",
-      "new_color_tag": "color:Salt Air",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Salt Air",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Salt Air"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sand-city-vapor-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sand City - Vapor Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Vapor",
-      "new_color_tag": "color:Vapor",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Vapor",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Vapor"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sand-city-ballpoint-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sand City - Ballpoint Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Ballpoint",
-      "new_color_tag": "color:Ballpoint",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Ballpoint",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Ballpoint"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sand-city-crescent-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sand City - Crescent Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Silver"
-      ],
-      "parsed_colorway": "Crescent",
-      "new_color_tag": "color:Crescent",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Crescent",
-      "palette_strays_stripped": [
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Crescent"
-      ],
-      "tags_removed": [
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sand-city-henna-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sand City - Henna Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Clay"
-      ],
-      "parsed_colorway": "Henna",
-      "new_color_tag": "color:Henna",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Henna",
-      "palette_strays_stripped": [
-        "Clay"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Henna"
-      ],
-      "tags_removed": [
-        "Clay"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sand-city-rattan-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sand City - Rattan Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Tan"
-      ],
-      "parsed_colorway": "Rattan",
-      "new_color_tag": "color:Rattan",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Rattan",
-      "palette_strays_stripped": [
-        "Tan"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Rattan"
-      ],
-      "tags_removed": [
-        "Tan"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sand-city-gray-heron-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sand City - Gray Heron Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray"
-      ],
-      "parsed_colorway": "Gray Heron",
-      "new_color_tag": "color:Gray Heron",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Gray Heron",
-      "palette_strays_stripped": [
-        "Light Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Gray Heron"
-      ],
-      "tags_removed": [
-        "Light Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sand-city-puffin-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sand City - Puffin Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Charcoal",
-        "Dark Gray"
-      ],
-      "parsed_colorway": "Puffin",
-      "new_color_tag": "color:Puffin",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Puffin",
-      "palette_strays_stripped": [
-        "Charcoal",
-        "Dark Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Puffin"
-      ],
-      "tags_removed": [
-        "Charcoal",
-        "Dark Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sand-city-boardwalk-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sand City - Boardwalk Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Oatmeal",
-        "Silver"
-      ],
-      "parsed_colorway": "Boardwalk",
-      "new_color_tag": "color:Boardwalk",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Boardwalk",
-      "palette_strays_stripped": [
-        "Oatmeal",
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Boardwalk"
-      ],
-      "tags_removed": [
-        "Oatmeal",
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "sand-city-whisper-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sand City - Whisper Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Whisper",
-      "new_color_tag": "color:Whisper",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Whisper",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Whisper"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "encinitas-downtown-mylar-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Encinitas - Downtown Mylar Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray"
-      ],
-      "parsed_colorway": "Downtown",
-      "new_color_tag": "color:Downtown",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Downtown",
-      "palette_strays_stripped": [
-        "Light Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Downtown"
-      ],
-      "tags_removed": [
-        "Light Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "encinitas-coconut-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Encinitas - Coconut Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Coconut",
-      "new_color_tag": "color:Coconut",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Coconut",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Coconut"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "encinitas-rock-star-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Encinitas - Rock Star Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Rock Star",
-      "new_color_tag": "color:Rock Star",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Rock Star",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Rock Star"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "encinitas-fuchsia-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Encinitas - Fuchsia Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Fuchsia",
-      "new_color_tag": "color:Fuchsia",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Fuchsia",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Fuchsia"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "encinitas-boho-chic-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Encinitas - Boho Chic Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Boho Chic",
-      "new_color_tag": "color:Boho Chic",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Boho Chic",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Boho Chic"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "encinitas-greyfitti-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Encinitas - Greyfitti Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Gray"
-      ],
-      "parsed_colorway": "Greyfitti",
-      "new_color_tag": "color:Greyfitti",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Greyfitti",
-      "palette_strays_stripped": [
-        "Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Greyfitti"
-      ],
-      "tags_removed": [
-        "Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "encinitas-cougar-mylar-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Encinitas - Cougar Mylar Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Tan"
-      ],
-      "parsed_colorway": "Cougar",
-      "new_color_tag": "color:Cougar",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Cougar",
-      "palette_strays_stripped": [
-        "Tan"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Cougar"
-      ],
-      "tags_removed": [
-        "Tan"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "encinitas-antigua-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Encinitas - Antigua Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray",
-        "Silver"
-      ],
-      "parsed_colorway": "Antigua",
-      "new_color_tag": "color:Antigua",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Antigua",
-      "palette_strays_stripped": [
-        "Light Gray",
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Antigua"
-      ],
-      "tags_removed": [
-        "Light Gray",
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "encinitas-stone-wash-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Encinitas - Stone Wash Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray"
-      ],
-      "parsed_colorway": "Stone Wash",
-      "new_color_tag": "color:Stone Wash",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Stone Wash",
-      "palette_strays_stripped": [
-        "Light Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Stone Wash"
-      ],
-      "tags_removed": [
-        "Light Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "interlude-lace-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Interlude - Lace Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray"
-      ],
-      "parsed_colorway": "Lace",
-      "new_color_tag": "color:Lace",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Lace",
-      "palette_strays_stripped": [
-        "Light Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Lace"
-      ],
-      "tags_removed": [
-        "Light Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "interlude-almond-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Interlude - Almond Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Beige"
-      ],
-      "parsed_colorway": "Almond",
-      "new_color_tag": "color:Almond",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Almond",
-      "palette_strays_stripped": [
-        "Beige"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Almond"
-      ],
-      "tags_removed": [
-        "Beige"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "interlude-frost-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Interlude - Frost Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Frost",
-      "new_color_tag": "color:Frost",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Frost",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Frost"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "interlude-champagne-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Interlude - Champagne Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Champagne",
-      "new_color_tag": "color:Champagne",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Champagne",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Champagne"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "interlude-ivy-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Interlude - Ivy Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray",
-        "Silver"
-      ],
-      "parsed_colorway": "Ivy",
-      "new_color_tag": "color:Ivy",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Ivy",
-      "palette_strays_stripped": [
-        "Light Gray",
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Ivy"
-      ],
-      "tags_removed": [
-        "Light Gray",
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "interlude-lightning-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Interlude - Lightning Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Lightning",
-      "new_color_tag": "color:Lightning",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Lightning",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Lightning"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "interlude-morel-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Interlude - Morel Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Gray"
-      ],
-      "parsed_colorway": "Morel",
-      "new_color_tag": "color:Morel",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Morel",
-      "palette_strays_stripped": [
-        "Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Morel"
-      ],
-      "tags_removed": [
-        "Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "interlude-copper-wire-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Interlude - Copper Wire Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Gray",
-        "Taupe"
-      ],
-      "parsed_colorway": "Copper Wire",
-      "new_color_tag": "color:Copper Wire",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Copper Wire",
-      "palette_strays_stripped": [
-        "Gray",
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Copper Wire"
-      ],
-      "tags_removed": [
-        "Gray",
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "interlude-ribbon-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Interlude - Ribbon Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Ribbon",
-      "new_color_tag": "color:Ribbon",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Ribbon",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Ribbon"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "interlude-walnut-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Interlude - Walnut Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Walnut",
-      "new_color_tag": "color:Walnut",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Walnut",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Walnut"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "interlude-harbour-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Interlude - Harbour Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray",
-        "Silver"
-      ],
-      "parsed_colorway": "Harbour",
-      "new_color_tag": "color:Harbour",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Harbour",
-      "palette_strays_stripped": [
-        "Light Gray",
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Harbour"
-      ],
-      "tags_removed": [
-        "Light Gray",
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "interlude-driftwood-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Interlude - Driftwood Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray"
-      ],
-      "parsed_colorway": "Driftwood",
-      "new_color_tag": "color:Driftwood",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Driftwood",
-      "palette_strays_stripped": [
-        "Light Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Driftwood"
-      ],
-      "tags_removed": [
-        "Light Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "interlude-pistachio-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Interlude - Pistachio Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray"
-      ],
-      "parsed_colorway": "Pistachio",
-      "new_color_tag": "color:Pistachio",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Pistachio",
-      "palette_strays_stripped": [
-        "Light Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Pistachio"
-      ],
-      "tags_removed": [
-        "Light Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "interlude-smoke-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Interlude - Smoke Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray",
-        "Silver"
-      ],
-      "parsed_colorway": "Smoke",
-      "new_color_tag": "color:Smoke",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Smoke",
-      "palette_strays_stripped": [
-        "Light Gray",
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Smoke"
-      ],
-      "tags_removed": [
-        "Light Gray",
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "live-oak-raw-silk-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Live Oak - Raw Silk Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Raw",
-      "new_color_tag": "color:Raw",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Raw",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Raw"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "live-oak-metropolis-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Live Oak - Metropolis Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Ash",
-        "Gray"
-      ],
-      "parsed_colorway": "Metropolis",
-      "new_color_tag": "color:Metropolis",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Metropolis",
-      "palette_strays_stripped": [
-        "Ash",
-        "Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Metropolis"
-      ],
-      "tags_removed": [
-        "Ash",
-        "Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "live-oak-loft-space-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Live Oak - Loft Space Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Loft Space",
-      "new_color_tag": "color:Loft Space",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Loft Space",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Loft Space"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "live-oak-cherry-cola-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Live Oak - Cherry Cola Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Brown",
-        "Charcoal"
-      ],
-      "parsed_colorway": "Cherry Cola",
-      "new_color_tag": "color:Cherry Cola",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Cherry Cola",
-      "palette_strays_stripped": [
-        "Brown",
-        "Charcoal"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Cherry Cola"
-      ],
-      "tags_removed": [
-        "Brown",
-        "Charcoal"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "live-oak-canyon-wall-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Live Oak - Canyon Wall Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Gray",
-        "Taupe"
-      ],
-      "parsed_colorway": "Canyon Wall",
-      "new_color_tag": "color:Canyon Wall",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Canyon Wall",
-      "palette_strays_stripped": [
-        "Gray",
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Canyon Wall"
-      ],
-      "tags_removed": [
-        "Gray",
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "live-oak-rustic-earth-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Live Oak - Rustic Earth Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Rustic Earth",
-      "new_color_tag": "color:Rustic Earth",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Rustic Earth",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Rustic Earth"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "live-oak-harvest-moon-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Live Oak - Harvest Moon Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Khaki"
-      ],
-      "parsed_colorway": "Harvest Moon",
-      "new_color_tag": "color:Harvest Moon",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Harvest Moon",
-      "palette_strays_stripped": [
-        "Khaki"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Harvest Moon"
-      ],
-      "tags_removed": [
-        "Khaki"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "live-oak-deep-space-type-ii-vinyl-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Live Oak - Deep Space Type II Vinyl Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Khaki"
-      ],
-      "parsed_colorway": "Deep Space Type II",
-      "new_color_tag": "color:Deep Space Type II",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Deep Space Type II",
-      "palette_strays_stripped": [
-        "Khaki"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Deep Space Type II"
-      ],
-      "tags_removed": [
-        "Khaki"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "gorda-bay-east-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Gorda - Bay East Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Cream",
-        "Ivory",
-        "Linen"
-      ],
-      "parsed_colorway": "Bay East",
-      "new_color_tag": "color:Bay East",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Bay East",
-      "palette_strays_stripped": [
-        "Cream",
-        "Ivory",
-        "Linen"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Bay East"
-      ],
-      "tags_removed": [
-        "Cream",
-        "Ivory",
-        "Linen"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "gorda-hanalei-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Gorda - Hanalei Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Hanalei",
-      "new_color_tag": "color:Hanalei",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Hanalei",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Hanalei"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "gorda-cenere-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Gorda - Cenere Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Cenere",
-      "new_color_tag": "color:Cenere",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Cenere",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Cenere"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "gorda-natural-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Gorda - Natural Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Beige"
-      ],
-      "parsed_colorway": "Natural",
-      "new_color_tag": "color:Natural",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Natural",
-      "palette_strays_stripped": [
-        "Beige"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Natural"
-      ],
-      "tags_removed": [
-        "Beige"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "gorda-sand-dollar-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Gorda - Sand Dollar Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Beige",
-        "Oatmeal"
-      ],
-      "parsed_colorway": "Sand Dollar",
-      "new_color_tag": "color:Sand Dollar",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Sand Dollar",
-      "palette_strays_stripped": [
-        "Beige",
-        "Oatmeal"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Sand Dollar"
-      ],
-      "tags_removed": [
-        "Beige",
-        "Oatmeal"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "gorda-peppermint-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Gorda - Peppermint Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Peppermint",
-      "new_color_tag": "color:Peppermint",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Peppermint",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Peppermint"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "gorda-gothic-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Gorda - Gothic Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Gray"
-      ],
-      "parsed_colorway": "Gothic",
-      "new_color_tag": "color:Gothic",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Gothic",
-      "palette_strays_stripped": [
-        "Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Gothic"
-      ],
-      "tags_removed": [
-        "Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "gorda-inland-sea-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Gorda - Inland Sea Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Graphite"
-      ],
-      "parsed_colorway": "Inland Sea",
-      "new_color_tag": "color:Inland Sea",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Inland Sea",
-      "palette_strays_stripped": [
-        "Graphite"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Inland Sea"
-      ],
-      "tags_removed": [
-        "Graphite"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "gorda-butter-rum-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Gorda - Butter Rum Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Butter Rum",
-      "new_color_tag": "color:Butter Rum",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Butter Rum",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Butter Rum"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "gorda-silverworks-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Gorda - Silverworks Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Silver"
-      ],
-      "parsed_colorway": "Silverworks",
-      "new_color_tag": "color:Silverworks",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Silverworks",
-      "palette_strays_stripped": [
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Silverworks"
-      ],
-      "tags_removed": [
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "gorda-caba-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Gorda - Caba Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray",
-        "Linen"
-      ],
-      "parsed_colorway": "Caba",
-      "new_color_tag": "color:Caba",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Caba",
-      "palette_strays_stripped": [
-        "Light Gray",
-        "Linen"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Caba"
-      ],
-      "tags_removed": [
-        "Light Gray",
-        "Linen"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "gorda-copper-nickel-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Gorda - Copper-Nickel Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Gray"
-      ],
-      "parsed_colorway": "Copper-Nickel",
-      "new_color_tag": "color:Copper-Nickel",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Copper-Nickel",
-      "palette_strays_stripped": [
-        "Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Copper-Nickel"
-      ],
-      "tags_removed": [
-        "Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "gorda-london-fog-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Gorda - London Fog Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "London Fog",
-      "new_color_tag": "color:London Fog",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "London Fog",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:London Fog"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "gorda-astral-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Gorda - Astral Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Charcoal"
-      ],
-      "parsed_colorway": "Astral",
-      "new_color_tag": "color:Astral",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Astral",
-      "palette_strays_stripped": [
-        "Charcoal"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Astral"
-      ],
-      "tags_removed": [
-        "Charcoal"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "manhattan-beach-canvas-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Manhattan Beach - Canvas Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Beige"
-      ],
-      "parsed_colorway": "Canvas",
-      "new_color_tag": "color:Canvas",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Canvas",
-      "palette_strays_stripped": [
-        "Beige"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Canvas"
-      ],
-      "tags_removed": [
-        "Beige"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "el-segundo-chennai-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "El Segundo - Chennai Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Chennai",
-      "new_color_tag": "color:Chennai",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Chennai",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Chennai"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "parallel-charcoal-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Parallel - Charcoal Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Graphite"
-      ],
-      "parsed_colorway": "Charcoal",
-      "new_color_tag": "color:Charcoal",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Charcoal",
-      "palette_strays_stripped": [
-        "Graphite"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Charcoal"
-      ],
-      "tags_removed": [
-        "Graphite"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "astoria-raffia-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Astoria - Raffia Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Chocolate"
-      ],
-      "parsed_colorway": "Raffia",
-      "new_color_tag": "color:Raffia",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Raffia",
-      "palette_strays_stripped": [
-        "Chocolate"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Raffia"
-      ],
-      "tags_removed": [
-        "Chocolate"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "astoria-chainmail-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Astoria - Chainmail Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Charcoal",
-        "Dark Gray"
-      ],
-      "parsed_colorway": "Chainmail",
-      "new_color_tag": "color:Chainmail",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Chainmail",
-      "palette_strays_stripped": [
-        "Charcoal",
-        "Dark Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Chainmail"
-      ],
-      "tags_removed": [
-        "Charcoal",
-        "Dark Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "isthmus-cove-reed-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Isthmus Cove - Reed Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Tan",
-        "Taupe"
-      ],
-      "parsed_colorway": "Reed",
-      "new_color_tag": "color:Reed",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Reed",
-      "palette_strays_stripped": [
-        "Tan",
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Reed"
-      ],
-      "tags_removed": [
-        "Tan",
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "astoria-savanna-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Astoria - Savanna Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Ecru",
-        "Taupe"
-      ],
-      "parsed_colorway": "Savanna",
-      "new_color_tag": "color:Savanna",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Savanna",
-      "palette_strays_stripped": [
-        "Ecru",
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Savanna"
-      ],
-      "tags_removed": [
-        "Ecru",
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "burnished-silk-snowfall-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Burnished Silk - Snowfall Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray",
-        "Silver"
-      ],
-      "parsed_colorway": "Snowfall",
-      "new_color_tag": "color:Snowfall",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Snowfall",
-      "palette_strays_stripped": [
-        "Light Gray",
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Snowfall"
-      ],
-      "tags_removed": [
-        "Light Gray",
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "irvine-cove-cashmere-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Irvine Cove - Cashmere Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Cashmere",
-      "new_color_tag": "color:Cashmere",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Cashmere",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Cashmere"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "burnished-silk-linen-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Burnished Silk - Linen Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Linen",
-      "new_color_tag": "color:Linen",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Linen",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Linen"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "irvine-cove-spanish-moss-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Irvine Cove - Spanish Moss Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Spanish Moss",
-      "new_color_tag": "color:Spanish Moss",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Spanish Moss",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Spanish Moss"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "irvine-cove-macchiato-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Irvine Cove - Macchiato Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Macchiato",
-      "new_color_tag": "color:Macchiato",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Macchiato",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Macchiato"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "burnished-silk-heirloom-grey-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Burnished Silk - Heirloom Grey Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Gray",
-        "Smoke"
-      ],
-      "parsed_colorway": "Heirloom Grey",
-      "new_color_tag": "color:Heirloom Grey",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Heirloom Grey",
-      "palette_strays_stripped": [
-        "Gray",
-        "Smoke"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Heirloom Grey"
-      ],
-      "tags_removed": [
-        "Gray",
-        "Smoke"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "akasha-polaris-mylar-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Akasha - Polaris Mylar Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray",
-        "Sage"
-      ],
-      "parsed_colorway": "Polaris",
-      "new_color_tag": "color:Polaris",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Polaris",
-      "palette_strays_stripped": [
-        "Light Gray",
-        "Sage"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Polaris"
-      ],
-      "tags_removed": [
-        "Light Gray",
-        "Sage"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "fort-baker-paperback-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Fort Baker - Paperback Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Linen"
-      ],
-      "parsed_colorway": "Paperback",
-      "new_color_tag": "color:Paperback",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Paperback",
-      "palette_strays_stripped": [
-        "Linen"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Paperback"
-      ],
-      "tags_removed": [
-        "Linen"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "orsay-chantilly-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Orsay - Chantilly Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Chantilly",
-      "new_color_tag": "color:Chantilly",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Chantilly",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Chantilly"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "orsay-crepe-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Orsay - Crepe Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Beige",
-        "Linen"
-      ],
-      "parsed_colorway": "Crepe",
-      "new_color_tag": "color:Crepe",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Crepe",
-      "palette_strays_stripped": [
-        "Beige",
-        "Linen"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Crepe"
-      ],
-      "tags_removed": [
-        "Beige",
-        "Linen"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "orsay-fountain-pen-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Orsay - Fountain Pen Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Fountain Pen",
-      "new_color_tag": "color:Fountain Pen",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Fountain Pen",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Fountain Pen"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "orsay-riviera-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Orsay - Riviera Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Gray"
-      ],
-      "parsed_colorway": "Riviera",
-      "new_color_tag": "color:Riviera",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Riviera",
-      "palette_strays_stripped": [
-        "Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Riviera"
-      ],
-      "tags_removed": [
-        "Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "orsay-spiced-peach-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Orsay - Spiced Peach Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Clay"
-      ],
-      "parsed_colorway": "Spiced Peach",
-      "new_color_tag": "color:Spiced Peach",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Spiced Peach",
-      "palette_strays_stripped": [
-        "Clay"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Spiced Peach"
-      ],
-      "tags_removed": [
-        "Clay"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "orsay-umber-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Orsay - Umber Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Charcoal"
-      ],
-      "parsed_colorway": "Umber",
-      "new_color_tag": "color:Umber",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Umber",
-      "palette_strays_stripped": [
-        "Charcoal"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Umber"
-      ],
-      "tags_removed": [
-        "Charcoal"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "orsay-sand-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Orsay - Sand Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Taupe"
-      ],
-      "parsed_colorway": "Sand",
-      "new_color_tag": "color:Sand",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Sand",
-      "palette_strays_stripped": [
-        "Taupe"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Sand"
-      ],
-      "tags_removed": [
-        "Taupe"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "orsay-buttercream-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Orsay - Buttercream Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Buttercream",
-      "new_color_tag": "color:Buttercream",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Buttercream",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Buttercream"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "orsay-feather-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Orsay - Feather Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray"
-      ],
-      "parsed_colorway": "Feather",
-      "new_color_tag": "color:Feather",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Feather",
-      "palette_strays_stripped": [
-        "Light Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Feather"
-      ],
-      "tags_removed": [
-        "Light Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "orsay-stoneware-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Orsay - Stoneware Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray",
-        "Silver"
-      ],
-      "parsed_colorway": "Stoneware",
-      "new_color_tag": "color:Stoneware",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Stoneware",
-      "palette_strays_stripped": [
-        "Light Gray",
-        "Silver"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Stoneware"
-      ],
-      "tags_removed": [
-        "Light Gray",
-        "Silver"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "zenith-savoy-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Zenith - Savoy Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray",
-        "Linen",
-        "White"
-      ],
-      "parsed_colorway": "Savoy",
-      "new_color_tag": "color:Savoy",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Savoy",
-      "palette_strays_stripped": [
-        "Light Gray",
-        "Linen",
-        "White"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Savoy"
-      ],
-      "tags_removed": [
-        "Light Gray",
-        "Linen",
-        "White"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "zenith-golden-pearl-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Zenith - Golden Pearl Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Light Gray"
-      ],
-      "parsed_colorway": "Golden Pearl",
-      "new_color_tag": "color:Golden Pearl",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Golden Pearl",
-      "palette_strays_stripped": [
-        "Light Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Golden Pearl"
-      ],
-      "tags_removed": [
-        "Light Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "zenith-truffle-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Zenith - Truffle Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Gray"
-      ],
-      "parsed_colorway": "Truffle",
-      "new_color_tag": "color:Truffle",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Truffle",
-      "palette_strays_stripped": [
-        "Gray"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Truffle"
-      ],
-      "tags_removed": [
-        "Gray"
-      ],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "zenith-plum-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Zenith - Plum Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [],
-      "parsed_colorway": "Plum",
-      "new_color_tag": "color:Plum",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Plum",
-      "palette_strays_stripped": [],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Plum"
-      ],
-      "tags_removed": [],
-      "decision": "WRITE"
-    },
-    {
-      "handle": "weft-chai-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Weft - Chai Wallcovering",
-      "form": "bare/dash",
-      "old_color_related_tags": [
-        "Beige",
-        "Linen",
-        "Oatmeal"
-      ],
-      "parsed_colorway": "Chai",
-      "new_color_tag": "color:Chai",
-      "old_metafield_real_color_name": "(empty)",
-      "new_metafield_real_color_name": "Chai",
-      "palette_strays_stripped": [
-        "Beige",
-        "Linen",
-        "Oatmeal"
-      ],
-      "wrong_facets_stripped": [],
-      "tags_added": [
-        "color:Chai"
-      ],
-      "tags_removed": [
-        "Beige",
-        "Linen",
-        "Oatmeal"
-      ],
-      "decision": "WRITE"
-    }
-  ],
-  "skips": [
-    {
-      "handle": "faux-leaf-squares-fls-2500",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2501",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2502",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2503",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2504",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2505",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2506",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2507",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2508",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2509",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2510",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2511",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2513",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2514",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2515",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2517",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2518",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2519",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2520",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2521",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2522",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2523",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2524",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2525",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2526",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2527",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2528",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2529",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2530",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2531",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2532",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2739",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2740",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2741",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2742",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2743",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2744",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2745",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2746",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2748",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2750",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2751",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2760",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2761",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2762",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2763",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2764",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2765",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2766",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2767",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2768",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2769",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2770",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-leaf-squares-fls-2771",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Leaf Squares | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "peter-s-plastered-walls-ppw-2863",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Peter's Plastered | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-wild-rice-fwr-9369",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Wild Rice | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-wild-rice-fwr-9370",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Wild Rice | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-wild-rice-fwr-9371",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Wild Rice | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "faux-wild-rice-fwr-9372",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Faux Wild Rice | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "classic-grass-grs-3624",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Classic Grass | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "espana-cork-wallcovering-cork-801",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Espana Cork | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "espanoza-cork-wallcovering-cork-803",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Espanoza Cork | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "brazilia-cork-vinyl-cork-804",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Brazilia Cork Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "panino-s-patina-squares-pps-44467",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Panino's Patina Squares | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "panino-s-patina-squares-pps-44469",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Panino's Patina Squares | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "panino-s-patina-squares-pps-44470",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Panino's Patina Squares | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "marseilles-wallpaper-xp3-68067",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Marseilles Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "marseilles-wallpaper-xp3-68069",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Marseilles Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "marseilles-wallpaper-xp3-68070",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Marseilles Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "marseilles-wallpaper-xp3-68071",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Marseilles Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "marseilles-wallpaper-xp3-68072",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Marseilles Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "marseilles-wallpaper-xp3-68073",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Marseilles Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "marseilles-wallpaper-xp3-68074",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Marseilles Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "marseilles-wallpaper-xp3-68075",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Marseilles Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "marseilles-wallpaper-xp3-68076",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Marseilles Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "narbonne-wallpaper-68079",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Narbonne | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "montpelier-wallpaper-xp4-68081",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Montpelier | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "montpelier-wallpaper-xp4-68082",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Montpelier | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "montpelier-wallpaper-xp4-68084",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Montpelier | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "montpelier-wallpaper-xp4-68085",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Montpelier | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "rocheforte-wallpaper-xq6-68157",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Rocheforte | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "rocheforte-wallpaper-xq6-68158",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Rocheforte | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "rocheforte-wallpaper-xq6-68160",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Rocheforte | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "rocheforte-wallpaper-xq6-68161",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Rocheforte | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "yokohama-natural-cork-wallpaper-lck-101",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Yokohama Natural Cork Silver | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "decorator-grasscloth-vol-2-48-page-book-book-10517",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Decorator Grasscloth Vol. 2 48 page book | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "barnard-type-ii-vinyl-wallcovering-xjp-47217",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Barnard Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "barnard-type-ii-vinyl-wallcovering-xjp-47218",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Barnard Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "barnard-type-ii-vinyl-wallcovering-xjp-47219",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Barnard Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "barnard-type-ii-vinyl-wallcovering-xjp-47220",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Barnard Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "barnard-type-ii-vinyl-wallcovering-xjp-47222",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Barnard Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "barnard-type-ii-vinyl-wallcovering-xjp-47223",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Barnard Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "berkeley-type-ii-vinyl-wallcovering-xju-47289",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Berkeley Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "berkeley-type-ii-vinyl-wallcovering-xju-47290",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Berkeley Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "berkeley-type-ii-vinyl-wallcovering-xju-47291",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Berkeley Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "berkeley-type-ii-vinyl-wallcovering-xju-47292",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Berkeley Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "berkeley-type-ii-vinyl-wallcovering-xju-47293",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Berkeley Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "berkeley-type-ii-vinyl-wallcovering-xju-47294",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Berkeley Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "berkeley-type-ii-vinyl-wallcovering-xju-47295",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Berkeley Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "berkeley-type-ii-vinyl-wallcovering-xju-47296",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Berkeley Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "berkeley-type-ii-vinyl-wallcovering-xju-47297",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Berkeley Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "berkeley-type-ii-vinyl-wallcovering-xju-47298",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Berkeley Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "berkeley-type-ii-vinyl-wallcovering-xju-47299",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Berkeley Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "berkeley-type-ii-vinyl-wallcovering-xju-47300",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Berkeley Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "olney-type-ii-vinyl-wallcovering-xmy-48105",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Olney Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "olney-type-ii-vinyl-wallcovering-xmy-48106",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Olney Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "olney-type-ii-vinyl-wallcovering-xmy-48107",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Olney Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "olney-type-ii-vinyl-wallcovering-xmy-48109",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Olney Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "olney-type-ii-vinyl-wallcovering-xmy-48111",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Olney Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "olney-type-ii-vinyl-wallcovering-xmy-48112",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Olney Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "olney-type-ii-vinyl-wallcovering-xmy-48113",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Olney Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "olney-type-ii-vinyl-wallcovering-xmy-48114",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Olney Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "olney-type-ii-vinyl-wallcovering-xmy-48116",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Olney Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "olney-type-ii-vinyl-wallcovering-xmy-48117",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Olney Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "olney-type-ii-vinyl-wallcovering-xmy-48118",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Olney Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "sudbury-type-ii-vinyl-wallcovering-xqe-48459",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sudbury Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "sudbury-type-ii-vinyl-wallcovering-xqe-48460",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sudbury Type II Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "marketfield-faux-durable-walls-xwh-52314",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Marketfield Faux Durable | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "marketfield-faux-durable-walls-xwh-52315",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Marketfield Faux Durable | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "riverside-faux-linen-walls-xwj-52429",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Riverside Faux Linen | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "riverside-faux-linen-walls-xwj-52430",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Riverside Faux Linen | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "riverside-faux-linen-walls-xwj-52431",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Riverside Faux Linen | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "sesame-contemporary-embossed-durable-walls-xwj-52481",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sesame Contemporary Embossed Durable | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "vernon-durable-walls-xwr-52696",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vernon Durable | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "vernon-durable-walls-xwr-52697",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vernon Durable | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "vernon-durable-walls-xwr-52698",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vernon Durable | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "steuben-embossed-vertical-durable-vinyl-walls-xwr-52786",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Steuben Embossed Vertical Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "steuben-embossed-vertical-durable-vinyl-walls-xwr-52787",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Steuben Embossed Vertical Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "steuben-embossed-vertical-durable-vinyl-walls-xwr-52788",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Steuben Embossed Vertical Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "lister-lake-metallic-contemporary-durable-vinyl-walls-xwr-52794",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Lister Lake Metallic Contemporary Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "chataqua-metallic-contemporary-durable-vinyl-walls-xws-52837",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Chataqua Metallic Contemporary Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "chataqua-metallic-contemporary-durable-vinyl-walls-xws-52838",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Chataqua Metallic Contemporary Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "santa-rosa-contemporary-durable-walls-xwt-53484",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Santa Rosa Contemporary Durable | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "santa-rosa-contemporary-durable-walls-xwt-53485",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Santa Rosa Contemporary Durable | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "santa-rosa-contemporary-durable-walls-xwt-53487",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Santa Rosa Contemporary Durable | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "santa-rosa-contemporary-durable-walls-xwt-53488",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Santa Rosa Contemporary Durable | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "hollywood-tailored-xhw-2010191",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Hollywood Tailored | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "hollywood-tailored-xhw-2010192",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Hollywood Tailored | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "hollywood-modern-wood-xhw-2010202",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Hollywood Modern Wood | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "hollywood-antique-damask-xhw-2010216",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Hollywood Antique Damask | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "hollywood-antique-damask-xhw-2010217",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Hollywood Antique Damask | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "hollywood-antique-damask-xhw-2010218",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Hollywood Antique Damask | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "hollywood-antique-damask-xhw-2010220",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Hollywood Antique Damask | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "hollywood-antique-damask-xhw-2010221",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Hollywood Antique Damask | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "hollywood-getty-texture-xhw-2010299",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Hollywood Getty Texture | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "hollywood-getty-texture-xhw-2010300",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Hollywood Getty Texture | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "hollywood-getty-texture-xhw-2010302",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Hollywood Getty Texture | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "hollywood-getty-texture-xhw-2010303",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Hollywood Getty Texture | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "hollywood-getty-texture-xhw-2010304",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Hollywood Getty Texture | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "hollywood-modern-marble-xhw-2010325",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Hollywood Modern Marble | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "hollywood-faux-woven-textile-wall-xhw-2010410",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Hollywood Faux Woven Textile Wall | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "hollywood-contemporary-coast-xhw-2010357",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Hollywood Contemporary Coast | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "hollywood-contemporary-coast-xhw-2010363",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Hollywood Contemporary Coast | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "hollywood-contemporary-coast-xhw-2010370",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Hollywood Contemporary Coast | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "hollywood-contemporary-coast-xhw-2010373",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Hollywood Contemporary Coast | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "hollywood-contemporary-coast-xhw-2010378",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Hollywood Contemporary Coast | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "hollywood-contemporary-coast-xhw-2010381",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Hollywood Contemporary Coast | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "hollywood-faux-woven-textile-wall-xhw-2010413",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Hollywood Faux Woven Textile Wall | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "hollywood-faux-woven-textile-wall-xhw-2010421",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Hollywood Faux Woven Textile Wall | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "durante-diamonds-hlw-73053",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Durante Diamonds | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "durante-diamonds-hlw-73054",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Durante Diamonds | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "highlands-honeycomb-wood-weave-hlw-73061",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Highlands Honeycomb Wood Weave | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "highlands-honeycomb-wood-weave-hlw-73062",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Highlands Honeycomb Wood Weave | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "highlands-honeycomb-wood-weave-hlw-73063",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Highlands Honeycomb Wood Weave | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "limoges-durable-vinyl-dur-72020",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Limoges Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "provence-durable-vinyl-dur-72032",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Provence Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "provence-durable-vinyl-dur-72033",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Provence Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "provence-durable-vinyl-dur-72034",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Provence Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "la-roche-durable-vinyl-dur-72083",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "La Roche Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "rhone-durable-vinyl-dur-72087",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Rhone Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "cote-marine-durable-vinyl-dur-72155",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Cote Marine Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "cote-marine-durable-vinyl-dur-72156",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Cote Marine Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "cote-marine-durable-vinyl-dur-72157",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Cote Marine Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "vaticano-durable-vinyl-dur-72375",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vaticano Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "vaticano-durable-vinyl-dur-72376",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vaticano Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "vaticano-durable-vinyl-dur-72377",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vaticano Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "vaticano-durable-vinyl-dur-72378",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vaticano Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "vaticano-durable-vinyl-dur-72379",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vaticano Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "vaticano-durable-vinyl-dur-72380",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vaticano Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "vaticano-durable-vinyl-dur-72381",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vaticano Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "vaticano-durable-vinyl-dur-72382",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vaticano Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "vaticano-durable-vinyl-dur-72383",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vaticano Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "vaticano-durable-vinyl-dur-72384",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vaticano Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "vaticano-durable-vinyl-dur-72385",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vaticano Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "vaticano-durable-vinyl-dur-72386",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Vaticano Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "tere-trente-durable-vinyl-dur-72387",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Tere Trente Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "tere-trente-durable-vinyl-dur-72388",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Tere Trente Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "tere-trente-durable-vinyl-dur-72389",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Tere Trente Durable Vinyl | Hollywood Fabric",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "tere-trente-durable-vinyl-dur-72390",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Tere Trente Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "tere-trente-durable-vinyl-dur-72392",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Tere Trente Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "tere-trente-durable-vinyl-dur-72393",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Tere Trente Durable Vinyl | Hollywood Fabric",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "tere-trente-durable-vinyl-dur-72394",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Tere Trente Durable Vinyl | Hollywood Fabric",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "tere-trente-durable-vinyl-dur-72396",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Tere Trente Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "tere-trente-durable-vinyl-dur-72397",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Tere Trente Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "tere-trente-durable-vinyl-dur-72398",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Tere Trente Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "tere-trente-durable-vinyl-dur-72399",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Tere Trente Durable Vinyl | Hollywood Fabric",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "tere-trente-durable-vinyl-dur-72400",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Tere Trente Durable Vinyl | Hollywood Fabric",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "tere-trente-durable-vinyl-dur-72401",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Tere Trente Durable Vinyl | Hollywood Fabric",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "rivo-dulce-durable-vinyl-dur-72402",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Rivo Dulce Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "rivo-dulce-durable-vinyl-dur-72403",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Rivo Dulce Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "rivo-dulce-durable-vinyl-dur-72404",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Rivo Dulce Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "rivo-dulce-durable-vinyl-dur-72405",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Rivo Dulce Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "rivo-dulce-durable-vinyl-dur-72406",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Rivo Dulce Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "rivo-dulce-durable-vinyl-dur-72408",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Rivo Dulce Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "rivo-dulce-durable-vinyl-dur-72409",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Rivo Dulce Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "rivo-dulce-durable-vinyl-dur-72410",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Rivo Dulce Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "rivo-dulce-durable-vinyl-dur-72411",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Rivo Dulce Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "rivo-dulce-durable-vinyl-dur-72412",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Rivo Dulce Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "rivo-dulce-durable-vinyl-dur-72413",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Rivo Dulce Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "rivo-dulce-durable-vinyl-dur-72414",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Rivo Dulce Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "rivo-dulce-durable-vinyl-dur-72415",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Rivo Dulce Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "rivo-dulce-durable-vinyl-dur-72416",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Rivo Dulce Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "rivo-dulce-durable-vinyl-dur-72417",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Rivo Dulce Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "rivo-dulce-durable-vinyl-dur-72418",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Rivo Dulce Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "rivo-dulce-durable-vinyl-dur-72419",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Rivo Dulce Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "rivo-dulce-durable-vinyl-dur-72420",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Rivo Dulce Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "rivo-dulce-durable-vinyl-dur-72421",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Rivo Dulce Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "programa-piento-durable-vinyl-dur-72422",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Programa Piento Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "programa-piento-durable-vinyl-dur-72423",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Programa Piento Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "programa-piento-durable-vinyl-dur-72424",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Programa Piento Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "programa-piento-durable-vinyl-dur-72425",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Programa Piento Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "programa-piento-durable-vinyl-dur-72426",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Programa Piento Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "programa-piento-durable-vinyl-dur-72427",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Programa Piento Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "programa-piento-durable-vinyl-dur-72428",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Programa Piento Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "programa-piento-durable-vinyl-dur-72429",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Programa Piento Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "programa-piento-durable-vinyl-dur-72430",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Programa Piento Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "programa-piento-durable-vinyl-dur-72431",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Programa Piento Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "programa-piento-durable-vinyl-dur-72432",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Programa Piento Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "programa-piento-durable-vinyl-dur-72433",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Programa Piento Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "siti-diabla-durable-vinyl-dur-72434",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Siti Diabla Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "siti-diabla-durable-vinyl-dur-72435",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Siti Diabla Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "siti-diabla-durable-vinyl-dur-72436",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Siti Diabla Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "siti-diabla-durable-vinyl-dur-72437",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Siti Diabla Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "siti-diabla-durable-vinyl-dur-72438",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Siti Diabla Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "siti-diabla-durable-vinyl-dur-72439",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Siti Diabla Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "siti-diabla-durable-vinyl-dur-72440",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Siti Diabla Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "siti-diabla-durable-vinyl-dur-72441",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Siti Diabla Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "siti-diabla-durable-vinyl-dur-72442",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Siti Diabla Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "siti-diabla-durable-vinyl-dur-72444",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Siti Diabla Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "siti-diabla-durable-vinyl-dur-72445",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Siti Diabla Durable Vinyl | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "mr-miyago-cork-wallpaper-1",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Mr. Miyago Cork | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "venetian-aged-patina-chc-217000",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Venetian Aged Patina Steel Metallic Wallcovering",
-      "reason": "no-delimiter",
-      "form": "bare/no-delim"
-    },
-    {
-      "handle": "lucy-large-crocodile-wallpaper-hollywood-wallcoverings-copy",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Lucy Large Crocodile Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "lucy-large-crocodile-wallpaper-hollywood-wallcoverings",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Lucy Large Crocodile Wallcovering | Hollywood Wallcoverings",
-      "reason": "no-delimiter",
-      "form": "pipe/no-delim"
-    },
-    {
-      "handle": "carroll-park-chiffon-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Chiffon Wallcovering",
-      "reason": "no-delimiter",
-      "form": "bare/no-delim"
-    },
-    {
-      "handle": "carroll-park-lino-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Lino Wallcovering",
-      "reason": "no-delimiter",
-      "form": "bare/no-delim"
-    },
-    {
-      "handle": "carroll-park-papyrus-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Papyrus Wallcovering",
-      "reason": "no-delimiter",
-      "form": "bare/no-delim"
-    },
-    {
-      "handle": "carroll-park-angora-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Angora Wallcovering",
-      "reason": "no-delimiter",
-      "form": "bare/no-delim"
-    },
-    {
-      "handle": "carroll-park-citrine-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Citrine Wallcovering",
-      "reason": "no-delimiter",
-      "form": "bare/no-delim"
-    },
-    {
-      "handle": "carroll-park-laurel-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Laurel Wallcovering",
-      "reason": "no-delimiter",
-      "form": "bare/no-delim"
-    },
-    {
-      "handle": "carroll-park-allure-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Allure Wallcovering",
-      "reason": "no-delimiter",
-      "form": "bare/no-delim"
-    },
-    {
-      "handle": "carroll-park-illusion-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Illusion Wallcovering",
-      "reason": "no-delimiter",
-      "form": "bare/no-delim"
-    },
-    {
-      "handle": "carroll-park-shadow-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Shadow Wallcovering",
-      "reason": "no-delimiter",
-      "form": "bare/no-delim"
-    },
-    {
-      "handle": "carroll-park-cinnabar-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Cinnabar Wallcovering",
-      "reason": "no-delimiter",
-      "form": "bare/no-delim"
-    },
-    {
-      "handle": "carroll-park-smokewood-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Smokewood Wallcovering",
-      "reason": "no-delimiter",
-      "form": "bare/no-delim"
-    },
-    {
-      "handle": "carroll-park-paloma-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Paloma Wallcovering",
-      "reason": "no-delimiter",
-      "form": "bare/no-delim"
-    },
-    {
-      "handle": "carroll-park-paprika-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Paprika Wallcovering",
-      "reason": "no-delimiter",
-      "form": "bare/no-delim"
-    },
-    {
-      "handle": "carroll-park-cornsilk-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Cornsilk Wallcovering",
-      "reason": "no-delimiter",
-      "form": "bare/no-delim"
-    },
-    {
-      "handle": "carroll-park-sugar-cane-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Sugar Cane Wallcovering",
-      "reason": "no-delimiter",
-      "form": "bare/no-delim"
-    },
-    {
-      "handle": "carroll-park-chanterelle-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Chanterelle Wallcovering",
-      "reason": "no-delimiter",
-      "form": "bare/no-delim"
-    },
-    {
-      "handle": "carroll-park-alabaster-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Alabaster Wallcovering",
-      "reason": "no-delimiter",
-      "form": "bare/no-delim"
-    },
-    {
-      "handle": "carroll-park-flint-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Flint Wallcovering",
-      "reason": "no-delimiter",
-      "form": "bare/no-delim"
-    },
-    {
-      "handle": "carroll-park-flint-type-ii-vinyl-wallcovering",
-      "vendor": "Hollywood Wallcoverings",
-      "title": "Flint Type II Vinyl Wallcovering",
-      "reason": "no-delimiter",
-      "form": "bare/no-delim"
-    }
-  ]
+  "before_after": [],
+  "skips": []
 }
\ No newline at end of file
diff --git a/scripts/colorway-title-anchor/tk11076-colorway-retag.mjs b/scripts/colorway-title-anchor/tk11076-colorway-retag.mjs
index f835823..165e0f8 100644
--- a/scripts/colorway-title-anchor/tk11076-colorway-retag.mjs
+++ b/scripts/colorway-title-anchor/tk11076-colorway-retag.mjs
@@ -282,9 +282,12 @@ async function run() {
   // never claim one thing while holding another.
   const LEGACY = ['ticket', 'vendor', 'status', 'ts', 'note', 'products', 'generated_at',
     'canary_diff', 'reasons_unsafe', 'entries', '_ticket', '_vendor', '_status', '_note', '_created'];
+  const carried = (rollback._meta && rollback._meta.prior_bookkeeping) || null; // never lose an earlier relocation
   const prior = {};
   for (const k of LEGACY) if (k in rollback && !(rollback[k] && rollback[k].id)) { prior[k] = rollback[k]; delete rollback[k]; }
-  if (Object.keys(prior).length) fs.writeFileSync(ROLLBACK + '.pre-tk11076-restamp.bak', JSON.stringify(prior, null, 2));
+  if (Object.keys(prior).length) fs.writeFileSync(`${ROLLBACK}.pre-restamp-${Date.now()}.bak`, JSON.stringify(prior, null, 2));
+  const priorAll = carried && Object.keys(prior).length ? [].concat(carried, prior)
+    : carried || (Object.keys(prior).length ? prior : null);
   const stamp = () => {
     const n = Object.keys(rollback).filter(k => rollback[k] && rollback[k].id).length;
     rollback._meta = {
@@ -292,7 +295,7 @@ async function run() {
       last_apply_run: new Date().toISOString(),
       note: `${n} per-handle undo record(s) are stored in this file. COUNT THE ENTRIES, NOT THIS NOTE. ` +
             `Undo: node tk11076-rollback.mjs --vendor="${VENDOR}" [--only=<handle>] --apply`,
-      ...(Object.keys(prior).length ? { prior_bookkeeping: prior } : {}),
+      ...(priorAll ? { prior_bookkeeping: priorAll } : {}),
     };
   };
 
@@ -301,8 +304,16 @@ async function run() {
 
   let done = 0, pass = 0, fail = 0, batch = 0;
   for (const pl of plans) {
-    rollback[pl.handle] = { id: pl.id, ts: new Date().toISOString(), old_tags: pl.oldTags, new_tags: pl.newTags,
-      old_metafield: pl.oldColorwayMeta, new_metafield: pl.newColorwayMeta };
+    const had = rollback[pl.handle];
+    rollback[pl.handle] = {
+      id: pl.id, ts: new Date().toISOString(), new_tags: pl.newTags, new_metafield: pl.newColorwayMeta,
+      // FIRST-WRITE-WINS: the undo target is the state before we EVER touched this product.
+      // Re-capturing on a repeat apply would record post-write values as "old" and the undo
+      // would restore the mutation it was meant to reverse — verifying clean the whole way.
+      old_tags: had && had.old_tags ? had.old_tags : pl.oldTags,
+      old_metafield: had && 'old_metafield' in had ? had.old_metafield : pl.oldColorwayMeta,
+      ...(had ? { reapplied_at: new Date().toISOString(), first_captured: had.ts } : {}),
+    };
     stamp();
     fs.writeFileSync(ROLLBACK, JSON.stringify(rollback, null, 2));
 
diff --git a/scripts/colorway-title-anchor/tk11076-rollback.mjs b/scripts/colorway-title-anchor/tk11076-rollback.mjs
index 5c57503..b077324 100644
--- a/scripts/colorway-title-anchor/tk11076-rollback.mjs
+++ b/scripts/colorway-title-anchor/tk11076-rollback.mjs
@@ -117,7 +117,13 @@ for (const [h, r] of entries) {
   await sleep(500);
 }
 
-if (!APPLY) { console.log('DRY-RUN — re-run with --apply to revert.'); process.exit(missing.length ? 1 : 0); }
+if (!APPLY) {
+  console.log(`DRY-RUN — ${entries.length} revertible record(s) of ${Object.keys(map).length} key(s) in the file.`);
+  console.log('re-run with --apply to revert.');
+  process.exit(missing.length ? 1 : 0);
+}
 console.log(`\nrollback ${VENDOR}: attempted ${entries.length} · reverted+verified ${ok} · FAILED ${fail} · ignored-non-product ${skipped.length} · missing-record ${missing.length}`);
+// An --apply that reverted nothing is not a success. "0 of 0" must not read like "0 failures".
+if (!entries.length) { console.error(`NOTHING REVERTED — this file holds no undo records (${skipped.length} non-product key(s) only). Wrong vendor, or the forward run never wrote.`); process.exit(1); }
 if (fail || missing.length) { console.error('ROLLBACK INCOMPLETE — do not treat this as reverted.'); process.exit(1); }
 console.log('rollback applied.');

← 8de1831 TK-11076: undo verify compares tag SETS, not containment+len  ·  back to Designerwallcoverings  ·  TK-11635: restore rollback fidelity — recreate weight + trac 628279c →