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', }