I am trying to merge some data with the FeatureMerger. There are two datasources. Merging should be done when:
AttributeA = AttributeB OR AttributeB = AttributeA
(It skips ahead if I only use one of these)
How do I do this? I guess I could use the text editor, but am unsure of the syntax. Or should I use the InlineQuerier for better results? Same thing there though, I don't know the correct syntax.





