<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: String concatination in ADF in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/String-concatination-in-ADF/m-p/3797312#M2324</link>
    <description>&lt;P&gt;I tried this in first place but we are betting the below resule added \ to it, we also validated priting the same string but is still there. Ultimately we wanted to get rid of \ added&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"{\"value\"}:{\"ABCDEFG\"}"&lt;/P&gt;</description>
    <pubDate>Thu, 28 Mar 2024 16:22:15 GMT</pubDate>
    <dc:creator>krishn</dc:creator>
    <dc:date>2024-03-28T16:22:15Z</dc:date>
    <item>
      <title>String concatination in ADF</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/String-concatination-in-ADF/m-p/3792758#M2321</link>
      <description>&lt;P&gt;we are trying to concatinate three strings including " in it, but Azure data factory adding as ". Question is how do we get rid of \ character. I Have one set variable returning value ABCDEFG and I wanted to concatenate with other data to populate like below in a variable. {"value"}:{"ABCDEFG"}&lt;/P&gt;&lt;P&gt;I am using the syntax in set variable like @replace(concat('{','"','value:',variables('requiredvalue'),'}'),'\ ','') and I am getting output value as "value": "{"value:ABCDEFG}"&lt;/P&gt;&lt;P&gt;Appreciate for help&lt;/P&gt;&lt;P&gt;I am using the syntax in set variable like @replace(concat('{','"','value:',variables('requiredvalue'),'}'),'\ ','') and I am getting output value as "value": "{"value:ABCDEFG}"&lt;/P&gt;&lt;P&gt;expected output {"value"}:{"ABCDEFG"}&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 04:21:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/String-concatination-in-ADF/m-p/3792758#M2321</guid>
      <dc:creator>krishn</dc:creator>
      <dc:date>2024-03-27T04:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: String concatination in ADF</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/String-concatination-in-ADF/m-p/3792853#M2322</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="702339" data-lia-user-login="krishn" class="lia-mention lia-mention-user"&gt;krishn&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thanks for using Fabric Community.&lt;BR /&gt;Can you please try this expression?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;@concat('{"value"}:{"', variables('requiredvalue'), '"}')&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;Let me know if this works or not?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 05:29:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/String-concatination-in-ADF/m-p/3792853#M2322</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-27T05:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: String concatination in ADF</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/String-concatination-in-ADF/m-p/3796036#M2323</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="702339" data-lia-user-login="krishn" class="lia-mention lia-mention-user"&gt;krishn&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet.&lt;BR /&gt;In case if you have any resolution please do share that same with the community as it can be helpful to others . &lt;BR /&gt;Otherwise, will respond back with the more details and we will try to help .&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 08:26:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/String-concatination-in-ADF/m-p/3796036#M2323</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-28T08:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: String concatination in ADF</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/String-concatination-in-ADF/m-p/3797312#M2324</link>
      <description>&lt;P&gt;I tried this in first place but we are betting the below resule added \ to it, we also validated priting the same string but is still there. Ultimately we wanted to get rid of \ added&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"{\"value\"}:{\"ABCDEFG\"}"&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 16:22:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/String-concatination-in-ADF/m-p/3797312#M2324</guid>
      <dc:creator>krishn</dc:creator>
      <dc:date>2024-03-28T16:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: String concatination in ADF</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/String-concatination-in-ADF/m-p/3797394#M2325</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="702339" data-lia-user-login="krishn" class="lia-mention lia-mention-user"&gt;krishn&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;\ is an escape sequence inorder to preserve " in string and it will not include when you print the output.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/cpp/c-language/escape-sequences?view=msvc-170" target="_blank"&gt;Escape Sequences | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For Example:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Hope this is helpful. Please let me know incase of further queries.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 17:14:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/String-concatination-in-ADF/m-p/3797394#M2325</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-28T17:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: String concatination in ADF</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/String-concatination-in-ADF/m-p/3797544#M2326</link>
      <description>&lt;P&gt;This is helpful, so we are planning to pass this variable to another web activity as input variable as a parameter in relative&amp;nbsp; string. So we don't have to exclude \ correct. Appreciate.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 19:25:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/String-concatination-in-ADF/m-p/3797544#M2326</guid>
      <dc:creator>krishn</dc:creator>
      <dc:date>2024-03-28T19:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: String concatination in ADF</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/String-concatination-in-ADF/m-p/3797559#M2327</link>
      <description>&lt;P&gt;Yes there is no need to exclude \ as this is considered as escape sequence. Inorder to achieve your goal, you can use this -&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;@concat('{"value"}:{"', variables('requiredvalue'), '"}')&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I hope this answers your query. Please let me know incase if you have further queries.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 19:36:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/String-concatination-in-ADF/m-p/3797559#M2327</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-28T19:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: String concatination in ADF</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/String-concatination-in-ADF/m-p/3801257#M2333</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="702339" data-lia-user-login="krishn" class="lia-mention lia-mention-user"&gt;krishn&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We haven’t heard from you on the last response and was just checking back to see if your query was answered.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise, will respond back with the more details and we will try to help .&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 04:01:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/String-concatination-in-ADF/m-p/3801257#M2333</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-01T04:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: String concatination in ADF</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/String-concatination-in-ADF/m-p/3803248#M2346</link>
      <description>&lt;P&gt;Apologies for delay, we validated the same and re-produced same result. Within the application it is excluding \ character however if we print this to a csv or txt file in blob object it is still printing the \ character.&amp;nbsp; Seems we have to use StoredProcedure or Databricks activities to pars string. Appreciate for help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 00:01:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/String-concatination-in-ADF/m-p/3803248#M2346</guid>
      <dc:creator>krishn</dc:creator>
      <dc:date>2024-04-02T00:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: String concatination in ADF</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/String-concatination-in-ADF/m-p/3803453#M2347</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="702339" data-lia-user-login="krishn" class="lia-mention lia-mention-user"&gt;krishn&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Glad to know that you got some insights. &lt;BR /&gt;Please continue using Fabric Community on your further queries.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 03:11:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/String-concatination-in-ADF/m-p/3803453#M2347</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-02T03:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: String concatination in ADF</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/String-concatination-in-ADF/m-p/3805269#M2363</link>
      <description>&lt;P&gt;Hi Team, as per the recommendation it is not required to eliminate \ special character from string. But we observed these special characters are printing when we copy it to CSV/text file in Blob storage. As long as value stay in Azure environment we do not have to worry about \ character. We are working on alternatives. Appreciate for help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 14:25:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/String-concatination-in-ADF/m-p/3805269#M2363</guid>
      <dc:creator>krishn</dc:creator>
      <dc:date>2024-04-02T14:25:46Z</dc:date>
    </item>
  </channel>
</rss>

