<?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 Cannot find file format binary in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Cannot-find-file-format-binary/m-p/4253972#M6028</link>
    <description>&lt;P&gt;Doing a tutorial for MS Fabric, trying to create a Data Pipeline to load data to a Lakehouse. In step "Connect to data destination" I should choose file format binary, but that option is not available. Have I done anything wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Oct 2024 08:46:05 GMT</pubDate>
    <dc:creator>OlaN</dc:creator>
    <dc:date>2024-10-23T08:46:05Z</dc:date>
    <item>
      <title>Cannot find file format binary</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Cannot-find-file-format-binary/m-p/4253972#M6028</link>
      <description>&lt;P&gt;Doing a tutorial for MS Fabric, trying to create a Data Pipeline to load data to a Lakehouse. In step "Connect to data destination" I should choose file format binary, but that option is not available. Have I done anything wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 08:46:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Cannot-find-file-format-binary/m-p/4253972#M6028</guid>
      <dc:creator>OlaN</dc:creator>
      <dc:date>2024-10-23T08:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find file format binary</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Cannot-find-file-format-binary/m-p/4254279#M6030</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="829495" data-lia-user-login="OlaN" class="lia-mention lia-mention-user"&gt;OlaN&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which tutorial are you following? This one from Microsoft?&lt;/P&gt;&lt;P&gt;&lt;A href="https://microsoftlearning.github.io/mslearn-fabric/Instructions/Labs/04-ingest-pipeline.html" target="_blank" rel="noopener"&gt;https://microsoftlearning.github.io/mslearn-fabric/Instructions/Labs/04-ingest-pipeline.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not, can you share the link of the steps you are following? This would be helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 11:51:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Cannot-find-file-format-binary/m-p/4254279#M6030</guid>
      <dc:creator>Expiscornovus</dc:creator>
      <dc:date>2024-10-23T11:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find file format binary</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Cannot-find-file-format-binary/m-p/4263363#M6125</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="829495" data-lia-user-login="OlaN" class="lia-mention lia-mention-user"&gt;OlaN&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can adjust the data type of the columns in the table to binary in the mapping step, but the binary type is not supported for file format.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Adamk Kong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider&lt;EM&gt;&lt;STRONG&gt; Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 06:55:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Cannot-find-file-format-binary/m-p/4263363#M6125</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-30T06:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find file format binary</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Cannot-find-file-format-binary/m-p/4263861#M6131</link>
      <description>&lt;P&gt;Assuming you're using the Copy Data assistant to set the copy up, you'd need to select the source as a binary to be able to output the file as a binary.&amp;nbsp; (Binary doesn't try to decode the data).&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you try to replicate just using a Copy data activity, you'll find a variant of this error saying that if the destination is binary, then the source must be binary.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;In short;&amp;nbsp; If you try to parse the file, you have to specific the output type - it can't be binary.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 12:33:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Cannot-find-file-format-binary/m-p/4263861#M6131</guid>
      <dc:creator>spencer_sa</dc:creator>
      <dc:date>2024-10-30T12:33:43Z</dc:date>
    </item>
  </channel>
</rss>

