cancel
Showing results for 
Search instead for 
Did you mean: 

mapping

sahana_ps
Participant
0 Kudos

hi all,

I have a field ,where email address will come from source eg. abc.def@xyz.co.uk ,i neeed to check whether its xyz.co.uk then only it need to be mapped to target or else not required.

how to achive this?

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Sahana,

please follow the Mickael solution that will work

Thanks,

Naga.

Former Member
0 Kudos

Hi Sahana,

For isntance (there are some others solutions), you can use std fonction: "endsWith" which returns a boolean if it's ok. With this fct, you control if your Source is ending with a constant (like yours 'xyz.co.uk').

After, that you can easily test with a IF..ELSE, if this boolean is 'true' or 'false... and create or not the target node..

regards

Mickael