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 12:28 AM
#25431
Hello Daniel,
I am building the schema from the csv file. But, i need to map it to a BAPI schema from SAP end and the corresponding currency fields in the BAPI schema will be ‘int’ datatyped. So, i’ve come to know that ‘int’ datatype on the field i mentioned isn’t possible and i’ll have to use it as a ‘string’.
If so, before mapping, can i convert the field into int through a message assignment shape(one of my friends suggested this just now)?
or
is there any other method to achieve this?