Skip to main content

I have a glut of features of multiple types coming in from a handful of .ifc files. I am attempting to write a transformer as a proof of concept that will allow me to filter the features (currently 174000+) to different writers based on a small difference within their source filenames. 
Basically what I want to know is if it is possible to use the text editor to create an “if filename contains text (abc)” filter. If not, what would be the best way to filter for something like this.  

You can use the transformer Tester,TestFilter or StringSearcher.


You can use the transformer Tester,TestFilter or StringSearcher.

Agreeing with @tomfriedl, TestFilter seems to be what you are looking for.


Reply