@ReplaceRegularExpression(@Value(testo),",')
I can replace letters ok, but not quotes.
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.
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.
@nielsgerrits Just curious, does 2021.2 make the attribute value parameter red with this input? It works in 2022.1 also, but it's red.
@nielsgerrits Just curious, does 2021.2 make the attribute value parameter red with this input? It works in 2022.1 also, but it's red.
Aye, it does. Looks like a glitch to me in the value validation. I'll create a ticket.
@nielsgerrits thank you so much. i was trying so many different things. i don't think the red flagged parameter was helping my attempts because i was just modifying it each time i saw that.
@nielsgerrits Just curious, does 2021.2 make the attribute value parameter red with this input? It works in 2022.1 also, but it's red.
Looks like this is related to the quote (") character being present within a formula. This doesn't have an effect on the functionality of the workspace but we will try to resolve this as soon as possible. The ticket number for this is FMEDESKTOP-13584.
We will update this community post when a fix is released. Thanks all!