Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond

Edit Flatfile disassembler

BizTalk 2004

This group is for all content related to BizTalk Server 2004. This includes a forum, samples, videos, labs, whitepapers, and tools. Most of the content here also applies to other versions of BizTalk beyond 2004.
Create/Edit Post
The message you are editing: Flatfile disassembler
  • This is what I've managed to do:

    I created one single schema that has an Envelope Node \"ENVs,\" and then have a Child Record under it that is the ENV structure itself. I leave the max and min occurences to the default (1), as my understanding is it will create a separate instance/xml file for each ENV.

    I use ffdasm at the command prompt and get separate XML files. When I deploy my solution and run it, it fails. The stream errors in the middle of one of the children on the last line of the n-th ENV.

    ex:

    LIN|xyz|0*98|nop

    * - where the stream stops.

    I found that this is tied to the child delimter of 0x0D 0x0A being at the end of the last line. So I actually took it out (b/c suppressing trailing delimiters didn't seem to make a difference). I run the orchestration again, and it runs through...BUT, one large XML instead of separate ones. AND, when I run ffdasm at the command prompt, it fails giving me a similar error where the parsing fails in the middle of a field.
    Quote
  • (Click to Add)
  • :