| Scott Colestock 2005-04-25, 8:47 pm |
| One option would involve defining what the "aggregate" schema looks like,
and feeding all three source messages as the input into a transform (with
the a message typed to the new schema as the output of the transform.)
Scott Colestock
www.traceofthought.net
"nalaka" <nalaka@nospam.nospam> wrote in message
news:uLbk0cdSFHA.748@TK2MSFTNGP10.phx.gbl...
> Hi...
>
> I have 3 messages of different schemaTypes in side a orcestration.
> Now I need to export/append these "three" into one textFile...
>
> can you give me a hint at putting 3 schemas together and create a
> resulting
> text file.
>
> For an example...................................
> First schema (message) has "A"
> second Schema (message) has "B"
> Third Schema has (message) "C"
>
> I need the extract file to be....
> "A"
> "B"
> "C"
>
>
> Thanks
> Nalaka
>
>
>
|