How to Filter by Filename by Mask in BizTalk
Business Requirement: Only send an email to the credit department if the filename contains the word “EXPORT” and and ends with .txt. We cannot put *EXPORT*.txt in the Receive Location, because there are other files coming in with different patterns. Question: How would you do that in BizTalk? BizTalk has filters on the send ports. […]