We have a webshop in magento, using magmi to import the products. i already got the products imported. there all configurable product with other simple products below it.
im importing the simple first then the configurable products.
i also enabled the plugin for the configurable item processor.
[sku] => 00000001AI.100
[name] => some name
[brand] => somebrand
[price] => 187.93
[description] => descript
[short_description] => short_description
[categories] => category
[simples_skus] => 00000001AI.100-Zwart-34,00000001AI.100-Zwart-36,
[type] => configurable
[attribute_set] => Producten
[visibility] => 4
[is_in_stock] => 1
[manage_stock] => 1
[status] => 1
Simple products were created first.
Extra information
You're obviously missing the configurable_attributes
field/column.