as a text file to replace in a row.
but when I run string replace(dictionary) but result is
درØال بهره برداری instead of درحال بهره برداری
اتمام بهره برداری instead of اتمام بهره برداری
that looks like an encoding problem: the encoding cannot be set to UTF-8 in the “String Replace (Dictionary)” Node. I will see to issue a ticket on that.
As a workaround for now, I hacked together this workflow:
I got an update from the developers: We will not update the “String Replace (Dictionary)” node and advice to use the cell replacer node instead (AP-16615). Sorry for the inconvenience!
I updated the workflow on the hub accordingly:
Like the “String Replace” node, this only allows to change the cell as a whole. Is that what you needed?
If you need to replace substrings in each cell instead, I found out this is quite the challenge - I gave it a try, see the WF on the hub. I’m curious if someone comes up with a better solution!