<?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: Streaming xls files Using Auto Loader in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/streaming-xls-files-using-auto-loader/m-p/76672#M3202</link>
    <description>&lt;P&gt;I am facing the same issue--I have a stream that I'd like to use autoloader on with an .xlsx. Is there any update to any workarounds on this issue?&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jul 2024 17:45:50 GMT</pubDate>
    <dc:creator>Sicnarf</dc:creator>
    <dc:date>2024-07-03T17:45:50Z</dc:date>
    <item>
      <title>Streaming xls files Using Auto Loader</title>
      <link>https://community.databricks.com/t5/get-started-discussions/streaming-xls-files-using-auto-loader/m-p/57617#M2248</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is there a way to read .xls files using auto loader or is there any workaround since excel files are not supported by the auto loader per the following document?&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/en/ingestion/auto-loader/options.html" target="_self"&gt;https://docs.databricks.com/en/ingestion/auto-loader/options.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 21:15:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/streaming-xls-files-using-auto-loader/m-p/57617#M2248</guid>
      <dc:creator>YS1</dc:creator>
      <dc:date>2024-01-17T21:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming xls files Using Auto Loader</title>
      <link>https://community.databricks.com/t5/get-started-discussions/streaming-xls-files-using-auto-loader/m-p/57628#M2249</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/83285"&gt;@YS1&lt;/a&gt;&amp;nbsp;- Can you please check if you can convert .xls to .csv files and ingest using autoloader?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 22:27:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/streaming-xls-files-using-auto-loader/m-p/57628#M2249</guid>
      <dc:creator>shan_chandra</dc:creator>
      <dc:date>2024-01-17T22:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming xls files Using Auto Loader</title>
      <link>https://community.databricks.com/t5/get-started-discussions/streaming-xls-files-using-auto-loader/m-p/57629#M2250</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/77424"&gt;@Isha&lt;/a&gt;&amp;nbsp;I tried to read them directly as csv files using different delimiters but the files weren't parsed correctly. The problem is that you have to check for the files that weren't read by the auto loader and then convert them to csv which is not the target here of the auto loader. My main goal is to read the files as they arrive to my folder without the need to check which one was read before.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 22:49:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/streaming-xls-files-using-auto-loader/m-p/57629#M2250</guid>
      <dc:creator>YS1</dc:creator>
      <dc:date>2024-01-17T22:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming xls files Using Auto Loader</title>
      <link>https://community.databricks.com/t5/get-started-discussions/streaming-xls-files-using-auto-loader/m-p/57633#M2251</link>
      <description>&lt;P&gt;You can try to read the file as text file, using "wholeText" option&amp;nbsp;&lt;A href="https://docs.databricks.com/en/ingestion/auto-loader/options.html#text-options" target="_blank"&gt;https://docs.databricks.com/en/ingestion/auto-loader/options.html#text-options&lt;/A&gt;&amp;nbsp;and then&amp;nbsp;the whole file contents will be passed to the from_xml function and it will return an array of the records. Give it a try.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 00:21:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/streaming-xls-files-using-auto-loader/m-p/57633#M2251</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2024-01-18T00:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming xls files Using Auto Loader</title>
      <link>https://community.databricks.com/t5/get-started-discussions/streaming-xls-files-using-auto-loader/m-p/57783#M2274</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/29880"&gt;@jose_gonzalez&lt;/a&gt;&amp;nbsp;I tried that, but it's giving me weird values. not sure what's wrong with that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="YS1_0-1705592759818.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/5862iE102C4EE288D3370/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="YS1_0-1705592759818.png" alt="YS1_0-1705592759818.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 16:00:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/streaming-xls-files-using-auto-loader/m-p/57783#M2274</guid>
      <dc:creator>YS1</dc:creator>
      <dc:date>2024-01-18T16:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming xls files Using Auto Loader</title>
      <link>https://community.databricks.com/t5/get-started-discussions/streaming-xls-files-using-auto-loader/m-p/76672#M3202</link>
      <description>&lt;P&gt;I am facing the same issue--I have a stream that I'd like to use autoloader on with an .xlsx. Is there any update to any workarounds on this issue?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 17:45:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/streaming-xls-files-using-auto-loader/m-p/76672#M3202</guid>
      <dc:creator>Sicnarf</dc:creator>
      <dc:date>2024-07-03T17:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming xls files Using Auto Loader</title>
      <link>https://community.databricks.com/t5/get-started-discussions/streaming-xls-files-using-auto-loader/m-p/76917#M3211</link>
      <description>&lt;P&gt;I couldn't find any. I had to change the type of the files.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 16:26:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/streaming-xls-files-using-auto-loader/m-p/76917#M3211</guid>
      <dc:creator>YS1</dc:creator>
      <dc:date>2024-07-05T16:26:12Z</dc:date>
    </item>
  </channel>
</rss>

