Hey
I have to update an extract of data that has multiple non-readable characters within. I've come up with the nearest equivalent, but is there a way to replace the contents of Field 1 = Bermúdez DÃez
how would I get it to read down the list of the columns in Character Column and replace the matches with the contents of Replace column so that the above example would become MerAodez DAez - there are some examples where there are 5 matches of characters that need replaceing
Character Replacement
ß b
ü u
ń n
’ '
à A
ç c
ö o
ł l
ż z
Thank you