How to Import from CSV several products referenced to one display-node?
Hi, I have a problem of importing several products referenced to one display node from csv.
I have a Csv file where one line is one product. There is a column with product-display NID, this products referenced to.
Accordingly, if several products are referenced to a same display - they have the same NID in this column.
If I use "feeds product-import", I can't find appropriate field - something like "reference to the display-node".
If I use "feeds product-display-import" - It works!, but it links only one product to one display.
How can I import a lot of products referenced to one node-display?
Does anyone have any experience with this?
Thanks!
Comments
Thank you for your reply!
But Unfortunately this solution does not suit me. My catalog consists of nearly 3000 display-nodes and 10000 products, which should be associated with them.
And my CSV file looks like this:
"ProductSKU";"ProductVolume";"ProductPrice";"Display-Node-ID";"Display-Node-name";
"002";"50ml";"30";"335";"Hugo Boss Woman"
"003";"100ml";"60";"335";"Hugo Boss Woman"
"004";"100ml tester";"55";"335";"Hugo Boss Woman"
"005";"30ml";"20";"335";"Hugo Boss Woman"
If I'm gonna create new csv - by creating new field 'product_variations' and fill them manually by combinig product SKUs there. It will take to much time and can bring many mistakes.
So I still need help. I Hope you will be able to help me with that.
I'm sure there should be fullautomatiс solution for my problem.
Did you find any solution? I'm in a similair situation and couldn't find a solution.