<?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: Data pipeline to download zip file containing multiple csv files from web in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Data-pipeline-to-download-zip-file-containing-multiple-csv-files/m-p/3699830#M1863</link>
    <description>&lt;P&gt;I would really like a data pipeline solution to this.&amp;nbsp; It seems like the ability to unzip delimitated files is built-in, but it fails due to the lack of proper handling of multiple files in the zip.&amp;nbsp; I would love to see a pipeline procedure that unzips multiple files to the Files folders.&amp;nbsp; Other pipelines would process the csv and combine them.&amp;nbsp; Any chance that notebooks could solve my problem?&lt;/P&gt;</description>
    <pubDate>Wed, 14 Feb 2024 22:56:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-02-14T22:56:22Z</dc:date>
    <item>
      <title>Data pipeline to download zip file containing multiple csv files from web</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Data-pipeline-to-download-zip-file-containing-multiple-csv-files/m-p/3676458#M1749</link>
      <description>&lt;P&gt;I am attempting to create a pipeline or pipelines to do the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Download a zip file from a website&amp;nbsp; (&lt;A href="https://www150.statcan.gc.ca/n1/en/tbl/csv/14100287-eng.zip?st=0Sbmw1wJ" target="_blank"&gt;https://www150.statcan.gc.ca/n1/en/tbl/csv/14100287-eng.zip?st=0Sbmw1wJ&lt;/A&gt;)&lt;/LI&gt;&lt;LI&gt;Store the binary zip to a lakehouse in the Files/Zip&lt;/LI&gt;&lt;LI&gt;Unzip the downloaded file into multiple CSV files in Files/CSV (folder in the lakehouse)&lt;/LI&gt;&lt;LI&gt;Dataflow Gen2 to perform the ETL functions&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 02 Feb 2024 20:54:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Data-pipeline-to-download-zip-file-containing-multiple-csv-files/m-p/3676458#M1749</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-02T20:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Data pipeline to download zip file containing multiple csv files from web</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Data-pipeline-to-download-zip-file-containing-multiple-csv-files/m-p/3676459#M1750</link>
      <description>&lt;P&gt;I am attempting to create a pipeline or pipelines to do the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Download a zip file from a website&amp;nbsp; (&lt;A href="https://www150.statcan.gc.ca/n1/en/tbl/csv/14100287-eng.zip?st=0Sbmw1wJ" target="_blank" rel="noopener"&gt;https://www150.statcan.gc.ca/n1/en/tbl/csv/14100287-eng.zip?st=0Sbmw1wJ&lt;/A&gt;)&lt;/LI&gt;&lt;LI&gt;Store the binary zip to a lakehouse in a folder - Files/Zip&lt;/LI&gt;&lt;LI&gt;Unzip the downloaded file into multiple CSV files in Files/CSV (folder in the lakehouse)&lt;/LI&gt;&lt;LI&gt;Dataflow Gen2 to perform the ETL functions to create a table in the Data lake&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The problem is that when I unzip the file into delimited format, there is no way to unzip multiple files to the Files/CSV folder.&amp;nbsp; The get data in the pipeline wants to create a single file.&amp;nbsp; I have attempted to go directly from binary zip to table, but the procedure gives me an error because the two CSV are not in the same format.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for help on the unzip pipeline into multiple CSV files.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 20:56:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Data-pipeline-to-download-zip-file-containing-multiple-csv-files/m-p/3676459#M1750</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-02T20:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Data pipeline to download zip file containing multiple csv files from web</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Data-pipeline-to-download-zip-file-containing-multiple-csv-files/m-p/3678897#M1755</link>
      <description>&lt;P&gt;You should be able to do this in a Gen2 Dataflow, following tackytechtom's answer from&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/Power-Query/zipped-file-how-to-unzip-in-power-query-more-explanations-needed/td-p/2949359" target="_self"&gt;https://community.fabric.microsoft.com/t5/Power-Query/zipped-file-how-to-unzip-in-power-query-more-explanations-needed/td-p/2949359&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Run the function with your url and then you can create separate queries in Power Query for each CSV file.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 00:50:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Data-pipeline-to-download-zip-file-containing-multiple-csv-files/m-p/3678897#M1755</guid>
      <dc:creator>Brendan151</dc:creator>
      <dc:date>2024-02-05T00:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data pipeline to download zip file containing multiple csv files from web</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Data-pipeline-to-download-zip-file-containing-multiple-csv-files/m-p/3685543#M1799</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;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 11:03:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Data-pipeline-to-download-zip-file-containing-multiple-csv-files/m-p/3685543#M1799</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-02-07T11:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data pipeline to download zip file containing multiple csv files from web</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Data-pipeline-to-download-zip-file-containing-multiple-csv-files/m-p/3687450#M1813</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;If you have any question relating to the current thread, please do let us know and we will try out best to help you.&lt;BR /&gt;In case if you have any other question on a different issue, we request you to open a new thread.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 06:11:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Data-pipeline-to-download-zip-file-containing-multiple-csv-files/m-p/3687450#M1813</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-02-08T06:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Data pipeline to download zip file containing multiple csv files from web</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Data-pipeline-to-download-zip-file-containing-multiple-csv-files/m-p/3699830#M1863</link>
      <description>&lt;P&gt;I would really like a data pipeline solution to this.&amp;nbsp; It seems like the ability to unzip delimitated files is built-in, but it fails due to the lack of proper handling of multiple files in the zip.&amp;nbsp; I would love to see a pipeline procedure that unzips multiple files to the Files folders.&amp;nbsp; Other pipelines would process the csv and combine them.&amp;nbsp; Any chance that notebooks could solve my problem?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 22:56:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Data-pipeline-to-download-zip-file-containing-multiple-csv-files/m-p/3699830#M1863</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-14T22:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data pipeline to download zip file containing multiple csv files from web</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Data-pipeline-to-download-zip-file-containing-multiple-csv-files/m-p/4244727#M5935</link>
      <description>&lt;P&gt;Upvoting the question. I have a similar problem, where pipeline is extracting the csv file, but there are some parsing errors.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2024 11:39:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Data-pipeline-to-download-zip-file-containing-multiple-csv-files/m-p/4244727#M5935</guid>
      <dc:creator>Ostrzak</dc:creator>
      <dc:date>2024-10-16T11:39:41Z</dc:date>
    </item>
  </channel>
</rss>

