<?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: Is it possible to save the results of a Query as a JSON file? in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Is-it-possible-to-save-the-results-of-a-Query-as-a-JSON-file/m-p/3349207#M540</link>
    <description>&lt;P&gt;Thank you for posting the idea!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basically at its core the file is considered a binary and then you can define what extension such file / binary might have or how it might be interpreted or how it should be encoded.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2023 16:22:37 GMT</pubDate>
    <dc:creator>miguel</dc:creator>
    <dc:date>2023-07-25T16:22:37Z</dc:date>
    <item>
      <title>Is it possible to save the results of a Query as a JSON file?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Is-it-possible-to-save-the-results-of-a-Query-as-a-JSON-file/m-p/3348173#M526</link>
      <description>&lt;P&gt;I am pulling data from REST API source.&lt;BR /&gt;One of the Columns in the Query invokes a function with an API call.&lt;/P&gt;&lt;P&gt;I would like to save this step as a JSON file AS-IS, without having to "expand" this column (that contains Records) to columns.&lt;BR /&gt;Is it possible with Dataflows Gen2? Maybe save to Lakehouse as a file but not as a table?&lt;/P&gt;&lt;P&gt;Currently, when I choose Lakehouse as a source, it only prompts me for a Table name and says:&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;A new table will be created in Lakehouse"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need to save a JSON file, not a table. And I want to use the Dataflow, not Data Factory.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please help&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 07:38:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Is-it-possible-to-save-the-results-of-a-Query-as-a-JSON-file/m-p/3348173#M526</guid>
      <dc:creator>iBusinessBI</dc:creator>
      <dc:date>2023-07-25T07:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to save the results of a Query as a JSON file?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Is-it-possible-to-save-the-results-of-a-Query-as-a-JSON-file/m-p/3349171#M535</link>
      <description>&lt;P&gt;Dataflows Gen2 doesn't have a way to save the binary as is today. I encourage you to to post your idea to make this feature available in Dataflow Gen2 from the link below:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://aka.ms/FabricIdeas" target="_blank"&gt;https://aka.ms/FabricIdeas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, it is possible to query a REST API with pipelines and save the results as a binary using Pipelines. You can use the copy activity for it:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/copy-data-activity" target="_blank"&gt;How to copy data using copy activity - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 15:52:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Is-it-possible-to-save-the-results-of-a-Query-as-a-JSON-file/m-p/3349171#M535</guid>
      <dc:creator>miguel</dc:creator>
      <dc:date>2023-07-25T15:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to save the results of a Query as a JSON file?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Is-it-possible-to-save-the-results-of-a-Query-as-a-JSON-file/m-p/3349204#M539</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="223" data-lia-user-login="miguel" class="lia-mention lia-mention-user"&gt;miguel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not talking about saving a binary, but a simple JSON/text file.&lt;/P&gt;&lt;P&gt;I did open an idea, please vote:&lt;BR /&gt;&lt;A href="https://ideas.fabric.microsoft.com/ideas/idea/?ideaid=b9b321af-be2a-ee11-a81c-000d3a0ec312" target="_blank"&gt;https://ideas.fabric.microsoft.com/ideas/idea/?ideaid=b9b321af-be2a-ee11-a81c-000d3a0ec312&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 16:19:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Is-it-possible-to-save-the-results-of-a-Query-as-a-JSON-file/m-p/3349204#M539</guid>
      <dc:creator>iBusinessBI</dc:creator>
      <dc:date>2023-07-25T16:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to save the results of a Query as a JSON file?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Is-it-possible-to-save-the-results-of-a-Query-as-a-JSON-file/m-p/3349207#M540</link>
      <description>&lt;P&gt;Thank you for posting the idea!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basically at its core the file is considered a binary and then you can define what extension such file / binary might have or how it might be interpreted or how it should be encoded.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 16:22:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Is-it-possible-to-save-the-results-of-a-Query-as-a-JSON-file/m-p/3349207#M540</guid>
      <dc:creator>miguel</dc:creator>
      <dc:date>2023-07-25T16:22:37Z</dc:date>
    </item>
  </channel>
</rss>

