Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Regex on an element field and its datatype › Re: Regex on an element field and its datatype
July 29, 2010 at 7:54 AM
#25435
Hi Abhishek,
You can also convert the field(s) to an integer datatype in a map that transforms your CSV schema to your BAPI schema. Is that not what you want?
If you don’t want to use a map, if your field(s) are not Distinguished Fields, then you would have to use XPath expressions and System.Convert.ToInt32 function in a Message Assignment shape to do the conversion.
Hope this helps,
Daniel.