<?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 Csv Python Fabric in Data Warehouse</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Csv-Python-Fabric/m-p/4375712#M2401</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hopefully someone can help me out with the following. I want to create a csv file from a query in Fabric (being to big for Excel). Do I need to create such a csv with Python or are there other possibilities? Could someone help me out with a script to extra data to csv from Fabric?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Michiel&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jan 2025 13:04:34 GMT</pubDate>
    <dc:creator>Msoede</dc:creator>
    <dc:date>2025-01-22T13:04:34Z</dc:date>
    <item>
      <title>Csv Python Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Csv-Python-Fabric/m-p/4375712#M2401</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hopefully someone can help me out with the following. I want to create a csv file from a query in Fabric (being to big for Excel). Do I need to create such a csv with Python or are there other possibilities? Could someone help me out with a script to extra data to csv from Fabric?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Michiel&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 13:04:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Csv-Python-Fabric/m-p/4375712#M2401</guid>
      <dc:creator>Msoede</dc:creator>
      <dc:date>2025-01-22T13:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Csv Python Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Csv-Python-Fabric/m-p/4376270#M2402</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="467914" data-lia-user-login="Msoede" class="lia-mention lia-mention-user"&gt;Msoede&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give it a try:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;df = spark.sql("YOUR SQL QUERY HERE")&lt;/P&gt;&lt;P&gt;# Save the Spark DataFrame as a CSV file&lt;BR /&gt;df.write \&lt;BR /&gt;.option("header", "true") \&lt;BR /&gt;.option("delimiter", ",") \&lt;BR /&gt;.mode("overwrite") \&lt;BR /&gt;.csv("/lakehouse/default/Files/your_file_name.csv")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 17:45:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Csv-Python-Fabric/m-p/4376270#M2402</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-01-22T17:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Csv Python Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Csv-Python-Fabric/m-p/4377081#M2404</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="467914" data-lia-user-login="Msoede" class="lia-mention lia-mention-user"&gt;Msoede&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to us on the Microsoft Fabric Community Forum.&lt;BR /&gt;&lt;BR /&gt;You can create a CSV file from a query in Fabric&lt;BR /&gt;Providing the reference thread which may assist you in addressing the query:&lt;BR /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Dataflow/save-data-to-csv/m-p/3962966" target="_blank" rel="noopener"&gt;Solved: save data to .csv - Microsoft Fabric Community&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post was helpful, please give us &lt;STRONG&gt;Kudos&lt;/STRONG&gt; and consider marking &lt;/SPAN&gt;&lt;STRONG&gt;Accept as solution&lt;/STRONG&gt;&lt;SPAN&gt; to assist other members in finding it more easily.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Menaka&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 06:50:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Csv-Python-Fabric/m-p/4377081#M2404</guid>
      <dc:creator>v-menakakota</dc:creator>
      <dc:date>2025-01-23T06:50:08Z</dc:date>
    </item>
  </channel>
</rss>

