Hi there,
Input data:
- list with numerous entries, sorted, with changing name
excerpt:name from to 947606 2041.020 2045.574 947606 2045.574 2055.574 947606 2055.574 2065.574 947606 2065.574 2079.880 947606 2079.880 2083.168 947606 2083.168 2089.880 947606 2089.880 2099.880 - list with ‘exceptions’
excerpt:name from to 947606 108.459 108.747 947606 2070.204 2074.543 947606 6071.987 6100
Goal:
I need to find ‘matching’ rows, where from(1) <= from(2) AND to(1) >= to(2) [colored lines].
What I already tried:
I already attached the second list as an list attribute to every single line to the first list (FeatureMerger) and than tried to find the matching line with two ListSearchers. This is limited as the ListSearcher only finds “First ...”.

Can somebody help?