|
Home > Archive > BizTalk Server General > November 2004 > File Input
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Considered Opinion 2004-11-10, 2:47 am |
| Files arrive as pairs - a header and a detail
Header contains OrderId, Name, Address, ...
Detail contains OrderId, LineId, StockNumber, Quantity, ...
What would be the recommended Biztalk way to bring these in? Would it
be to map each individually to XML and then merge the header XML and
Detail XML to form an Order XML?
Thanks
| |
|
| Hello,
You will need to combine these using an orchestration. Assuming you can't be
certain that they will always arrive in order, you will have to use a
parallel convoy in the orchestration. Search around on google; some of the
regular BizTalk bloggers have examples of parallel convoy orchestrations on
their sites. Good Luck!
PBR
"Considered Opinion" <craclpop@yahoo.com> wrote in message
news:952a1c9.0411092216.29de8d@posting.google.com...
> Files arrive as pairs - a header and a detail
>
> Header contains OrderId, Name, Address, ...
> Detail contains OrderId, LineId, StockNumber, Quantity, ...
>
> What would be the recommended Biztalk way to bring these in? Would it
> be to map each individually to XML and then merge the header XML and
> Detail XML to form an Order XML?
>
> Thanks
| |
|
|
|
|
|
|
|