I’m looking into creating a custom pipeline component to process an
inbound delimited text file, were the first line of the file contains
the name of the file. The reason this is necessary (apparently) is
that the source filename is lost when sent over AS2. I can get what
the file is suppose to be named on our side by looking at the first
line of the text message… BUT I then would like to strip off that
line, and process as we normally would.
Just wondering if anyone
has done such a thing, and what advice could be passed on here. I do
have the BizTalk 2006 Recipes book, and there is something close to
what I’m talking about in chapter 3, starting with page 177. However,
this “recipe” does not alter the original message in any way… it just
promotes a property. Good start for me… but I need to process the
file just a little.
Thanks!