As a service provider that we provide a service to multiple customers and channels.
There is a new requirement that we are expecting to receive from each customer a specific excel file and sending a different excel file.
You can imagine that we could receive hundreds of different excel files from customers.
Also, we have an integration point for each customer that we need to map the customer format file to our canonical schema.
We need to build two pipelines one for receiving and one for sending excel files.
For receiving we need to parse an excel file using the configured template file to generate an xml file matching an existing customer schema as demonstrated in Figure 1
For sending, we need to convert xml file to generate an excel file via custom sending pipeline using an existing excel template as demonstrated in figure 2
Then we need to generate a schema depending on a template file that we build it on figure 4
I build a simple tool to generate a schema from an existing template as Figure 5 or you can create schema manually
Another important place to find a huge amount of BizTalk related articles is the TechNet Wiki itself. The best entry point is BizTalk Server Resources on the TechNet Wiki.
Maheshkumar S Tiwari edited Original. Comment: Added tags and minor edit
Maheshkumar S Tiwari edited Revision 2. Comment: Added See Also and Tags
Suleiman Shakhtour edited Revision 8. Comment: Reformat images
Nice Article!!!