I want to join or union (not sure which) the below two datasets and look at the invoices in the input of invoices 1-5 and not include the invoices 3-5 from the first dataset. In other words i want to have the new output exclude invoice 3, 4, 5
Output -
invoice 3
invoice 4
invoice 5
Input -
Invoice 1
Invoice 2
Invoice 3
Invoice 4
Invoice 5