After migrating the BizTalk Pipeline Components Extensions Utility Pack, it‘s now time to dedicate my time to another one: BizTalk Mapper Extensions Utility Pack. And to start, I have chosen the Conversion Functoids.
📝 One-Minute Brief
Introduces the BizTalk Mapper Extensions UtilityPack – Conversion Functoids for BizTalk Server 2020, a set of custom mapper functoids that simplify data and date format conversions directly inside BizTalk maps.
Conversion Functoids
Conversion functoids convert one data type into another. For example, they allow you to convert a Windows date into a Unix (epoch) date.
In addition, these functoids can convert one format of a data type into another. For instance, you can transform DateTime values between formats such as Short Time, Short Date, Full DateTime, or Universal Sortable DateTime.
This project includes the following Custom Functoids:
- Convert from human-readable to epoch date Functoid: This functoid allows you to convert a traditional date (Human Readable Date) into a Unix date (Epoch Date).
- Convert from epoch to human-readable date Functoid: This functoid allows you to convert a Unix date (Epoch Date) into a traditional date (Human Readable Date).
- Convert DateTime format Functoid: This functoid allows you to convert the DateTime format.
- Convert to a Number Functoid: This functoid allows you to convert a string to a number (integer).
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.

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.
1 thought on “BizTalk Mapper Extensions UtilityPack: Conversion Functoids for BizTalk Server 2020”