Check for Duplicates

Check for Duplicates

From
Reddit
Status
Broken
Share

Has Duplicates

Duplication Check
Entries

Has Duplicates

prop("Total") != prop("Unique")
 

Is Duplicate

Duplication Check
Entries

Is Duplicate

🔥
As this removes spaces for check the match, something like One Two Three will show as being a duplicate of OneTwoThree.
prop("Name") ? (length(replaceAll(replaceAll(replaceAll(prop("All"), " ", "") + ",", "\b" + replaceAll(prop("Name"), "[ |,]", "") + "\b", "★"), "[^★]", "")) > 1) : false

Duplicate URLs

Duplication Checks
Entries

Is Duplicate URL

prop("URL") ? (length(replaceAll(replaceAll(replaceAll(prop("All URLs"), " ", "") + ",", "\b" + replaceAll(prop("URL"), " ", "") + "\b", "★"), "[^★]", "")) > 1) : false
 
By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!
By BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!