Hi,
it seems you have two underscores after "fme" in the second statement, is that on purpose?
David
Hi,
Indeed. The current BulkAttributeRemover seems not to support some complex regular expression. In this case, you can use two BulkAttributeRemover in series.
1st: fme_.*
2nd: igds_.*
Takashi
Hi,
In the stringsearcher it works.
I tried it in the bulkatt.rem.
I confirm it does not accept "pipelines". Only single line expressions. Nothing helps, braces, brackets..to no avail.
Pretty limited it seems.
You wil have to use 2 Bulkremovers in sequence to remove 2 attributes in bulk using a regexp.
Gio
also the regexp works, it seems the bulkremover does nothing with the result.