|
Home > Archive > BizTalk Server General > February 2005 > Cumulative Concatenate Functoid
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]
| Author |
Cumulative Concatenate Functoid
|
|
|
| Hi,
I'm using cumulative concatenate functoid to concatenate unbounded field
element. But i need a functoid who does same thing with a difference i.e
there should be one whitespace between every two concatenated values.
Field element is of type string.
I find that script functoid can be used but i didn't get how to pass
unbounded field element in a function?? Since i know VB.net so i'm trying
in that only...also other methods not clear.
Do i have any other option?
Thanks
Jaskiran
| |
| Paritosh Mhaisekar 2005-02-03, 2:47 am |
| can u elaborate a bit more on the problem.. what exactly do u mean by
unbounded field?
"Jkaur" wrote:
> Hi,
>
> I'm using cumulative concatenate functoid to concatenate unbounded field
> element. But i need a functoid who does same thing with a difference i.e
> there should be one whitespace between every two concatenated values.
> Field element is of type string.
>
> I find that script functoid can be used but i didn't get how to pass
> unbounded field element in a function?? Since i know VB.net so i'm trying
> in that only...also other methods not clear.
>
> Do i have any other option?
>
> Thanks
>
> Jaskiran
>
>
| |
|
| By unbounded field element i mean it's a field element in my schema whose
max occurs=unbounded.
schema
root(flat file schema)
record(hexadecimal,0x0D 0x0A,infix)
field element(max occurs=unbounded,
datatype=string)
record2(same)
field element(same)
| |
|
| By unbounded field element i mean it's a field element in my schema whose
max occurs=unbounded.
schema
root(flat file schema)
record(hexadecimal,0x0D 0x0A,infix)
field element(max occurs=unbounded,
datatype=string)
record2(same)
field element(same)
| |
| Tan Nguyen 2005-02-15, 5:50 pm |
| Use a scripting functoid and write the XSLT to do the concatenation with a
space.
Regards,
Tan Nguyen
Microsoft BizTalk Server
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "Jkaur" <somewhere@nospam.com>
| Newsgroups: microsoft.public.biztalk.general
| Subject: RE: Cumulative Concatenate Functoid
| Date: Thu, 03 Feb 2005 03:02:43 -0500
| Organization: www.talkaboutsoftware.com
| Message-ID:
< bc7f0660800da5589b78da2bece41cfe@localho
st.talkaboutsoftware.com>
| X-Newsreader: www.talkaboutsoftware.com
| Content-Type: text/plain;
| References:
< e61dc62b85a6e29c88a09f008149ed40@localho
st.talkaboutsoftware.com>
<6834ACDB-F91F-414B-9644-30EA9CAC9003@microsoft.com>
| X-Complaints-To: abuse@supernews.com
| Lines: 24
| Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.s
ul.t-online.de!t-online.de!fr.ip.ndsoftware.net!border2.nntp.ams.giganews.co
m!nntp.giganews.com!news-in.ntli.net!newsrout1-win.ntli.net!ntli.net!sn-xit-
02!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail
| Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.general:24268
| X-Tomcat-NG: microsoft.public.biztalk.general
|
| By unbounded field element i mean it's a field element in my schema whose
| max occurs=unbounded.
|
| schema
| root(flat file schema)
| record(hexadecimal,0x0D 0x0A,infix)
| field element(max occurs=unbounded,
| datatype=string)
| record2(same)
| field element(same)
| .
| .
| .
| so on
|
| I need a functoid which concatenates these two string stored in field with
| a whitespace in between them.
|
| I find that script functoid can be used but i didn't get how to pass
| unbounded field element in a function??
|
| Thanks
|
|
|
|
|
|
|
|