| Author |
Is there a date conversion functoid?
|
|
|
| I need a date conversion functoid to turn a string parameter in the form
yyyyMMdd in to a date to map to a destination schema attribute but was
surprised not to find one.
Are there no data type conversion functoids at all? Do you have to write
your own custom script functoid to turn a string to a date instead?
| |
| Jeff Lynch 2004-11-08, 5:47 pm |
| For flat-files BTS2004 will do the custom date-time conversion. See my blog
for details and limitations.
http://dotnetjunkies.com/WebLog/jly...7/18/19638.aspx
For XML (xs:date for example) you can use a scripting functoid to convert
your string to a date format.
--
Jeff Lynch
"A BizTalk Enthusiast"
http://dotnetjunkies.com/WebLog/jlynch/
"Xerox" <Xerox@discussions.microsoft.com> wrote in message
news:A7602D8E-99AE-4DF6-9C3D-D923518CA439@microsoft.com...
>I need a date conversion functoid to turn a string parameter in the form
> yyyyMMdd in to a date to map to a destination schema attribute but was
> surprised not to find one.
>
> Are there no data type conversion functoids at all? Do you have to write
> your own custom script functoid to turn a string to a date instead?
| |
| Tan Bao Nguyen 2004-11-09, 5:49 pm |
| There is no date conversion functoid. You need to use a scripting functoid
and do the conversion.
Regards,
Tan Nguyen
Microsoft BizTalk Server
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------[vbcol=seagreen]
|
|
|
|