Hello everyone,
I'm looking for a way to check if the ending character of a string attribute is an uppercase letter, and if so, convert it to lowercase. For example:
- Foo1K → Foo1k
- BAR4 → BAR4
- BAZ → BAz
What's the best way to accomplish this in FME? Are there any specific transformers or approaches that I should use to achieve this result?