Hello,
I have a set of lines, with the attribute 'name' coming from a first dataset and another line with the attribute 'linked_line_name' coming from a second dataset.
The second dataset only contains one line.
I'd like to select the line from the first dataset where 'name' equals 'linked_line_name'.
So far I've tried using the Tester transformer but can't seem to make it work as I would like to.
I created and joined a sample workspace to illustrate my problem a bit more:
The first dataset contains 4 lines, the second just 1.
I want to select the second line 'def' from the first dataset as its 'name' attribute equals 'linked_line_name' from the second dataset.
I understand why the parameters I've entered for the Tester transformer won't work but I can't figure out a way to achieve what I want. Any idea?
Thanks a lot!
Elise