| Scott Colestock 2005-06-14, 5:55 pm |
| You could use an orchestration with xpaths (or distinguished fields) into
the doc to build up the destination file path, and then set that on a
dynamic send port.
In an expression shape, you would do something like:
MyDynamicPort(Microsoft.XLANGsBaseTypes.Address) = (your path built up from
distinguished fields)
Scott Colestock
www.traceofthought.net
"Luis Esteban Valencia Muņoz" <levalencia@avansoft.com> wrote in message
news:%23LbTHtgbFHA.2984@TK2MSFTNGP15.phx.gbl...
>I have an xml file like this
>
>
> <order>
> <date>
> <year>2005</year>
> <month>05</month>
> <day>07</day>
> </date>
> <orderid>56</orderid>
> ....
>
> </order>
>
> I have fodlers on my file server
>
> year
> month
> day
>
> and I want to move them there depending on the date tag
>
> Any hints please
>
>
|