Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond
Join
Sign in
Search Options
Search Everything
Search BizTalk 2004
Home
AppFabric
BizTalk Server
Windows Azure
Windows Workflow
Jobs (Hire A Guru)
More ...
Home
»
BizTalk Server
»
BizTalk 2004
»
BizTalk 2004 Forum
»
Flatfile disassembler
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.
Get this RSS feed
Home
Forum
Files
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
Subject:
Description:
I re-read your response. So you don't think I should have an \"ENV's\" node, but rather JUST have the ENV under the schema node, and have the rest of my structure under that?<br>[quote:ff47ea7676=\"Stephen W. Thomas\"]Hello.<br><br>I would set this up putting the Envelope into the file. I would create a single schema like this:<br>ENV|abc|123 <br>HDR|def|456|!@# <br>LIN||xyz|098|nop<br><br>Then, used the native features of the Flat File Disassembler each message will be broken up and sent to the message box. So, if you message has 5 ENV you will get 5 messages.<br><br>I would not message with a header. <br><br>Do you think this would work for you?[/quote:ff47ea7676]
Tags
Select Tags...
File attachment
(Click to Add)
Remove
Make post a suggested answer
Post Icon
:
None
Loading
Post