|
Home > Archive > BizTalk Server General > April 2004 > Pre-Assemble
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]
|
|
|
| I am using BTS 2004.
I am creating a Receive Pipeline, where in I receive a delimited ascii
file, which I need to convert to XML format before mapping is applied
to the data.
How do i achieve this. Do I have to make use of custom component in
pre assemble or is there anything out of the box available in BTS 2004
configuration.
| |
| Andrew Filev 2004-04-27, 9:36 am |
| I guess you can use flat file extensions:
ms-help://BTS_2004/SDK/htm/ebiz_prog_edit_nxjs.htm
The example of using them is available in Module 1 of BTS2004 tutorial.
--
WBR
Andrew Filev
Murano Software
"ambs" <ambrish.jhaveri@iflexsolutions.com> wrote in message
news:16f63e0e.0404262051.36d3a185@posting.google.com...
> I am using BTS 2004.
>
> I am creating a Receive Pipeline, where in I receive a delimited ascii
> file, which I need to convert to XML format before mapping is applied
> to the data.
>
> How do i achieve this. Do I have to make use of custom component in
> pre assemble or is there anything out of the box available in BTS 2004
> configuration.
| |
| Matt Milner 2004-04-27, 9:36 am |
| Create a schema for your flat file using the schema editor with the flat
file extensions loaded. Then add a flat file disassembler to your receive
pipeline and tell it to use your flat file schema.
ms-help://BTS_2004/SDK/htm/ebiz_prog_edit_nxjs.htm
The help link above gives high level understanding of this.
Matt
"ambs" <ambrish.jhaveri@iflexsolutions.com> wrote in message
news:16f63e0e.0404262051.36d3a185@posting.google.com...
> I am using BTS 2004.
>
> I am creating a Receive Pipeline, where in I receive a delimited ascii
> file, which I need to convert to XML format before mapping is applied
> to the data.
>
> How do i achieve this. Do I have to make use of custom component in
> pre assemble or is there anything out of the box available in BTS 2004
> configuration.
|
|
|
|
|