i am currently working on a small price comparison like website with the help of WordPress and the Plugin WP All Import.
My data is provided by one Affiliate Network.
Now i don´t know how to solve the following situation:
I have like 50 Feeds (.xml). One for every partner shop on the network. Shops can have the same product in their own feed.
How to:
- Avoid importing duplicate items
- Items that matches the same for all feeds (for e.g the same product) i want to create only one new item on my end but list all the different external urls of all other feeds on my items page.
Maybe i need to merge the different data feeds from all shops to one before importing them?
In the end i would like to have a table similar to this example:
thanks for your help