Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to use "If" statement in Transform activity (BPEL)?

790397Sep 20 2010 — edited Feb 27 2020
I have a payload of multiple records. My requirement is to check the value of a source column and transform it differently to target column

e.g

If source.C1 > 130
then Target.C1 = "Credit"
else if Source.C1 < 130
then Target.C1 = "Debit"
else
Target.C1 = "N/A"

Would appreciate DETAIL steps, if possible

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 8 2010
Added on Sep 20 2010
10 comments
3,220 views