Solved
Hi, I'm trying to use the attribute manager to replace all instances of double quote marks " with single quote marks ' for the values of the attribute 'testo' @ReplaceRegularExpression(@Value(testo),",') I can replace letters ok, but not quotes.
Hi, I'm trying to use the attribute manager to replace all instances of double quote marks " with single quote marks ' for the values of the attribute 'testo'
@ReplaceRegularExpression(@Value(testo),",')
I can replace letters ok, but not quotes.
Best answer by nielsgerrits
This works for me, in fme 2021.2:
@ReplaceString(@Value(testo),"\"",',caseSensitive=TRUE)
Please note that the field Attribute Value in the AttributeManager turns red, indicating something is off, but it does work fine.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.