カスタムインポートプロファイル(データフロー-プロファイル)の記事のインポート中に、すべての行でこのエラーが発生します。
Skipping import row, required field "sku" is not defined.
"sku" => "artnr"(フィールドマッピング)をマッピングしましたが、にOriginal Magento attribute names in first row
設定しても、彼はこれを使用していないようNo
です。
csvファイルの列の名前を変更して設定Original Magento attribute ...
するYes
と、機能します。(彼は代わりに空の型について不平を言う)
通常のインポートと同じ問題:"Can not find required columns: sku"
。列名をartnrからskuに変更し、ファイルをutf8として保存しました。
現在、列は次のようになっています。
store;websites;attribute_set;type;category_ids;sku_wrong;has_options;name;weight;image;small_image;thumbnail;url_key;url_path;package_content;unit;sku;price;manufacturer;status;tax_class_id;visibility;gesamtrabatt;description;short_description;gift_message_available;qty;min_qty;use_config_min_qty;is_qty_decimal;backorders;use_config_backorders;min_sale_qty;use_config_min_sale_qty;max_sale_qty;use_config_max_sale_qty;is_in_stock;low_stock_date;notify_stock_qty;use_config_notify_stock_qty;manage_stock;use_config_manage_stock;stock_status_changed_automatically;use_config_qty_increments;qty_increments;use_config_enable_qty_increments;enable_qty_increments;product_name;store_id;product_type_id;product_status_changed;product_changed_websites
"";"";"Default";"";"";"";"0";"Brötchen";"";"?";"?";"";"";"";"";"Stück";"10412";".24";"";"";"";"";"0";"Artikel für die Demonstration von Folgeartikel.";"";"";"";"";"";"";"0";"";"1";"";"";"";"";"";"";"";"";"";"";"";"";"";"0";"Brötchen";"";"";"";""
Dataflowインポートを使用しようとしているようです。これはかなり古いモジュールであり、速度などの欠点があります。私はそれを使うことを勧めません。
—
アレックス