If you could help me with similar but not the same issue. I have created CSV as describer in docs and when I import it, custom field variations are created with but no values has been imported.
I have 3 related (child) products which I can see as children for main product (my root product has SKU 286). Child products are SKU-s 287, 288, 289,
When I run import custom fields are created as shown below. Issue I am having is that it is linking itself 3 times by adding it's own Root product SKU.
I have defined product_as_derived flag but it does not get applied at all.
When I hit buttom "Select Existing" it lists only one product (itself, root product). It does not give me any oter products to pick.
Could this be a bug in latest version of component/plugins?
My CSV look like this:
"product_sku","product_parent_sku","custom_title","custom_value","custom_multiple","product_name","product_price","product_as_derived","custom_parent_title","custom_parent_value"
"286","","VelicinaBoja~VelicinaBoja~VelicinaBoja","stockablecustomfields~stockablecustomfields~stockablecustomfields","Y~Y~Y","Glavni proizvod","123",1,"Velicina~Boja","3-6M~smeđa"
"287","286","Velicina~Boja","3-6M~Green",,"Pleteni kombinezon 1 3-6M",,,
"288","286","Velicina~Boja","9-12M~Red",,"Pleteni kombinezon 2 9-12M",,,
"289","286","Velicina~Boja","9-12M~Orange",,"Pleteni kombinezon 3 9-12M",,,
My custom fields configurations: