avstudnitz/AvS_FastSimpleImport

Updating products suddenly no longer works

pquerner opened this issue · 2 comments

The importer worked for months just fine and suddenly it stopped working.
We are on Magento ver. 1.9.3.2 with FastSimpleImport module version at 0.6.4 (https://github.com/pquerner/AvS_FastSimpleImport/tree/MSCG).

We switched magento version from 1.9.2.3 to 1.9.3.2 in march and thats pretty much where the problem started to arise.

The imported used to switch to APPEND mode when in "product updating" mode, so I could just give the bare minimum of product information and it'll import just fine.

Btw, this is how my data looks like (stripped down)

Array
(
    [0] => Array
        (
            [sku] => SWxxxx
            [_type] => simple //**
            [_attribute_set] => xxx//**
            [cost] => 32
            [sw_product_name] => xxxxx
            [visibility] => 4
            [base_price_unit] => piece (pc)
            [base_price_base_unit] => piece (pc)
            [google_shopping_auto_update] => yes
            [status] => 1
            [sw_id] => xxxxxx
            [sw_system_nr] => xxxx
            [sw_system_code] => xxxx
            [sw_article_nr] => xxxx
            [sw_in_stock] => 0
            [sw_min_purchase] => 1440
            [sw_packing_unit] => 1440
            [sw_component_id] => 2058
            [sw_size] => SS05
            [sw_stone_color] => 360
            [sw_effects] => SHIM
            [sw_foiling] => F
            [sw_status] => in_program
            [sw_effects_additions] => EMPTY
            [base_price_amount] => 1440
            [google_shopping_category] => xxxxx

        )

    [1] => Array
        (
            [sku] => 
            [_type] => simple//**
        )

    [2] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [3] => Array
        (
            [sku] => 
            [_type] => simple//**
        )

    [4] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [5] => Array
        (
            [sku] => 
            [_type] => simple//**
        )

    [6] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [7] => Array
        (
            [sku] => SWC_2058_360_SHIM
            [_type] => configurable //**
            [_attribute_set] => xxx //**
            [base_price_unit] => piece (pc)
            [base_price_base_unit] => piece (pc)
        )


//...

    [72] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [73] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [74] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [75] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [76] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [77] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [78] => Array
        (
            [sku] => SWC_6090_204
            [_type] => configurable //**
            [_attribute_set] => XXXX //**
            [base_price_unit] => piece (pc)
            [base_price_base_unit] => piece (pc)
        )

)

I have marked some entries in the array data
**this used to be not in there, just had it added for testing because importer kept complaining that it was needed
(all simple products did not have their product type added, I just added this information line to some of the products)

This is the current error message:

Mage_Core_Exception: Input Data contains 1 corrupt records (from a total of 79)
:::: Required attribute 'price' has an empty value ::::
In Line(s) 8

:::: Required attribute 'name' has an empty value ::::
In Line(s) 8

:::: Required attribute 'description' has an empty value ::::
In Line(s) 8

:::: Required attribute 'short_description' has an empty value ::::
In Line(s) 8

:::: Required attribute 'cost' has an empty value ::::
In Line(s) 8

Stacktrace:

Call Stack:
    0.0545     143400   1. {main}() G:\_projects\xxxxxx.com\xxxxxxcom-live\src\xxxxxx\migrationMagento\index.php:0
   11.7792    6683736   2. xxxxxx\Migration\Base->main(???) G:\_projects\xxxxxx.com\xxxxxxcom-live\src\xxxxxx\migrationMagento\index.php:183
   11.7895    6730448   3. call_user_func_array:{G:\_projects\xxxxxx.com\xxxxxxcom-live\src\xxxxxx\migrationMagento\src\xxxxxx\Migration\Base.php:164}(???, ???) G:\_projects\xxxxxx.com\xxxxxxcom-live\src\xxxxxx\migrationMagento\src\xxxxxx\Migration\Base.php:164
   11.7896    6730488   4. xxxxxx\Migration\Base->magentoProductUpdateAction(???) G:\_projects\xxxxxx.com\xxxxxxcom-live\src\xxxxxx\migrationMagento\src\xxxxxx\Migration\Base.php:164
   11.7896    6730592   5. xxxxxx\Migration\Magento\Base->_callMethod(???, ???) G:\_projects\xxxxxx.com\xxxxxxcom-live\src\xxxxxx\migrationMagento\src\xxxxxx\Migration\Base.php:332
   11.7947    6731296   6. call_user_func_array:{G:\_projects\xxxxxx.com\xxxxxxcom-live\src\xxxxxx\migrationMagento\src\xxxxxx\Migration\Magento\Base.php:83}(???, ???) G:\_projects\xxxxxx.com\xxxxxxcom-live\src\xxxxxx\migrationMagento\src\xxxxxx\Migration\Magento\Base.php:83
   11.7947    6731376   7. xxxxxx\Migration\Magento\Base->updateProducts(???) G:\_projects\xxxxxx.com\xxxxxxcom-live\src\xxxxxx\migrationMagento\src\xxxxxx\Migration\Magento\Base.php:83
   15.4171   14005680   8. xxxxxx\Migration\Magento\Controller\ProductController->updateProducts(???) G:\_projects\xxxxxx.com\xxxxxxcom-live\src\xxxxxx\migrationMagento\src\xxxxxx\Migration\Magento\Base.php:293
 1072.9983   23365648   9. xxxxxx\Migration\Magento\Controller\ProductController->importProducts(???, ???, ???, ???) G:\_projects\xxxxxx.com\xxxxxxcom-live\src\xxxxxx\migrationMagento\src\xxxxxx\Migration\Magento\Controller\ProductController.php:1621
 1104.6541   23632160  10. AvS_FastSimpleImport_Model_Import->processProductImport(???, ???) G:\_projects\xxxxxx.com\xxxxxxcom-live\src\xxxxxx\migrationMagento\src\xxxxxx\Migration\Magento\Controller\ProductController.php:1374
 1122.4240   71455720  11. Mage::throwException(???, ???) G:\_projects\xxxxxx.com\xxxxxxcom-live\src\app\code\community\AvS\FastSimpleImport\Model\Import.php:103
";}

I tried behaviour mode REPLACE and APPEND (used to be APPEND all the time, now for debugging I tried REPLACE with the same data).

Options:

 ->setUseNestedArrays(TRUE)
                    ->setErrorLimit(0)
                    ->setBehavior(\Mage_ImportExport_Model_Import::BEHAVIOR_REPLACE)
                    ->setPartialIndexing(\AvS_FastSimpleImport_Model_System_Config_Source_Product_IndexingMode::INDEXING_MODE_ASYNC)
                    ->setContinueAfterErrors(FALSE);

Other than the magento update I dont thing anything changed in the environment.
(I couldnt know, because I am only "in charge" of the importer process, not the magento store, its modules or anything else like server variables etc.)

This import array data is working:

    [0] => Array
        (
            [sku] => SW158564
            [_type] => simple
            [_attribute_set] => Swarovski Elements
            [cost] => 91.4
            [sw_product_name] => 2400 MM 3,0 CRYSTAL AB F
            [visibility] => 4
            [base_price_unit] => piece (pc)
            [base_price_base_unit] => piece (pc)
            [google_shopping_auto_update] => yes
            [status] => 2
            [sw_id] => 9125
            [sw_system_nr] => 158564
            [sw_system_code] => udpxxYIPXl6zEm0cBGaky0
            [sw_article_nr] => 2400M3001ABF
            [sw_in_stock] => 0
            [sw_min_purchase] => 15840
            [sw_component_id] => 2400
            [sw_effects] => AB
            [sw_effects_additions] => EMPTY
            [sw_foiling] => F
            [sw_packing_unit] => 1440
            [sw_size] => MM03_0
            [sw_stone_color] => 001
            [sw_status] => special_production
            [base_price_amount] => 1440
            [google_shopping_category] => 5982 - Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Art & Crafting Materials > Embellishments & Trims > Rhinestones & Flatbacks

        )

    [1] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [2] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [3] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [4] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [5] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [6] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [7] => Array
        (
            [sku] => SWC_2400_001_AB
            [_type] => configurable
            [_attribute_set] => Swarovski Elements
            [base_price_unit] => piece (pc)
            [base_price_base_unit] => piece (pc)
        )

)

This one

    [0] => Array
        (
            [sku] => SW5293849
            [_type] => simple
            [_attribute_set] => Swarovski Elements
            [cost] => 32
            [sw_product_name] => 2058 SS 5 ERINITE SHIMMER F
            [visibility] => 4
            [base_price_unit] => piece (pc)
            [base_price_base_unit] => piece (pc)
            [google_shopping_auto_update] => yes
            [status] => 1
            [sw_id] => 65636
            [sw_system_nr] => 5293849
            [sw_system_code] => 051Md1in7jQtblagiuXWlG
            [sw_article_nr] => 2058S5360SHIMF
            [sw_in_stock] => 0
            [sw_min_purchase] => 1440
            [sw_packing_unit] => 1440
            [sw_component_id] => 2058
            [sw_size] => SS05
            [sw_stone_color] => 360
            [sw_effects] => SHIM
            [sw_foiling] => F
            [sw_status] => in_program
            [sw_effects_additions] => EMPTY
            [base_price_amount] => 1440
            [google_shopping_category] => 5982 - Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Art & Crafting Materials > Embellishments & Trims > Rhinestones & Flatbacks

        )

    [1] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [2] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [3] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [4] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [5] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [6] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [7] => Array
        (
            [sku] => SWC_2058_360_SHIM
            [_type] => configurable
            [_attribute_set] => Swarovski Elements
            [base_price_unit] => piece (pc)
            [base_price_base_unit] => piece (pc)
        )

    [8] => Array
        (
            [sku] => SW1121570
            [_type] => simple
            [_attribute_set] => Swarovski Elements
            [cost] => 29.2
            [sw_product_name] => 6656 MM 39,0 CRYSTAL ANTIQUPINK
            [visibility] => 4
            [base_price_unit] => piece (pc)
            [base_price_base_unit] => piece (pc)
            [google_shopping_auto_update] => yes
            [status] => 2
            [sw_id] => 39929
            [sw_system_nr] => 1121570
            [sw_system_code] => ucqeDApANF6zEm0cBGaky0
            [sw_article_nr] => 6656M39001ANTP
            [sw_in_stock] => 0
            [sw_min_purchase] => 210
            [sw_component_id] => 6656
            [sw_effects] => ANTP
            [sw_effects_additions] => EMPTY
            [sw_foiling] => EMPTY
            [sw_packing_unit] => 6
            [sw_size] => MM39_0
            [sw_stone_color] => 001
            [sw_status] => special_production
            [base_price_amount] => 6
            [google_shopping_category] => 5982 - Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Art & Crafting Materials > Embellishments & Trims > Rhinestones & Flatbacks

        )

    [9] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [10] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [11] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [12] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [13] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [14] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [15] => Array
        (
            [sku] => SWC_6656_001_ANTP
            [_type] => configurable
            [_attribute_set] => Swarovski Elements
            [base_price_unit] => piece (pc)
            [base_price_base_unit] => piece (pc)
        )

    [16] => Array
        (
            [sku] => SW1134981
            [_type] => simple
            [_attribute_set] => Swarovski Elements
            [cost] => 63
            [sw_product_name] => 6656 MM 19,0 CRYSTAL ANTIQUPINK
            [visibility] => 4
            [base_price_unit] => piece (pc)
            [base_price_base_unit] => piece (pc)
            [google_shopping_auto_update] => yes
            [status] => 2
            [sw_id] => 39931
            [sw_system_nr] => 1134981
            [sw_system_code] => ucqeDApAMl6zEm0cBGaky0
            [sw_article_nr] => 6656M19001ANTP
            [sw_in_stock] => 0
            [sw_min_purchase] => 48
            [sw_component_id] => 6656
            [sw_effects] => ANTP
            [sw_effects_additions] => EMPTY
            [sw_foiling] => EMPTY
            [sw_packing_unit] => 48
            [sw_size] => MM19_0
            [sw_stone_color] => 001
            [sw_status] => out_of_program
            [base_price_amount] => 48
            [google_shopping_category] => 5982 - Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Art & Crafting Materials > Embellishments & Trims > Rhinestones & Flatbacks

        )

    [17] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [18] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [19] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [20] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [21] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [22] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [23] => Array
        (
            [sku] => SW1018680
            [_type] => simple
            [_attribute_set] => Swarovski Elements
            [cost] => 77
            [sw_product_name] => 6656 MM 27,0 CRYSTAL RED MAGMA
            [visibility] => 4
            [base_price_unit] => piece (pc)
            [base_price_base_unit] => piece (pc)
            [google_shopping_auto_update] => yes
            [status] => 2
            [sw_id] => 39961
            [sw_system_nr] => 1018680
            [sw_system_code] => ucqeDApAUl6zEm0cBGaky0
            [sw_article_nr] => 6656M27001REDM
            [sw_in_stock] => 0
            [sw_min_purchase] => 30
            [sw_component_id] => 6656
            [sw_effects] => REDM
            [sw_effects_additions] => EMPTY
            [sw_foiling] => EMPTY
            [sw_packing_unit] => 30
            [sw_size] => MM27_0
            [sw_stone_color] => 001
            [sw_status] => out_of_program
            [base_price_amount] => 30
            [google_shopping_category] => 5982 - Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Art & Crafting Materials > Embellishments & Trims > Rhinestones & Flatbacks

        )

    [24] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [25] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [26] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [27] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [28] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [29] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [30] => Array
        (
            [sku] => SWC_6656_001_REDM
            [_type] => configurable
            [_attribute_set] => Swarovski Elements
            [base_price_unit] => piece (pc)
            [base_price_base_unit] => piece (pc)
        )

    [31] => Array
        (
            [sku] => SW248560
            [_type] => simple
            [_attribute_set] => Swarovski Elements
            [cost] => 91.6
            [sw_product_name] => 53201 082 280
            [visibility] => 4
            [base_price_unit] => piece (pc)
            [base_price_base_unit] => piece (pc)
            [google_shopping_auto_update] => yes
            [status] => 2
            [sw_id] => 21704
            [sw_system_nr] => 248560
            [sw_system_code] => e3QVCIZu7kQTc}5h6GrK1m
            [sw_article_nr] => 53201082280
            [sw_in_stock] => 0
            [sw_min_purchase] => 1440
            [sw_casing_color] => 082
            [sw_component_id] => 53201
            [sw_effects_additions] => EMPTY
            [sw_foiling] => EMPTY
            [sw_packing_unit] => 1440
            [sw_size] => SS18
            [sw_stone_color] => 280
            [sw_status] => special_production
            [base_price_amount] => 1440
            [google_shopping_category] => 5982 - Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Art & Crafting Materials > Embellishments & Trims > Rhinestones & Flatbacks

        )

    [32] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [33] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [34] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [35] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [36] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [37] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [38] => Array
        (
            [sku] => SWC_53201_280
            [_type] => configurable
            [_attribute_set] => Swarovski Elements
            [base_price_unit] => piece (pc)
            [base_price_base_unit] => piece (pc)
        )

    [39] => Array
        (
            [sku] => SW1028852
            [_type] => simple
            [_attribute_set] => Swarovski Elements
            [cost] => 50.9
            [sw_product_name] => 5328 MM 8,0 INDIAN PINK
            [visibility] => 4
            [base_price_unit] => piece (pc)
            [base_price_base_unit] => piece (pc)
            [google_shopping_auto_update] => yes
            [status] => 2
            [sw_id] => 22307
            [sw_system_nr] => 1028852
            [sw_system_code] => udprSFktEF6zEm0cBGaky0
            [sw_article_nr] => 5328M8289
            [sw_in_stock] => 0
            [sw_min_purchase] => 30816
            [sw_component_id] => 5328
            [sw_effects_additions] => EMPTY
            [sw_foiling] => EMPTY
            [sw_packing_unit] => 288
            [sw_size] => MM08_0
            [sw_stone_color] => 289
            [sw_status] => special_production
            [base_price_amount] => 288
            [google_shopping_category] => 5982 - Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Art & Crafting Materials > Embellishments & Trims > Rhinestones & Flatbacks

        )

    [40] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [41] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [42] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [43] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [44] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [45] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [46] => Array
        (
            [sku] => SWC_5328_289
            [_type] => configurable
            [_attribute_set] => Swarovski Elements
            [base_price_unit] => piece (pc)
            [base_price_base_unit] => piece (pc)
        )

    [47] => Array
        (
            [sku] => SW1121550
            [_type] => simple
            [_attribute_set] => Swarovski Elements
            [cost] => 57.9
            [sw_product_name] => 5601 MM 8,0 CRYSTAL ANTIPINK B
            [visibility] => 4
            [base_price_unit] => piece (pc)
            [base_price_base_unit] => piece (pc)
            [google_shopping_auto_update] => yes
            [status] => 2
            [sw_id] => 26351
            [sw_system_nr] => 1121550
            [sw_system_code] => udprSFkzLF6zEm0cBGaky0
            [sw_article_nr] => 5601M8001ANTPB
            [sw_in_stock] => 0
            [sw_min_purchase] => 1728
            [sw_component_id] => 5601
            [sw_effects] => ANTP
            [sw_effects_additions] => B
            [sw_foiling] => EMPTY
            [sw_packing_unit] => 96
            [sw_size] => MM08_0
            [sw_stone_color] => 001
            [sw_status] => special_production
            [base_price_amount] => 96
            [google_shopping_category] => 5982 - Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Art & Crafting Materials > Embellishments & Trims > Rhinestones & Flatbacks

        )

    [48] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [49] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [50] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [51] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [52] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [53] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [54] => Array
        (
            [sku] => SWC_5601_001_ANTP
            [_type] => configurable
            [_attribute_set] => Swarovski Elements
            [base_price_unit] => piece (pc)
            [base_price_base_unit] => piece (pc)
        )

    [55] => Array
        (
            [sku] => SW5032302
            [_type] => simple
            [_attribute_set] => Swarovski Elements
            [cost] => 56.7
            [sw_product_name] => 5601 MM 8,0 DARK MOSS GREEN
            [visibility] => 4
            [base_price_unit] => piece (pc)
            [base_price_base_unit] => piece (pc)
            [google_shopping_auto_update] => yes
            [status] => 2
            [sw_id] => 26402
            [sw_system_nr] => 5032302
            [sw_system_code] => 051Md9ei7jU6aoFFSZiWmG
            [sw_article_nr] => 5601M8260
            [sw_in_stock] => 0
            [sw_min_purchase] => 3840
            [sw_component_id] => 5601
            [sw_effects_additions] => EMPTY
            [sw_foiling] => EMPTY
            [sw_packing_unit] => 96
            [sw_size] => MM08_0
            [sw_stone_color] => 260
            [sw_status] => special_production
            [base_price_amount] => 96
            [google_shopping_category] => 5982 - Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Art & Crafting Materials > Embellishments & Trims > Rhinestones & Flatbacks

        )

    [56] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [57] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [58] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [59] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [60] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [61] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [62] => Array
        (
            [sku] => SWC_5601_260
            [_type] => configurable
            [_attribute_set] => Swarovski Elements
            [base_price_unit] => piece (pc)
            [base_price_base_unit] => piece (pc)
        )

    [63] => Array
        (
            [sku] => SW1037474
            [_type] => simple
            [_attribute_set] => Swarovski Elements
            [cost] => 72.6
            [sw_product_name] => 5754 MM 8,0 CRYSTAL METLGTGO2X
            [visibility] => 4
            [base_price_unit] => piece (pc)
            [base_price_base_unit] => piece (pc)
            [google_shopping_auto_update] => yes
            [status] => 2
            [sw_id] => 27382
            [sw_system_nr] => 1037474
            [sw_system_code] => udprSFl2IV6zEm0cBGaky0
            [sw_article_nr] => 5754M8001MLG2
            [sw_in_stock] => 288
            [sw_min_purchase] => 288
            [sw_component_id] => 5754
            [sw_effects] => MLG2X
            [sw_effects_additions] => EMPTY
            [sw_foiling] => EMPTY
            [sw_packing_unit] => 288
            [sw_size] => MM08_0
            [sw_stone_color] => 001
            [sw_status] => out_of_program
            [base_price_amount] => 288
            [google_shopping_category] => 5982 - Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Art & Crafting Materials > Embellishments & Trims > Rhinestones & Flatbacks

        )

    [64] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [65] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [66] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [67] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [68] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [69] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [70] => Array
        (
            [sku] => SWC_5754_001_MLG2X
            [_type] => configurable
            [_attribute_set] => Swarovski Elements
            [base_price_unit] => piece (pc)
            [base_price_base_unit] => piece (pc)
        )

    [71] => Array
        (
            [sku] => SW695421
            [_type] => simple
            [_attribute_set] => Swarovski Elements
            [cost] => 47.6
            [sw_product_name] => 6090 MM 16,0X 11,0 AMETHYST
            [visibility] => 4
            [base_price_unit] => piece (pc)
            [base_price_base_unit] => piece (pc)
            [google_shopping_auto_update] => yes
            [status] => 2
            [sw_id] => 29723
            [sw_system_nr] => 695421
            [sw_system_code] => ucqeDAp2UF6zEm0cBGaky0
            [sw_article_nr] => 6090M16X11204
            [sw_in_stock] => 0
            [sw_min_purchase] => 4248
            [sw_component_id] => 6090
            [sw_effects_additions] => EMPTY
            [sw_foiling] => EMPTY
            [sw_packing_unit] => 72
            [sw_size] => MM16_0x11_0
            [sw_stone_color] => 204
            [sw_status] => special_production
            [base_price_amount] => 72
            [google_shopping_category] => 5982 - Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Art & Crafting Materials > Embellishments & Trims > Rhinestones & Flatbacks

        )

    [72] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [73] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [74] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [75] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [76] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [77] => Array
        (
            [sku] => 
            [_type] => simple
        )

    [78] => Array
        (
            [sku] => SWC_6090_204
            [_type] => configurable
            [_attribute_set] => Swarovski Elements
            [base_price_unit] => piece (pc)
            [base_price_base_unit] => piece (pc)
        )

)

fails with message

Mage_Core_Exception: Input Data contains 1 corrupt records (from a total of 79)
:::: Required attribute 'price' has an empty value ::::
In Line(s) 8

:::: Required attribute 'name' has an empty value ::::
In Line(s) 8

:::: Required attribute 'description' has an empty value ::::
In Line(s) 8

:::: Required attribute 'short_description' has an empty value ::::
In Line(s) 8

:::: Required attribute 'cost' has an empty value ::::
In Line(s) 8

Note that the errors are from the first configurable product. Which are build exactly the same (both dont have the "required" attribtues).

Maybe the extra info for the configurable product is not needed, so I will try to remove this info from the import array next.

The problem was, that the "child" products (for the different stores) had their "_store" array key removed somewhere and the importer didnt know what to do with these empty products (makes sense).