I'm trying to import configurable products into Magento 2.1.2. I have already imported the simple products.
When trying to import the configurable products, it seems to happen randomly. In total I have 1930 rows, but the above issue only occurs with 623.
So far, I have:
Checked the configurable_variations exist
The imported products have a quantity above 0
The products are enabled
Checked all error logs - no related entries.
Encoded the .csv in UTF-8-BOM
What is causing this issue? Or where can I find more data to try and solve it?
Here is an example of what I'm trying to import, in .csv format (I can provide it as plain text, but it's rather long winded). This particular entry throws an error:
https://ufile.io/6a45
Thanks for your time