cancel
Showing results for 
Search instead for 
Did you mean: 

Datatypes are different

Former Member
0 Kudos

Hi Experts,

This is my requirement:

for eg., My source like this...

<source>

<name> -


which is string (datatype)

<number> -


which is string

</source>

and my target which i mapped to

<target>

<name> -


which is char

<number> -


which is integer

</target>

Can i map the above with each one - one mapping. Is it possible if both datatypes are different.

Regards,

YRaj.

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

inside XI, everything is taken as a string. So you will not face any problem. But in case after the message is processed by XI, and an external system validates the data then there can be a type mismatch if you have a string like AA instead of a numeric.

Answers (2)

Answers (2)

prabhu_s2
Active Contributor
0 Kudos

can be mapped

former_member189387
Active Contributor
0 Kudos

Hi,

Which data type ur using ( like xsd:String..... ) anthing like xsd:char ?

Regards .,

V.Rangarajan