I have a field with data like this: 10-234-R
I want it to be like 10-234R.
So in other words, I want to remove the 7th character which is a dash '-' from the string: 10-234-R
String Replacer doesn't work because it removes both dashes and not the specific 7th character dash I want to remove.
AttributeTrimmer i can't get it to work. I chose Trim Type Both but how is it supposed to know to remove the 7th character only.
Any help would be appreciated.
Thank you.