BizTalk Server Orchestration - splitting a string variable

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > November 2005 > splitting a string variable





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 splitting a string variable
mm

2005-11-16, 7:52 am

how do split i string variable in an expression shape? actually what i am
looking for is a nice solution to spilting a string containing emails it
looks like this a@a.dk;b@b.dk;c@c.dk etc etc.
and send then send a message to the diffrent recipients.

cheers


Stephen W. Thomas

2005-11-16, 5:57 pm

Hello.

The best way to do this would be to pass it out to a .net component. Then,
you can do any type of string manipulation you want. You would probably want
to put the results into a collection or array – but that can not be directly
returned to the Orchestration.

What I have done in the past is return an int for the number of items I
have. Then, use a loop shape and a counter to call back into the .net
component and return the items one at a time.

Hope this helps.

Stephen W. Thomas
http://www.biztalkgurus.com
http://geekswithblogs.net/sthomas/


"mm" wrote:

> how do split i string variable in an expression shape? actually what i am
> looking for is a nice solution to spilting a string containing emails it
> looks like this a@a.dk;b@b.dk;c@c.dk etc etc.
> and send then send a message to the diffrent recipients.
>
> cheers
>
>

mm

2005-11-17, 6:10 pm

I am on to it thanks ;)

"mm" wrote:

> how do split i string variable in an expression shape? actually what i am
> looking for is a nice solution to spilting a string containing emails it
> looks like this a@a.dk;b@b.dk;c@c.dk etc etc.
> and send then send a message to the diffrent recipients.
>
> cheers
>
>

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com