I have two input files. One HDR.txt and the other DETAIL.txt. In each file I can have multiple orders (each order can have mulitple lines in the detail file). I have created an orchestration that has two receive ports for my two files and have them create a map to a single schema. How do I tie the Order number in each file so that the header lines only match up to their corresponding detail lines and not ALL lines?
I think this could be done using custom XSLT but not real sure how to go about it. Might need to map it twice – once to sort it and once to map them by the id.
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.