|
Home > Archive > BizTalk Server Orchestration > January 2005 > Message Splitting
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]
|
|
| Woltore 2005-01-24, 7:46 am |
| Hi!
I have a scenario where my solution gets input data that contais many
rows.
What I need is to change that so that my orchestration reads first only
one row, search some extra info based on that and writes it to file, after
that it reads second row, do the same things to it and writes it to same
file it wrote the first row. And handle same way the whole message, one
row at the time.
I guess this should be very simple thing to do with Biztalk but I'm not
sure how this kind of thing should be done.
Any suggestions would be appreciated.
Thanks!
-Woltore
| |
| Nabeel Prior 2005-01-24, 5:50 pm |
| Look at this article for an excellent guide on how to achieve what you want:
http://www.geekswithblogs.net/sthom...2/12/17373.aspx
--
Kind Regards,
Nabeel Prior
Web: http://www.brainjar.co.za
Blog: http://www.brainjar.co.za/blog.aspx
"Woltore" <21EF0F3E-F99F-4C42-839B-9FC82B32BA7D@deltren.com> wrote in
message
news:165bd34dcddd28e4fe983c91805f00e1@lo
calhost.talkaboutsoftware.com...
> Hi!
>
> I have a scenario where my solution gets input data that contais many
> rows.
> What I need is to change that so that my orchestration reads first only
> one row, search some extra info based on that and writes it to file, after
> that it reads second row, do the same things to it and writes it to same
> file it wrote the first row. And handle same way the whole message, one
> row at the time.
> I guess this should be very simple thing to do with Biztalk but I'm not
> sure how this kind of thing should be done.
> Any suggestions would be appreciated.
>
> Thanks!
> -Woltore
>
>
|
|
|
|
|