| Jay Kinker 2005-12-28, 7:51 am |
| John,
Could you send me across the schemas, sample input files and its expected
output file, and any other files / project that would help in understanding
the requirement.
You can email me at jayk@ascindia.com.
Regards,
Jay Kinker
----------------------------------------------------------
"John Beavers" wrote:
> I have a message with the following format
>
> root
> record1
> record1.field1
> record1.field2
> .
> .
> .
> record2
> .
> .
> .
> recgrp
> record3
> record3.field1
> record3.field2
> record4
> record4
> record4
> record4
> record5
>
> I have a rule that will look at a qualifier filed of record4 and if it
> matchs move a value up to record3.fieldwhatever. The problem is that even
> though the group is multiple occurance the business rule will not loop
> through the message correctly.
>
> The rule is as follows:
>
> if record4.qualifer = 001 then
> record3.item = record4.item
>
> What is happening is that the first record4.qualifier that mathes it is
> putting record4.item into record3.item for the entire message.
>
> I can email the schema and the business rule policy for someone to review
> because I know this description is a bite short but I don't want to be
> lengthy.
|