Don't include non matching when merging

Hello,

I am trying to use the "merge data" component in a way it won't include non matching rows.

So if in file 1 I've got :

MergeProp

value1

value2

And in file 2:

MergeProp

value1

Then I'd like in the output:

MergeProp

value1

As value 2 is not in both file. However I didn't find how to do that.

Thanks for your help

Florent