Mapping Issue
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server > Mapping Issue




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Mapping Issue  
Ray Mooney


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-01-06 12:35 AM

I need to map a 'single-space' into a destination field, with a source-field
that is equal-to 1.

Is this possible?

I have used about all the functoids that I think would be used and I can not
get a 'space' mapped. All I get is an end-tag like <Value1/>. What I need is
<value1> </value1>

Thanks for any help with this!!







[ Post a follow-up to this message ]



    Re: Mapping Issue  
Greg Forsythe


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-01-06 06:32 AM

How about a scripting functoid with some inline C# code:

public string TestForOne(string param1)
{
if (param1 = "1")
return " ";
else
return param1;
}


Greg


"Ray Mooney" <ray@mooney.net> wrote in message
news:O2oJiJUzGHA.3584@TK2MSFTNGP02.phx.gbl...
>I need to map a 'single-space' into a destination field, with a
>source-field
> that is equal-to 1.
>
> Is this possible?
>
> I have used about all the functoids that I think would be used and I can
> not
> get a 'space' mapped. All I get is an end-tag like <Value1/>. What I need
> is
> <value1> </value1>
>
> Thanks for any help with this!!
>
>







[ Post a follow-up to this message ]



    Re: Mapping Issue  
Jan Eliasen


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-03-06 12:23 PM

On Thu, 31 Aug 2006 16:15:27 -0500, "Ray Mooney" <ray@mooney.net>
wrote:

>I need to map a 'single-space' into a destination field, with a source-fiel
d
>that is equal-to 1.
>
>Is this possible?
>
>I have used about all the functoids that I think would be used and I can no
t
>get a 'space' mapped. All I get is an end-tag like <Value1/>. What I need i
s
><value1> </value1>
Depending on what you are doing, it might very well be that you have
the space in the document. But lots of programs, when viewing XML will
display it as <value1 /> instead of showing you the starttag, endtag
and the space. IE will do that, for instance. Try opening the result
of your map in a text editor instead and see what is contained in the
message.

--
eliasen, representing himself and not the company he works for.

private email: jan@eliasen.dk





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 04:17 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register