| Michael Elizarov [MSFT] 2006-09-19, 7:19 pm |
| Sree,
What you will have to do is to use flat file disassembler to extract
individual messages from the file. In your case you might decide to have
messages equals to the lines. Since you want to do some grouping you will
have to add processing. You will need to have an orchestration that will
receive these messages (individal lines) and build outgoing messages based
on the data (do the grouping). To assemble outgoing messages you will be
calling send pipeline from orchestration's expression shape.
For the flat file disassembler read
http://msdn.microsoft.com/library/d...-us/bts06coredo
cs/html/c09996f6-6035-42a3-a75f-4def4ac39a95.asp and see this example:
http://download.microsoft.com/downl...4e-abea-4787fdc
85bec/splitfilepipeline.exe
This is about flat fie wizard:
http://msdn.microsoft.com/library/e...cb8b18-266d-422
e-bdb8-1efefb6b4c8e.asp
-- Michael
--------------------[vbcol=seagreen]
|