I have an Attribute with integer values (4 Digits) and have to extract the first two Digits and write them to a new Attribute.
In RegEx I think it is ^\\d\\d. How can I do that in FME?
I tried with ExpressionEvaluator and AttributeSplitter @FindRegEx(@Value(Attributename)^\\d\\d)
but it does not working.
Thanks for helping.