08-06-04 12:49 PM
Hi Ruchi,
You can do this using a sequential convoy pattern. You need to initialise a
correlation set, then use a loop shape to receive the messages, and some
code to perform the aggrigation.
Regards,
Alan
-----
BizTalk & .net
Consulting Training Mentoring
Stockholm London Europe
See aboutme for contact info
"Ruchi" wrote:
> Hi ALL
> I want to add 10 input files (same schema) data to a single output file
> based on condition using biztalk 2004.
> eg:
> Input file A Input file B
> RID 1 RID 2 RID 1 RID 3
> Qty 20 Qty 20 Qty 10 Qty 20
>
> My output file should be
>
> RID 1 RID 2 RID 3
> Qty 30 Qty 20 Qty 20
>
>
[ Post a follow-up to this message ]
|