I have 2 readers. I am trying to add new fields and values from the 2nd reader to the 1st reader if there is a match. There isn't always a match and I want to keep the order of the records in the output. I'm trying both featuremerger and feature joiner but neither are reproducing what I expect.
The featurejoiner failed because not all job records have a lineID. I still want all jobs in the output.
One note is there the Lines have a 1:M relationship with Jobs. There is only 1 line record that would populate the output new fields.
Thanks!