I am trying to use Jython Evaluator for fuzzy matching. I need to compare a record from one source with another in Jython code and emit only 1 record from evaluator.
So my question is how do i access records (values) from 2 different sources at the same in Jython evaluator?
Request for assistance