BizTalk Mapper Extensions UtilityPack: Custom Advanced Functoids for BizTalk Server 2020

  • Sandro Pereira
  • May 7, 2020
  • 2 min read

Today, we will focus on another set of libraries available for BizTalk Server 2020: Custom Advanced Functoids. This is part of the migration task for the BizTalk Mapper Extensions UtilityPack project I’ve been working on over the last few days.

📝 One-Minute Brief

Introduces the Custom Advanced Functoids in the BizTalk Mapper Extensions UtilityPack for BizTalk Server 2020, providing advanced conditional mapping capabilities that simplify complex transformation logic inside BizTalk maps.

Custom Advanced Functoids

This library includes a suite of functoids that support conditional mapping directly inside the BizTalk mapper.

The library provides the following Custom Advanced Functoids.

Default Value Mapping Functoid: The Value Mapping and Value Mapping (Flattening) functoids perform conditional mappings between input and output messages. When the first input parameter evaluates to true, BizTalk writes the second input value to the target element or attribute. Otherwise, BizTalk does not create the target node.

In contrast, the Default Value Mapping functoid applies a slightly different rule. It returns one of two input values based on a null or empty check.

If the first input value is null or empty, the functoid returns the second input value. Otherwise, it returns the first value.

This functoid requires two mandatory input parameters:

  • A string value to test for null or empty
  • A string value that acts as the default value

Example output: P0011

BizTalk Mapper Extensions Utility Pack

BizTalk Mapper Extensions Utility Pack is a set of libraries that includes several useful functoids to include in a map, extending BizTalk Mapper’s capabilities.

BizTalk Mapper Extensions Utility Pack

Download

You can download the source code and application binaries from GitHub:

Hope you find this helpful! If you liked the content or found it useful and would like to support me in writing more, consider buying (or helping to buy) a Star Wars Lego set for my son. 

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.

3 thoughts on “BizTalk Mapper Extensions UtilityPack: Custom Advanced Functoids for BizTalk Server 2020”

  1. Sandro,

    It looks like the Math functiods project is not signed, and thus I could not install it. I did not see a key file for it in either the 2016 nor 2020 folder.

    1. You don’t need to install them, you just need them in a development environment on the C:\Program Files (x86)\Microsoft BizTalk Server 2016\Developer Tools\Mapper Extensions folder

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