Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Dynamic mapping › Re: Dynamic mapping
November 22, 2006 at 5:19 AM
#16493
I would create a file adapter with a filename filter for each file type using the passthrough pipeline. Likely you would have to pass it to a custom .net class to do your conversion between formats into a common, presumably xml, format. The receive msg might have to be an XmlDocument.
Alternatively you can use the FileName property to do context-based routing to the correct converter.