09-13-05 07:48 AM
Thanks! will try it out.
How do I work out what type of file it is, seeing that the schemas are
slightly differently?
"dickdijkstra@hotmail.com" wrote:
> You don't have to use a custom pipeline component to do the trick. You
> can create a decide-shape in your orchestration that determines whether
> your filetype is A or B. Then drag a send shape on each branch of your
> decide shape, that connect to one dynamic send port. You can set the
> filename programatically using an expression shape.
>
> Use something like this: MyPort(Microsoft.XLANGs.BaseTypes.Address) =
> "c:\\fileA.txt" for the expression shape at branch 1 and
> MyPort(Microsoft.XLANGs.BaseTypes.Address) = "c:\\fileB.txt" for the
> expression shape at branch 2.
>
>
[ Post a follow-up to this message ]
|