<?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: MIME type for excel file when row count is greater than ~50K in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/MIME-type-for-excel-file-when-row-count-is-greater-than-50K/m-p/2700561#M37882</link>
    <description>&lt;P&gt;I might ask for CSV - I need to see if the other team can ingest that properly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The answer has been "We generate all the files the same way so it is not on our end"&lt;/P&gt;</description>
    <pubDate>Mon, 15 Aug 2022 13:50:18 GMT</pubDate>
    <dc:creator>ibmbaranski</dc:creator>
    <dc:date>2022-08-15T13:50:18Z</dc:date>
    <item>
      <title>MIME type for excel file when row count is greater than ~50K</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/MIME-type-for-excel-file-when-row-count-is-greater-than-50K/m-p/2692689#M37821</link>
      <description>&lt;P&gt;I have a daily file I receive from a vendor, and 6 days a week it works fine in the (closed source) tool I'm sending it to. These days the row count is &amp;lt; 10000.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One day a week I get the same file with over 60K rows and my tool will not load it. It gives me an error that says:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;MIME type mismatch for file: x.xlsx. Expected type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, Actual type: application/x-tika-ooxml&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know why I would be getting this error? I'm assuming that it has to do with the number of rows, but I'm not positive. Everything else (I am assured by the vendor) is the same when generating the file - it's the same job. I am copying the file using the same method (downloading and using scp) and loading the file into the tool the same way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've used `file --mime-type` and the python magic libs and the files look to be the same from those tools. The utility that's giving me the error is closed source and I don't know how they check the MIME type.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have any ideas? I'm stuck.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 13:56:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/MIME-type-for-excel-file-when-row-count-is-greater-than-50K/m-p/2692689#M37821</guid>
      <dc:creator>ibmbaranski</dc:creator>
      <dc:date>2022-08-10T13:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: MIME type for excel file when row count is greater than ~50K</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/MIME-type-for-excel-file-when-row-count-is-greater-than-50K/m-p/2698963#M37870</link>
      <description>&lt;P&gt;wait, are you reading these Excel files with Python?&amp;nbsp; What made you do that?&amp;nbsp; Why not use the native Excel connector in Power Query ?&lt;/P&gt;</description>
      <pubDate>Sun, 14 Aug 2022 03:30:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/MIME-type-for-excel-file-when-row-count-is-greater-than-50K/m-p/2698963#M37870</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-08-14T03:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: MIME type for excel file when row count is greater than ~50K</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/MIME-type-for-excel-file-when-row-count-is-greater-than-50K/m-p/2699571#M37874</link>
      <description>&lt;P&gt;I'm not reading the files with Python. They are being delivered to me from PowerBI and I'm passing them on to the next step (via SCP) with Python.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The MIME type is what I'm trying to get to the bottom of.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 02:33:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/MIME-type-for-excel-file-when-row-count-is-greater-than-50K/m-p/2699571#M37874</guid>
      <dc:creator>ibmbaranski</dc:creator>
      <dc:date>2022-08-15T02:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: MIME type for excel file when row count is greater than ~50K</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/MIME-type-for-excel-file-when-row-count-is-greater-than-50K/m-p/2700154#M37878</link>
      <description>&lt;P&gt;They sent you OpenOffice files, not Excel files.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 10:38:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/MIME-type-for-excel-file-when-row-count-is-greater-than-50K/m-p/2700154#M37878</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-08-15T10:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: MIME type for excel file when row count is greater than ~50K</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/MIME-type-for-excel-file-when-row-count-is-greater-than-50K/m-p/2700479#M37880</link>
      <description>&lt;P&gt;So now we are back to the original question, which is:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;They are adamant that the job is the exact same every day, and that the large file is generated by the same job that generates the smaller files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What would cause the MIME type to be different, the size is the obvious answer...&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 13:25:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/MIME-type-for-excel-file-when-row-count-is-greater-than-50K/m-p/2700479#M37880</guid>
      <dc:creator>ibmbaranski</dc:creator>
      <dc:date>2022-08-15T13:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: MIME type for excel file when row count is greater than ~50K</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/MIME-type-for-excel-file-when-row-count-is-greater-than-50K/m-p/2700501#M37881</link>
      <description>&lt;P&gt;Are they at least admitting that they are producing OpenOffice files?&amp;nbsp; Can you ask them to send CSV instead?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 13:31:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/MIME-type-for-excel-file-when-row-count-is-greater-than-50K/m-p/2700501#M37881</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-08-15T13:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: MIME type for excel file when row count is greater than ~50K</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/MIME-type-for-excel-file-when-row-count-is-greater-than-50K/m-p/2700561#M37882</link>
      <description>&lt;P&gt;I might ask for CSV - I need to see if the other team can ingest that properly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The answer has been "We generate all the files the same way so it is not on our end"&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 13:50:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/MIME-type-for-excel-file-when-row-count-is-greater-than-50K/m-p/2700561#M37882</guid>
      <dc:creator>ibmbaranski</dc:creator>
      <dc:date>2022-08-15T13:50:18Z</dc:date>
    </item>
  </channel>
</rss>

