I have a column, 'junk ", as a string, which contains characters like Ã, ä, à ©, ¶ which I would like to replace with characters like ö, Å..If I use the Replace Text node, it works, but since this node has have been deprecated and will not be supported in a future release, I would like to use the Transform node.
When I use the Transform, in process record out1.junk = field.junk.replace ('Ã', 'ö'), it doesn't work.
I used too the node Modify field, to convert the string in unicode and then the Transform node, but it doesn't work.
Please could you support to solve this issue?
Thanks.