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!

Removing duplicate records using xslt

763791May 17 2010 — edited Feb 27 2020
Hi,

I am facing a problem here on xslt tranformation,where in my destination schema i am getting duplicate rows. How can i remove it.

i.e.
Source 1:
element 1
element 2
element 3

Source 2
element 1
element 4
element 5
element 6

Destination
element 1
element 2
element 3
element 4
element 5
element 6
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 15 2010
Added on May 17 2010
4 comments
5,249 views