<?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 read from azure storage container folder in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/read-from-azure-storage-container-folder/m-p/3907769#M3205</link>
    <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;I have managed to get the .csv file from the web page and place it into the azure storage container using the copy activity in fabric data factory.&lt;/P&gt;&lt;P&gt;Now I would like to read that .csv file, format some of the columns and then append this into a warehouse table (I created this table already)&lt;/P&gt;&lt;P&gt;any suggestions please?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Fri, 10 May 2024 08:12:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-05-10T08:12:17Z</dc:date>
    <item>
      <title>read from azure storage container folder</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/read-from-azure-storage-container-folder/m-p/3907769#M3205</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;I have managed to get the .csv file from the web page and place it into the azure storage container using the copy activity in fabric data factory.&lt;/P&gt;&lt;P&gt;Now I would like to read that .csv file, format some of the columns and then append this into a warehouse table (I created this table already)&lt;/P&gt;&lt;P&gt;any suggestions please?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 08:12:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/read-from-azure-storage-container-folder/m-p/3907769#M3205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-10T08:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: read from azure storage container folder</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/read-from-azure-storage-container-folder/m-p/3908012#M3209</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for using Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;You can read the .csv file from azure storage container and append it to Fabric Warehouse by using Copy activity in Fabric Pipeline.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;I hope this information helps. Please do let us know if you have any further queries.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 09:16:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/read-from-azure-storage-container-folder/m-p/3908012#M3209</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-05-10T09:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: read from azure storage container folder</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/read-from-azure-storage-container-folder/m-p/3908094#M3211</link>
      <description>&lt;P&gt;I see...&lt;/P&gt;&lt;P&gt;In that case, question please:&lt;/P&gt;&lt;P&gt;1- in the destination tab - pre-script - before data is inserted into a warehouse table, get the filename (I know I can get the filename at source copy activity using $$FILENAME but not sure how to pass it into the pre-script box in destination tab.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 10:13:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/read-from-azure-storage-container-folder/m-p/3908094#M3211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-10T10:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: read from azure storage container folder</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/read-from-azure-storage-container-folder/m-p/3908416#M3221</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would to like to understand what are you trying to achieve with the help of pre-script? If you are looking to adding the additional column value to warehouse, then you simply continue with mapping option.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your query is different, please share more details of your query for better understanding.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 10:42:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/read-from-azure-storage-container-folder/m-p/3908416#M3221</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-05-10T10:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: read from azure storage container folder</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/read-from-azure-storage-container-folder/m-p/3908444#M3222</link>
      <description>&lt;P&gt;&amp;nbsp;basically there is a table in the warehouse I created called tblwh The ADF pipeline reads the csv and places the data including the additional columnsi I added in th ecopy activity source nto this table tblwh. All good&lt;/P&gt;&lt;P&gt;Now if I re-run the pipeline I do not want the data to be duplicated into the tblwh. So I want to make sure it is deleted if it is already inserted in the previous pipeline run for the same filename.&lt;/P&gt;&lt;P&gt;and so I would like to have in the pre-scrip box to have something like:&lt;/P&gt;&lt;P&gt;delete from tblwh where filename = 'xyz'&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 10:52:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/read-from-azure-storage-container-folder/m-p/3908444#M3222</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-10T10:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: read from azure storage container folder</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/read-from-azure-storage-container-folder/m-p/3913666#M3259</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I was just checking back to see if you have a resolution yet. 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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can find you were able to get a resolution in this thread :&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/Data-Pipelines/copy-activity-pre-copy-script/m-p/3908620" target="_blank"&gt;Solved: copy activity - pre-copy script - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 10:47:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/read-from-azure-storage-container-folder/m-p/3913666#M3259</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-05-13T10:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: read from azure storage container folder</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/read-from-azure-storage-container-folder/m-p/3916880#M3284</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. 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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 10:07:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/read-from-azure-storage-container-folder/m-p/3916880#M3284</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-05-14T10:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: read from azure storage container folder</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/read-from-azure-storage-container-folder/m-p/3916905#M3285</link>
      <description>&lt;P&gt;all good now&lt;/P&gt;&lt;P&gt;using the presqlscript does the job&lt;/P&gt;&lt;P&gt;thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 10:11:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/read-from-azure-storage-container-folder/m-p/3916905#M3285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-14T10:11:08Z</dc:date>
    </item>
  </channel>
</rss>

