|
Home > Archive > BizTalk Server Applications Integration > February 2004 > Mapping Problem
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]
|
|
| sharmila 2004-02-08, 8:41 am |
|
hi
i have Source as
<EMP Name="" Age="">
<EMP Name="TEST" Age="34">
How can i filter or stop Creating <Emp> record in
destination spec if Name is empty or "" in the source .
any help greatly appreciated
thanks
sharmila
| |
| Jan Eliasen 2004-02-08, 8:41 am |
| On Mon, 29 Dec 2003 07:27:22 -0800, "sharmila"
<sharmila2002@yahoo.com> wrote:
Try having a logical exists-functoid that takes whatever "Name" takes
as input as input. Connect the output to the EMP-element. This way,
EMP will only be created if there is data.
>
>hi
> i have Source as
> <EMP Name="" Age="">
> <EMP Name="TEST" Age="34">
> How can i filter or stop Creating <Emp> record in
>destination spec if Name is empty or "" in the source .
>any help greatly appreciated
>thanks
>sharmila
>
--
Jan Eliasen, representing himself and not the company he works for
| |
| sharmila 2004-02-08, 8:41 am |
| Hi Jan Eliasen
thanks for the suggestion and got it now .
sahrmila
>-----Original Message-----
>On Mon, 29 Dec 2003 07:27:22 -0800, "sharmila"
><sharmila2002@yahoo.com> wrote:
>
>Try having a logical exists-functoid that takes
whatever "Name" takes
>as input as input. Connect the output to the EMP-element.
This way,
>EMP will only be created if there is data.
>
>
>--
>Jan Eliasen, representing himself and not the company he
works for
>.
>
|
|
|
|
|