Wednesday, 15 November 2017

What's the syntax for an AttributeFilter in FME?


I want to use AttributeFilter and I need to filter data by ATTRIBUTE1 with possible values of ATTRIBUTE2. What is the syntax for it?


I tried:



  1. attribute2


  2. &attribute2

  3. $attribute2

  4. '&attribute2'


etc. but wasn't successful.



Answer



Sounds like you need to add a feature merger for attributes only.


If you could expand on the question can give a better answer.


enter image description here


Note: Using FME 2012 here



No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...