<?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 .csv data to warehouse in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/copy-csv-data-to-warehouse/m-p/3907887#M3207</link>
    <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;using the copy activity in fabric I can take data from .csv file (Which is sitting in azure storage account) and place the data into the table in the warehouse (tblwh) - I am using mapping in the copy activity. all good so far.&lt;/P&gt;&lt;P&gt;Now I have added a few more columns into the tblwh. These new columns are not in the source .csv file.&lt;/P&gt;&lt;P&gt;For example, I have added a new column called presentdate, filepath, fileextension, fullfilepath&lt;/P&gt;&lt;P&gt;Question:&lt;/P&gt;&lt;P&gt;How is it possible I populate these extra columns in the tblwh because the mapping tab in copy activity does not obviously have any source columns for these ?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Fri, 10 May 2024 08:51:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-05-10T08:51:21Z</dc:date>
    <item>
      <title>copy .csv data to warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/copy-csv-data-to-warehouse/m-p/3907887#M3207</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;using the copy activity in fabric I can take data from .csv file (Which is sitting in azure storage account) and place the data into the table in the warehouse (tblwh) - I am using mapping in the copy activity. all good so far.&lt;/P&gt;&lt;P&gt;Now I have added a few more columns into the tblwh. These new columns are not in the source .csv file.&lt;/P&gt;&lt;P&gt;For example, I have added a new column called presentdate, filepath, fileextension, fullfilepath&lt;/P&gt;&lt;P&gt;Question:&lt;/P&gt;&lt;P&gt;How is it possible I populate these extra columns in the tblwh because the mapping tab in copy activity does not obviously have any source columns for these ?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 08:51:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/copy-csv-data-to-warehouse/m-p/3907887#M3207</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-10T08:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: copy .csv data to warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/copy-csv-data-to-warehouse/m-p/3907955#M3208</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thanks for using Fabric Community.&lt;BR /&gt;You can add your additional columns in Copy Activity from here -&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;Eg:&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;After adding additional columns in source can you please click on import schema in mapping?&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Eg:&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;After importing you can run the pipeline&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 09:19:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/copy-csv-data-to-warehouse/m-p/3907955#M3208</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-10T09:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: copy .csv data to warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/copy-csv-data-to-warehouse/m-p/3908070#M3210</link>
      <description>&lt;P&gt;this is good. thanks&lt;/P&gt;&lt;P&gt;in source copy tab, I use&lt;/P&gt;&lt;P&gt;filename --&amp;gt; $$FILENAME which gives 'some-03-May-2024.csv' --&amp;gt; this is correct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;directory_path --&amp;gt; $$FILEPATH but this gives the fullpath such as&amp;nbsp;'Data/some-new/some-03-May-2024.csv'&lt;/P&gt;&lt;P&gt;whereas I would like to see the directory such as 'Data/some-new'&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 09:27:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/copy-csv-data-to-warehouse/m-p/3908070#M3210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-10T09:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: copy .csv data to warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/copy-csv-data-to-warehouse/m-p/3908129#M3212</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I can also find the same result -&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;By default FileName and FilePath are designed like that.&lt;BR /&gt;As a workaround (assume file path won't change dynamically), you can use custom value -&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;Hope this is helpful. Please let me know incase of further queries.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 09:43:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/copy-csv-data-to-warehouse/m-p/3908129#M3212</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-10T09:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: copy .csv data to warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/copy-csv-data-to-warehouse/m-p/3908149#M3214</link>
      <description>&lt;P&gt;hi, I see you have hardcoded the value however my pipeline I would like it to be dynamic as the path will vary since the source varies&lt;/P&gt;&lt;P&gt;any suggestions?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 09:48:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/copy-csv-data-to-warehouse/m-p/3908149#M3214</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-10T09:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: copy .csv data to warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/copy-csv-data-to-warehouse/m-p/3908274#M3217</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Can you please share the screenshot of Copy Activity - Source?&lt;BR /&gt;I would like to see how are defining file path dynamically? So that I can help you.&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 10:09:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/copy-csv-data-to-warehouse/m-p/3908274#M3217</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-10T10:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: copy .csv data to warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/copy-csv-data-to-warehouse/m-p/3908281#M3218</link>
      <description>&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 10:11:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/copy-csv-data-to-warehouse/m-p/3908281#M3218</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-10T10:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: copy .csv data to warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/copy-csv-data-to-warehouse/m-p/3908291#M3219</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Glad to know that your query got resolved. Please continue using Fabric Community on your further queries.&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 10:13:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/copy-csv-data-to-warehouse/m-p/3908291#M3219</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-10T10:13:33Z</dc:date>
    </item>
  </channel>
</rss>

