Merging of files

Home Page Forums BizTalk 2004 – BizTalk 2010 Merging of files

Viewing 1 reply thread
  • Author
    Posts
    • #21198

      Biztalk has to read multiple files from the recieve location and merge these into 1 file. The number of files to read is not constant. All the files will be in same format. Anu idea how to merge multiple files into 1 file ?

      Thanks.

       

    • #21365

      hi…i’m new in BTS…but i think i saw something with the multi part message that might solve your problem….

      Extracting from the website http://msdn.microsoft.com/en-us/library/aa546739.aspx

    • From your project, add a reference to Microsoft.XLANGs.BaseTypes.

    • Create a variable (for example xlangPart) of type Microsoft.XLANGs.BaseTypes.XLANGMessage.

    • Call xlangPart.AddPart(…) using the appropriate arguments from an Expression shape.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.