Concurrent Convoy for filename extension only?

I need to matchin two incoming files on their file name extension - which is a timestamp. Such as:

Filename.DAT.<timestamp>
Filename.TOTAL.<timestamp>

This .<timestamp> extension is the only attribute linking the files together.

Obviously I need to create a Parallel or Concurrent Convoy. But how to do this for *part of the filename* or thefilename extension only?

There is a similar issue here

But its not discussed in detail. I dont understand how to "promote" a property using a pipeline? Is it by usinginmsg.Context.Promote ?

Can anyone explain the whole process / steps in detail (except the convoy which I can manage).

[1270 byte] By [CodeDigger] at [2008-1-7]
# 1
There are many articles in Internet about pipelines.
For example: "How to Develop BizTalk Custom Pipeline Components" http://blogs.msdn.com/brajens/archive/2006/11/25/how-to-develop-biztalk-custom-pipeline-components-part1.aspx
;
"Introduction to Custom Pipeline Processing in Microsoft BizTalk 2004" by C. Claessens
etc.
Regards,
Leonid Ganeline
http://geekswithblogs.net/leonidganeline/
LeonidGaneline-MVP at 2007-10-2 > top of Msdn Tech,BizTalk Server,BizTalk R2 General...