10-21-2021 01:33 PM
Hi,
I have an output document in SnapLogic Designer and I also have an excel file.
I want to remove the records from the output document that match the ID fields in the excel document.
Since it is not a fixed value that I want to filter out and since the excel file is not part of the output document stream, I cannot use the filter snap.
What is the simplest solution?
Solved! Go to Solution.
10-21-2021 10:32 PM
@JPaps you can try join snap (select Left Outer join ), and go to view tab and select “Route Error Data to Error View” also select “Unmatched data to error view”. Make use you use correct name of ID in both the side.
10-21-2021 10:32 PM
@JPaps you can try join snap (select Left Outer join ), and go to view tab and select “Route Error Data to Error View” also select “Unmatched data to error view”. Make use you use correct name of ID in both the side.
10-27-2021 09:22 AM
Thanks for your help @Supratim your idea worked except I had to use Inner Join instead of Left Outer. Apparently the “Unmatched data to error view” property only does what it says when you are using an “Inner Join” as stated in the docs below:
I was able to achieve the titled objective by doing below: