Removes all attributes on incoming features that match a given regular expression. This transformer can be used to remove large numbers of attributes that have common naming.
See the StringSearcher for more information on regular expressions.
Features with attributes.
Features with attributes matching the specified regular expression removed.
A regular expression used to specify which attributes should be removed.
About Transformer Parameter Options
Test regular expressions with Rubular, a Ruby-based regular expression editor.
This transformer replaces the AttributeExpressionRemover.
Search for samples and information about this transformer on FMEpedia.
Keywords: AttributeExpressionRemover