May 2007 - Posts

3
Comments

Removing diacritics (accents) from strings by Harmjan

It's often useful to remove diacritic marks (often called accent marks) from characters. You know: tilde , cédille , umlaut and friends. This means 'é' becomes 'e', 'ü' becomes 'u' or 'à' becomes 'a'...
Filed under:
0
Comments

Using Configuration in BizTalk Map by Harmjan

During BizTalk map definition, sometime you might require to read some configuration value. For example, during use of database related functoids, you have to make connection string configurable. You can use BizTalk config file and scripting functoid...
Filed under: