|
Home > Archive > BizTalk Server General > January 2006 > Index functionoid
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Jayendra 2006-01-22, 6:06 pm |
| Hi,
Is that possible to apply condition to index functionoid ?
i.e suppose to get only the fist occurance of particular element value
Thanks in advance,
-Jay
| |
| Jay Kinker 2006-01-23, 2:53 am |
| Hi Jayendra,
Yes it is possible.
Let me give you an example :
<Node>
<Element>
Value 1
<Element>
</Node>
<Node>
<Element>
Value 2
<Element>
</Node>
<Node>
<Element>
Value 3
<Element>
</Node>
In the INDEX functoid you can specify about which repetition you want to
read. If you want to read only 2nd repetition of <Element> then it is very
much possible. You need to give proper parameter value for this. Value for
the parameter depends on the structure of the input file.
By default index functoid will read data from the first repetition only.
Regards,
Jay Kinker
--------------------------------------------------------
"Jayendra" wrote:
> Hi,
>
> Is that possible to apply condition to index functionoid ?
> i.e suppose to get only the fist occurance of particular element value
>
> Thanks in advance,
>
> -Jay
>
>
|
|
|
|
|