Hello, I have a question:
I'm looking for an transformer to cut the value of an attribute into predefined pieces and save these pieces into new attributes.
In Pentaho there is an attribute called StringCutter (stringcutter.jpg).
Of course I can also use the AttributeCreator with different attribute values (i.e.
@Substring(@Value(attribute),0,2)) but I find the StringCutter very clear in the presentation.
I have tried an attributerangefilter and several others but I only get unfiltered output. Is there a transformer in FME similar to Pentaho's Stringcutter?