cancel
Showing results for 
Search instead for 
Did you mean: 

Message Mapping -Duplication of entires:

Senthilprakash1
Participant
0 Kudos

Dear Team,

I have a scenario in which i need to compare previous values stored in the field with the present value in the field at run time . Is it possible using Graphical Mapping.

I want to compare these Previous values with current value in the field in order to avoid duplication in the receiver side.

as we are fetching data from Multiple (3 tables) at a time.

Please Advice,

Thanks and Regards,

Senthilprakash.

Accepted Solutions (0)

Answers (2)

Answers (2)

JoelTrinidade
Active Contributor
0 Kudos

Hi Senthilprakash,

Not possible with graphical mapping try your hand at java mapping.

Regards

joel

former_member181985
Active Contributor
0 Kudos

Use java mapping with SAX parser and write your own logic.

I think with XSLT also you can acheive this but I am not sure.

Senthilprakash1
Participant
0 Kudos

Dear Sir,

Thanks for your response.

With Java mapping it might be possible.

But is it possible with Graphical mapping?

If anyone could help it will be great.

Thanks and Regards,

Senthilprakash.

former_member181985
Active Contributor
0 Kudos

>But is it possible with Graphical mapping?

Might be possible but I am not sure. Coding becomes tough as you might have to operate at queue level and you have to traverse the payload multiple times.

So better go for Java Mapping with SAX parser.

Senthilprakash1
Participant
0 Kudos

Dear All,

Thanks very mch for your replies.

I have acheved the task to eliminate redundent entries comming in a single message when i fetch from multiple tables (3 tables) at a time by using Combination of Node Functions.

Its working fine now. Thanks all of you for helping me out.

Thanks and Regards,

Senthilprakash.