From 64ced53764fc91dcb1f91b933d245d2c1535a760 Mon Sep 17 00:00:00 2001 From: Jordan Verasamy Date: Fri, 14 Sep 2018 14:48:01 -0400 Subject: [PATCH] remove sku because it belongs on a variant level, not a product level, inside Shopify --- .../pipeline/magento/product/top_level_attributes.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/shopify_transporter/pipeline/magento/product/top_level_attributes.rb b/lib/shopify_transporter/pipeline/magento/product/top_level_attributes.rb index 54cfe41..81b437d 100644 --- a/lib/shopify_transporter/pipeline/magento/product/top_level_attributes.rb +++ b/lib/shopify_transporter/pipeline/magento/product/top_level_attributes.rb @@ -14,7 +14,6 @@ def convert(hash, record) class TopLevelAttributesAccumulator < Shopify::AttributesAccumulator COLUMN_MAPPING = { - 'sku' => 'sku', 'name' => 'title', 'description' => 'body_html', }