Eliminate Sitecore Item Duplication Issues in Data Exchange Framework with this Fun Powershell Script!
PowershellScript to avoid Sitecore Items Duplication Background First of all, I know what you all are going to say. How is it possible to have Sitecore Item Duplication if each sitecore item has it's own unique id? I know, it caught me by surprise as well when I was having issues with a third party API that did it as it pleased using the Sitecore Data Exchange Framework. Sitecore Data Exchange framework is a platform that converts any third party API data into Sitecore Items. If you are interested in learning more about this feature that Sitecore offers click here . The Problem Let me explain what is the problem I was having. The issue was that in this platform I had the following fields: Id, Time, Refrence, Exchange, Date, Location, headline and many others. The problem with this was that I had an Id field. The Id field, not to be confused with the ItemID field that comes OOTB with Sitecore was the one that was having problems. Everytime I executed the job from the Data Exc...