magento2-module-catalog-import-command icon indicating copy to clipboard operation
magento2-module-catalog-import-command copied to clipboard

:m::two: A Magento2 console command to import catalog files.

Results 9 magento2-module-catalog-import-command issues
Sort by recently updated
recently updated
newest added

Anyone having problems with this module with product link associations (upsell_skus etc.) disappearing randomly? I experienced problems in multiple projects.

Hi, I followed installation steps on a clean magento 2.3.2 isntallation but got: `Fatal error: Uncaught Error: Cannot instantiate interface Magento\Framework\HTTP\ClientInterface in C:\laragon\www\i232\vendor\magento\framework\ObjectManager\Factory\Dynamic\Developer.php:50 Stack trace: #0 C:\laragon\www\i232\vendor\magento\framework\ObjectManager\ObjectManager.php(70): Magento\Framework\ObjectManager\Factory\Dynamic\Developer->create('Magento\\Framewo...') #1 C:\laragon\www\i232\vendor\magento\framework\ObjectManager\Factory\AbstractFactory.php(160):...

Hi, It seems the `product_online` field isn't respected. Previously disabled products aren't re-enabled when their `product_online` value is 1. I think it works correctly for `new` products but this might...

Hi, Thank you very much for your help, I use it since version 2.1 of magento. However, I have a bug with 2.3.2, the only first line is imported of...

Hello, I am trying to use this module to do some huge imports. But there are some errors at some products in my CSVs files, but it's something like 150...

In the import function in the admin interface I have to cross the "Fields enclosure" box. What should I change to use this "Fields enclosure" in this script?

The introduced flag is doing the same like the "Fields enclosure"-Flag. This github issue is relateg : [Fields enclosure](https://github.com/cedricblondeau/magento2-module-catalog-import-command/issues/5)

### Please provide us witn category_example.csv file. The file: https://github.com/magento/magento2-sample-data/blob/develop/app/code/Magento/ConfigurableSampleData/fixtures/categories.csv Returns: $ bin/magento catalog:import --behavior=replace /tmp/magento2-sample-data/app/code/Magento/ConfigurableSampleData/fixtures/categories.csv Invalid source. Log trace: 1: Begin data validation 2: This file does not contain...

How can I pass parameters like "field separator" and "multiple value separator"?