I've got this question:
I've got two sources in A and B and a Merge Join Step (in INNER option). the image shows what I am facing.
I am getting the right identifiers but with the value of the lastest row repeted n times for each one of them.
I need to get all the identifiers from B that are present in A.
I know there are also these options: Database Join y Database Lookup, but they could be kind of slow given that I have a lot of data to check
What component should I use to the get the expected result in Pentaho.
Regards.