Is there way in FME to give multiple output ports based on attribute values?
For example:
I have attribute called "TYPE", there is values like: line, point, polygon, text, info..... and so on.
I would like to make all these values to different branch in workspace, because all those need different kind handling. I know I could write all down in testfilter, but there can be over 100 different values what I need to write then.
Is there something like "import" for testfilter? In this case could be handy.
Or could there be other way to seperate these values?