Email Ids not coming in sqlserver Table ,It should be comma separated values…..

Home Page Forums BizTalk 2013 & BizTalk 2013 R2 Email Ids not coming in sqlserver Table ,It should be comma separated values…..

Viewing 1 reply thread
  • Author
    Posts
    • #27968

      Hi Guys,

      Please can any one help the task:

      Task:

      I have a xml schema in that schema having  10 fields,in those fields one field called ” To”‘

      i created the table in sqlserver the table is email_T with schema fields.

      My Question is: how to trasfer the emailids to “To” field in sql server table and email id should be comma separated values…..

       

      Please help Asap……….

       

      Regards,

      Raja.

    • #28023

      Hi Raja,

       In a BizTalk map, draw a link from each of  the 10 fields in your source schema to a String Concatenate Functoid as input parameters, and add 9 additional parameters to that functoid, each specifying the comma character, making sure to alternate your field parameter with the comma parameter, in the following order:

      FieldParameter1

      CommaParameter1

      FieldParameter2

      CommaParameter2

      FieldParameter9

      CommaParameter9

      FieldParameter10

        Then, in the same map, draw a link from the String Concatenate Functoid as output parameter to the "To" field in your destination schema, representing your SQL table.

        Good luck.

      • #28044

        Why we require add additional parameter……..

        please let me know clearly……

        Thanks,

        Raja.

        • #28056

          You need the additional parameter that contains the comma character, because that's what you would use to separate your email address values, and those email addresses don't have that character. So, you would alternate that comma parameter with each of your address fields when concatenating them together in the string concatenate functoid, before sending this as a whole to your destination field.

          • #28059

            how to execute a stored procedure every 5 minutes in biztalk admin console?

            Regards,

            Raja

Viewing 1 reply thread
  • The forum ‘BizTalk 2013 & BizTalk 2013 R2’ is closed to new topics and replies.