Skip to main content

I am trying to find a functionality within FME that allows me to replace substrings based on a lookup table. Since I have several hundred mappings, chaining string replacers together isn’t really an option.

Basically something like an AttributeValueMapper that looks at substrings instead of the whole value only or a string replacer that accepts multiple string/replacement inputs.

Is there such a transformer or any workaround to do this?

Thank you! 

nevermind, found the StringPairReplacer


I've used an inlinequerier to do this in the past which allows lookups to be maintained in a table outside of the workspace 


Can you share your sql script? I am trying to switch over to a dynamic solution using an external lookup table as well.


Reply