BizTalk Mapping – Basic Concepts of Building BizTalk Map

  • Sandro Pereira
  • Nov 8, 2010
  • 2 min read

At its core, BizTalk Server is an integration engine. To make different systems talk to one another, you almost always need to translate data from one format to another. This is where BizTalk Mapping comes in.

📝 One-Minute Brief

BizTalk Mapping is the process of transforming data from a source schema to a destination schema. This post covers the essential components of the BizTalk Mapper, including the graphical interface, the use of Functoids for complex logic, and the link-based mapping system. It explains how the Mapper generates XSLT under the hood and highlights the importance of understanding schema structures before starting the transformation process.

The Basics of building a map consist of implementing five different processes:

  • Simple Drag-and-Drop: dragging links from the source schema windows directly to the target schema windows or dragging links to and from functoids that have been inserted into the mapper grid.
schema simple Drag and Drop
  • Concatenation (concatenating fields): combining two or more strings from the input to the target schema is one of the common mapping needs.
schema contatenating fields
  • Data Addition: another common mapping need is to add additional data to the target schema, such as system data like date, add data based on the data inside the source schema, or math operations.
schema Data Addition
  • Conditional Selection: You don’t always want to simply move data from the source to the target schema; sometimes (many times J), you will need to generate an output node only under certain conditions. BizTalk map gives many options (functoids) to help you do this.
schema Conditional Selection
  • Custom Scripting: You can make your custom scripting by using XSL code inside the scripting functoid or by using C# code.
schema Custom Scripting

Mastering the BizTalk Mapper is essential for any integration developer. By understanding the relationship between schemas and the power of functoids, you can handle almost any data transformation requirement.

Thanks for Buying me a coffe
Author: Sandro Pereira

Sandro Pereira lives in Portugal and works as a consultant at DevScope. In the past years, he has been working on implementing Integration scenarios both on-premises and cloud for various clients, each with different scenarios from a technical point of view, size, and criticality, using Microsoft Azure, Microsoft BizTalk Server and different technologies like AS2, EDI, RosettaNet, SAP, TIBCO etc. He is a regular blogger, international speaker, and technical reviewer of several BizTalk books all focused on Integration. He is also the author of the book “BizTalk Mapping Patterns & Best Practices”. He has been awarded MVP since 2011 for his contributions to the integration community.

Leave a Reply

Your email address will not be published. Required fields are marked *

The Ultimate Cloud
Management Platform for Azure

Supercharge your Azure Cost Saving

Learn More
Turbo360 Widget

Back to Top