meaning - Uniquate = Eliminate or replace duplicates, make unique?
I am not a native English speaker and I need a word means modifying a list/set to make it a unique-values list/set eliminating or replacing non-unique values with unique ones. For instance;
"Dup", "Dup", "Dup" --> "Dup", "Dup1", "Dup2"
I am also aware of deduplication suggestion, but I can't settle for it. Because, it sounds me that it means eliminating (deleting) duplicate values, but not replacing.
So, the word uniquate meets this meaning or it is completely different thing? And any other suggestion?
Edit: I need a word reflects especially replacement, but it is OK if it also reflects eliminating. I don't search for an answer focusing to only eliminating.
Answer
Your idea 'uniquate' is possible but few would understand its intention without a lot of context.
uniquify
is not an officially recognized term, but uses the very productive and understandable suffix '-ify' meaning 'to make'. However this particular construction sounds too informal as a neologisms to be appropriate.
A single term is not necessary. You can say what is happening:
remove duplicates
Comments
Post a Comment