If you've ever used BizTalk Server 2002 to transform legacy flat-file formats to and from XML, you know how difficult it can be to handle date/time conversions. Most legacy systems' dates do not conform to the ISO 8601 formats and the conversion process meant using a Scripting functoid and some custom VB-Script code.
In BizTalk Server 2004 or BizTalk Server 2006, this has all changed. Now, when you are creating a flat file schema and you set the Data Type property of a Field Element or Field Attribute node to xs:dateTime, xs:time, or xs:date, you can use the Custom Date/Time Format property to specify an alternative format for date or time values as shown in Figure 1 below.

Figure 1: Custom Date/Time Formats
This simple improvement can save hours of development time and makes mapping between legacy file formats that much easier to accomplish.
Another "Blinding Flash of the Obvious!"
Posted
Sat, Feb 18 2006 8:42 PM
by
Jeff Lynch