BizTalk Pipeline Component Unzip and Select Only Files Matching Mask
I started with this excellent working unzip pipeline component here (by Rui Machado). I made the following changes to that code: 1) Put it in MyCompany.Common.etc… namespace and project (not shown here) 2) Added a Property Bag Item called FileMask (and a one for future use called “ParmReserved1” (this is standard coding, so I didn’t […]