Conditional Mappings in Oracle Integration by Thomas Hora
September 4, 2020 Leave a comment
Sometimes, when modeling integrations, we need to map data dynamically depending on other data. In this blog, we will look at creating conditional mappings using Oracle Integration.
Use case: Consider this pseudo code sample of the mapping logic. How can we achieve this in the mapper UI?
if PER03 == ‘TE’ {
Contact.Phone = PER04
}
if PER05 == ‘TE’ {
Contact.Phone = PER06
}
if PER07 == ‘TE’ {
Contact.Phone = PER08
}
Solution: First, enable “Advanced” mode and open the Components palette. This exposes XSLT statements which we need to create conditional mappings. Read the complete article here.
For regular information on Oracle PaaS become a member in the PaaS (Integration & Process) Partner Community please register here.
Blog
Twitter
LinkedIn
Facebook
Wiki
Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress