Is there a way to capture ‘orphan’ rows during MERGE_JOIN? Perhaps write those records to a separate output port? For instance, if I specify leftOuter for the MERGE_JOIN, I still need to capture those rows in the slaves that don’t match up to a driver record. Is this possible?
Thanks.