cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error using Mapping

former_member740482
Participant
0 Likes
689

Dear experts

I am doing an Mapping using this file:

entrada.xml

And I need transform the value of the field gender

IF gender = M

gender = "Mujer"

ELSE

gender = "Hombre"

However When I amd testing appear the following message of eror:

What is the cause of this error?

View Entire Topic
PriyankaChak
SAP Champion
SAP Champion
0 Likes

Hi,

Instead of 'compare' function, use 'equals' function from String functions.

Regards,

Priyanka