Remove duplicate records with Xpath filtering
-
Hi all,
Does anyone know how to filter duplicate records with xpath??
I have the following XML. Only difference is the price between those two! And i only need one record.<product ID="2300"> <name>title</name> <price currency="EUR">174.00</price> </product> <product ID="2300"> <name>title</name> <price currency="EUR">164.00</price> </product>
I have tried following xpath statement but WPALIMPORT gives me 0 records in the preview!
/product[not(@ID=preceding-sibling::product/@ID)]/@ID
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove duplicate records with Xpath filtering’ is closed to new replies.