Hello,
Sorry for my language but I'm new in english and also in Drupal (I'm leaving in France). I need help about the GUID's identifier from Feeds XPath Parser. I'm using this module to import data about books into my site. I need a unique identifier and I was thinking that GUID was my eldorado. But when I import the same books twice, I find duplicates GUID in my DB. This is not supposed to be ?
Cordialement,
dvd.

Comments

epawel’s picture

I think I had similar problem. In my case the solution was to delete old records from feeds_source table in Drupal database. I noticed that I used only 10 importers (in feeds_importer table) but had about 20 sources (in feeds_source table). It was the reason that some records were duplicated. Finally I left only one source for one importer and it started working fine.
I hope it will help you, good luck!

dvd.brch’s picture

Merci beaucoup, I find the solution of my problem and it was a similar solution. Thanks.