Hi,
Need an urgent help on the following flatfile issue.
we have a flatfile of the following structure that is coming into webMethods.
Header record
update record
delete record
trailer record
Header always in first position and not repeatable
update and delete records are repeatable and in any order
Trailer always in the last position and not repeatable
Flatfile schema that we created is working fine but in the results, i see all the similar records are grouped. In the sense,
Result is
Header record
All the update records
All the delete Records
Trailer
But, we want the result to be in the order ie coming in. Example
if I receive H, U1, D1, U2, D2,T. My result should also be in the same order and it should not be H, U1, U2, D1,D2,T
Hope, I am clear. Please me know if you have any suggestions to resolve this issue. Thank You
#Integration-Server-and-ESB#edi#webMethods