macopedia / magmi-m2

Magmi GitHub, see branch magento2 for a version compatible with Magento 2
113 stars 53 forks source link

Bug- varchar attribute #31

Open Kamik opened 6 years ago

Kamik commented 6 years ago

Preconditions

  1. Magento 2.2.6
  2. csv samle:
sku;tax_class_id;price;uuid;am_hide_price_customer_gr;
"0006308368";"1";"0";"014b2f65-e218-11e5-8115-7824af827553";"-1,00,1,2,3,4,7,8";
  1. we use Amasty Hide Price extension. This have attribute am_hide_price_customer_gr wo saved ids of customer groups. attributte is varchar type, multiselect.

Actual result

  1. after import database record shown: '377,378,379,380,381,382,383,384' but should be - '-1,00,1,2,3,4,7,8'
Kamik commented 6 years ago

UPDATE: The same if i use descriptions of customer groups like - NOT LOGGED IN,B2C (Default Group),EU-B2B (excl. VAT),Invalid VAT Number,NOT LOGGED IN,VAT Validation technical error,Worldwide (without VAT)

tmotyl commented 6 years ago

Hi @Kamik Can you provide a minimal CSV file which shows the issue with clean/vanilla Magento 2 ? Thanks