<?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 Copy activity dynamic mapping in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-dynamic-mapping/m-p/4816861#M8428</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we have a data pipleine with&amp;nbsp; copy activity, we read data from SAP DSP and write to a lakehouse table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;some of the SAP fields are TimeSPan which are not supported by lakehouse, so we enable explicity mapping and change the type to string. This works fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now we want to go a step further, and work towards creating a pipeline that dynamically constructs the json mapping - conforming to the source and sink tags that you see with the explicit mapping.&lt;/P&gt;&lt;P&gt;we read the source column types and if it timespan, we create ssink as physicalType: string.&amp;nbsp;&lt;/P&gt;&lt;P&gt;this dynamically consttructed json mapping is then passed to the copy activity.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, this doesn't work, the mapping doesn't get applied.&amp;nbsp; So wanted to check with the team here if they have done or faced some similar and if there is way to address this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Sep 2025 12:01:42 GMT</pubDate>
    <dc:creator>msprog</dc:creator>
    <dc:date>2025-09-04T12:01:42Z</dc:date>
    <item>
      <title>Copy activity dynamic mapping</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-dynamic-mapping/m-p/4816861#M8428</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we have a data pipleine with&amp;nbsp; copy activity, we read data from SAP DSP and write to a lakehouse table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;some of the SAP fields are TimeSPan which are not supported by lakehouse, so we enable explicity mapping and change the type to string. This works fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now we want to go a step further, and work towards creating a pipeline that dynamically constructs the json mapping - conforming to the source and sink tags that you see with the explicit mapping.&lt;/P&gt;&lt;P&gt;we read the source column types and if it timespan, we create ssink as physicalType: string.&amp;nbsp;&lt;/P&gt;&lt;P&gt;this dynamically consttructed json mapping is then passed to the copy activity.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, this doesn't work, the mapping doesn't get applied.&amp;nbsp; So wanted to check with the team here if they have done or faced some similar and if there is way to address this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2025 12:01:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-dynamic-mapping/m-p/4816861#M8428</guid>
      <dc:creator>msprog</dc:creator>
      <dc:date>2025-09-04T12:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Copy activity dynamic mapping</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-dynamic-mapping/m-p/4817654#M8436</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="182888" data-lia-user-login="msprog" class="lia-mention lia-mention-user"&gt;msprog&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I recommend you follow these steps (they helped me) :&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Build a manual mapping.&lt;BR /&gt;&amp;nbsp;- Run the pipeline and check that it works.&lt;BR /&gt;&amp;nbsp;- Retrieve the mapping generated in the JSON code.&lt;BR /&gt;&amp;nbsp;- Delete the manual mapping and copy/paste the dynamically generated code into the mapping.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Does it work now?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This allows us to rule out a problem with the automatic generation of JSON code.&lt;BR /&gt;&lt;BR /&gt;Have a nice day,&lt;BR /&gt;&lt;BR /&gt;Vivien&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 05:02:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-dynamic-mapping/m-p/4817654#M8436</guid>
      <dc:creator>vivien57</dc:creator>
      <dc:date>2025-09-05T05:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Copy activity dynamic mapping</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-dynamic-mapping/m-p/4818636#M8443</link>
      <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="182888" data-lia-user-login="msprog" class="lia-mention lia-mention-user"&gt;msprog&lt;/a&gt;&amp;nbsp;&amp;nbsp;,&lt;BR /&gt;Thanks for reaching out to the Microsoft fabric community forum.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would also take a moment to thank &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="50527" data-lia-user-login="vivien57" class="lia-mention lia-mention-user"&gt;vivien57&lt;/a&gt;&amp;nbsp;  , for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.&amp;nbsp;&lt;BR /&gt;I hope the below details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&amp;nbsp;&lt;BR /&gt;Community Support Team&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Sep 2025 04:13:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-dynamic-mapping/m-p/4818636#M8443</guid>
      <dc:creator>v-menakakota</dc:creator>
      <dc:date>2025-09-06T04:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Copy activity dynamic mapping</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-dynamic-mapping/m-p/4822373#M8494</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="182888" data-lia-user-login="msprog" class="lia-mention lia-mention-user"&gt;msprog&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Best Regards,&amp;nbsp;&lt;BR /&gt;Community Support Team&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 12:00:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-dynamic-mapping/m-p/4822373#M8494</guid>
      <dc:creator>v-menakakota</dc:creator>
      <dc:date>2025-09-10T12:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Copy activity dynamic mapping</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-dynamic-mapping/m-p/4825773#M8514</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/182888" target="_blank"&gt;@msprog&lt;/A&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Best Regards,&amp;nbsp;&lt;BR /&gt;Community Support Team&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 04:53:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-dynamic-mapping/m-p/4825773#M8514</guid>
      <dc:creator>v-menakakota</dc:creator>
      <dc:date>2025-09-15T04:53:29Z</dc:date>
    </item>
  </channel>
</rss>

