|
Home > Archive > BizTalk Server General > December 2004 > Flat file to XML envelope
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Flat file to XML envelope
|
|
| trackley 2004-08-14, 5:48 pm |
| After trial and error, help from posts here, and the EnvelopProcessing
example, I have been able to dissasemble my flat file into mutiple xml
documents. My envelope contains the "InterchangeId" from the BTS system
properties which I can tie these XML instances back to a single file batch.
1) How do i track the original row of each record or the sequence that it
was originally disassembled? I need to track this back to the incoming source
file. Is there a property for this that I can promote into my resulting
document?
2) Can I Flat file Disassemble + XML Assemble without going to an
intermediate file using separate Send/Recieve ports, like in the Envelope
example? Ideally I would like to Flat file Disassemble, Envelope Assemble and
go directly to an Orchestration with the result, instead of setting up
mutiple Recieve/Send ports. Is this possible to do the XML Assemeble step in
a Map Instead?
thanks.
| |
| orion2347 2004-08-15, 9:50 pm |
| Hi, this is a bit off topic, but is there anyway to do what you just did in BTS 2002? It's exactly what I want to do, except I can't upgrade to 2004. | |
|
| Hi,
Can you please explain me how you dissasemble multiple record flat file into multiple xml documents.
Thanks in advance
Senthil
quote: Originally posted by trackley
After trial and error, help from posts here, and the EnvelopProcessing
example, I have been able to dissasemble my flat file into mutiple xml
documents. My envelope contains the "InterchangeId" from the BTS system
properties which I can tie these XML instances back to a single file batch.
1) How do i track the original row of each record or the sequence that it
was originally disassembled? I need to track this back to the incoming source
file. Is there a property for this that I can promote into my resulting
document?
2) Can I Flat file Disassemble + XML Assemble without going to an
intermediate file using separate Send/Recieve ports, like in the Envelope
example? Ideally I would like to Flat file Disassemble, Envelope Assemble and
go directly to an Orchestration with the result, instead of setting up
mutiple Recieve/Send ports. Is this possible to do the XML Assemeble step in
a Map Instead?
thanks.
|
|
|
|
|