08-11-04 12:49 PM
Hi jerome,
There's quite a few stages to go through, here is a rough outline:
First thing to do is to create a flat file schema. To do this, create a new
schema, then add the "Flat FIle Schema Extensions" using the properties
window.
You can then define the structure, and add properties, use 0x0D 0x0A for a
line feed delimiter, and ; for the field delimiter.
Then, create a map to map the input to the output schema. (You can use the
"Test Map" option to check the flat file schema is conigured correctly.)
Finally create a flat file send pipeline, add a flat file assembler, and set
the document schema to your flat file schema.
Post again if you need more help...
/Alan
"jerome" wrote:
> Hi,
>
> just novice in BizTalk I want to construct a flat file from a xml message.
> until here no problem...
> ... but i don't know how to construct my flat file:
>
> my xml structure:
> <Root>
> <Header>
> <IdCommand>Header001</IdCommand>
> </Header>
> <Details>
> <Detail1>Detail1</Detail1>
> <Detail2>Detail2</Detail2>
> <Details>
> </Root>
>
> And i would have in the flat file:
>
> Header001;Detail1
> Header001;Detail2
>
> I don't know how to specify I want repeat the header information for each
> détails line.
> Thanks for your help.
> Jerome
[ Post a follow-up to this message ]
|