| Author |
sending whole file in one message
|
|
|
| What do you have to do/set so that BT will parse an incoming flatfile and
create one message for the whole file. The target schema allows for it. For
example:
<TargetMessage>
<Records>
<Record />
<Record />
<Record />
</Records>
</TargetMessage>
Thanks.
Mo
| |
| Stephen W. Thomas 2005-11-21, 2:48 am |
| Hello.
You control this in your schema. You need to define your base record node as
1 to many. Then, you will get the whole file out.
This video might help you out:
http://www.biztalkgurus.com/Video/F...bler-Video.html
Hope this helps.
Stephen W. Thomas
http://www.biztalkgurus.com
http://geekswithblogs.net/sthomas/
"Mo" wrote:
> What do you have to do/set so that BT will parse an incoming flatfile and
> create one message for the whole file. The target schema allows for it. For
> example:
>
> <TargetMessage>
> <Records>
> <Record />
> <Record />
> <Record />
> </Records>
> </TargetMessage>
>
> Thanks.
> Mo
| |
|
|
|
|