04-26-04 02:36 AM
Sorry, I thought you were trying to put all the names into one output.
Not sure how you are going to define your destination schema so that you can
have those nodes, unless you use some "xmlany elements", then you'll be able
to add the nodes you want. You could probably just use the scripting
functoid and do some simple XSLT that uses the index to output the element
you want.
In terms of deployment if your functoid exposes code that is not inline,
then you will need to deploy it into the GAC, otherwise, I believe
everything that is needed is included in the map so unless you need design
time experience, you wouldn't need to deploy it to the server, just
developer machines.
Matt
"Guru" <anonymous@discussions.microsoft.com> wrote in message
news:D2C79331-C66B-426E-BA9B-6B4992B0D70F@microsoft.com...
> Hi Matt
>
> Thanks for your inputs.
>
> But how will I run the sameple. I am able to follow till adding it as a
custom functoid in the mapper toolbox. AFter that how would I use the same
to get the result and see it.
>
> Well I have one more question.
>
> As I said in my post, suppose if I have 10 nodes on my souce schema say
Name node coming as 10 times, how to make all the 10 Name noded appearing on
the destination schema. For example
>
> Source Schmea Destination Schema
>
> <Name>Guru1</Name> Name[0].value = Guru
> <Name>Sample1</Name> Name[1].value = Sample1
> <Name>Sample2</Name> Name[2].value = Sample2
>
> The above example shows that depending on number of Name nodes in my
source schme, that many number of Name nodes with index have to be created
in my destination schema.
>
> 1) First of all how will I create such a destination schemain BTS 2004?
Utmost I can make Name node to appear as unbound. But how will I add index
as shown above in my destination schema?
>
[ Post a follow-up to this message ]
|