I have attempted to use the NeighborFinder transformer to achieve a one-to-many join; however, it is not producing the expected results.
In my case, the base dataset contains values such as 30,511 and 55,867, and my expectation is to match all records where the base value is greater than 30,511.
Since NeighborFinder does not seem suitable for this requirement, could you please suggest an alternative transformer or approach to achieve this condition-based matching?
Thank you.






