|
Home > Archive > BizTalk Server > March 2005 > Correlation sets
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]
|
|
| reactancexl 2005-03-03, 5:53 pm |
| I have a bunch of flat files. AAA_001.dat AAA_002.dat ........004.Dat.
Then I have the next set ABC_001.dat........004.dat.etc. I will have 4
receive locations, one for each .dat file(1-4). I want the receive
locations to pick the AAA files and transform them the ABC files etc. How
can I determine the correlation? Basically I need the First three letters
AAA, ABC, etc) Please help.
| |
| Joerg Fischer 2005-03-07, 7:47 am |
| Hi,
For that, either you need a custom pipeline component which extracts the
required information from the receivefilename, or you handle it by an
orchestration which receives the message, adds the information and places
the message into the message box again.
Sincerely
Joerg Fischer
"reactancexl" <reactancexl@cox.net> wrote in message
news:SDKVd.2087$8k2.739@fed1read03...
> I have a bunch of flat files. AAA_001.dat AAA_002.dat ........004.Dat.
> Then I have the next set ABC_001.dat........004.dat.etc. I will have 4
> receive locations, one for each .dat file(1-4). I want the receive
> locations to pick the AAA files and transform them the ABC files etc. How
> can I determine the correlation? Basically I need the First three letters
> AAA, ABC, etc) Please help.
>
>
|
|
|
|
|