Skip to Content
0
Former Member
May 07, 2008 at 07:32 AM

Message mapping problem

31 Views

Hello Experts,

I have an issue in the message mapping step. In my source record, there are some values as per each field but my problem is that I want to pass only those field values which are getting change.

for ex:

I have one record as:

EMP Id:100

Name: XXX

City:YYY

Sal:20000

first time when I mapped these values in the message mapping then all the values will be passed in the target structure but in the next time If i change the sal from 20000 to 30000 then my record will be as:

EMP Id:100

Name: XXX

City:YYY

Sal:30000

But this time, I want to pass the change values only (sal:30000) along with one unique field (say for ex EMP ID this time) in the target structure.

Now this time, the target structure should be:

EMP Id:100

Sal:30000

and the unchanged value should be ignored.

Is it possible by UDF or any other solution in message mapping?

Any solution will be highly appreciated?

TNR,

Saurabh...