Thanks for any help!
Solved
I am trying to remove duplicates within an attribute that vary per cell. For example in the column (ukHabpCode) I have uu1bu1b5 which separated would be u,u1b,u1b5, but I want to remove the duplicates so I am just let with u1b5 (see figure below).
Best answer by ebygomm
So you could use a stringsearcher to get the alternate letter number combination at the end of the string
[A-Za-z]\d[A-Za-z]\d$
So this would give you u1b5, r1a6, g1a6 etc.
But how do you want the other cases handled?
Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.