Shailender Singh
Shailender Singh

Reputation: 1047

UnZip Dissambler Pipeline

I have a requirement where I am receiving a Zip file at a receive location. I want to unzip the zip file when I receive it.

How can this be achieved in Biztalk 2010?

Upvotes: 1

Views: 870

Answers (1)

Sven
Sven

Reputation: 885

You can check the following topic. Where they unzip the files in a custom pipeline.

http://www.codeproject.com/Articles/152565/Unzip-Files-in-a-Custom-Pipeline-Component

Upvotes: 3

Related Questions