<?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: Normalizing data from autoloader in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/normalizing-data-from-autoloader/m-p/4599#M1280</link>
    <description>&lt;P&gt;Hi @Rishitha Reddy​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope everything is going great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wanted to check in if you were able to resolve your issue. If yes, would you be happy to mark an answer as best so that other members can find the solution more quickly? If not, please tell us so we can help you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 21 May 2023 05:15:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-05-21T05:15:04Z</dc:date>
    <item>
      <title>Normalizing data from autoloader</title>
      <link>https://community.databricks.com/t5/data-engineering/normalizing-data-from-autoloader/m-p/4597#M1278</link>
      <description>&lt;P&gt;I have data on s3 and i'm using autoloader to load the data. My json docs have fields which are array of structures.&lt;/P&gt;&lt;P&gt; When I don't specify any schema the whole data is stored as strings even the array of structures are just a blob of string making it difficult to process with pyspark dataframe.&lt;/P&gt;&lt;P&gt; When i do specify a schema to autoload, the whole table is null.&lt;/P&gt;&lt;P&gt;Did anyone face any similar issues?&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 17:50:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/normalizing-data-from-autoloader/m-p/4597#M1278</guid>
      <dc:creator>Rishitha</dc:creator>
      <dc:date>2023-05-09T17:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Normalizing data from autoloader</title>
      <link>https://community.databricks.com/t5/data-engineering/normalizing-data-from-autoloader/m-p/4598#M1279</link>
      <description>&lt;P&gt;Let's try the following : &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;cloudfile_options = {
&amp;nbsp; &amp;nbsp;&amp;nbsp;"cloudFiles.format": “json”,
&amp;nbsp; &amp;nbsp;&amp;nbsp;"cloudFiles.schemaLocation": "&amp;lt;path_to_schema_checkpoints_location&amp;gt;",
&amp;nbsp; &amp;nbsp;&amp;nbsp;"cloudFiles.inferColumnTypes":"true"
}
spark.readStream.format("cloudFiles").options(**cloudfile_options).load("&amp;lt;path_to_source_data&amp;gt;")&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 13:21:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/normalizing-data-from-autoloader/m-p/4598#M1279</guid>
      <dc:creator>artsheiko</dc:creator>
      <dc:date>2023-05-10T13:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Normalizing data from autoloader</title>
      <link>https://community.databricks.com/t5/data-engineering/normalizing-data-from-autoloader/m-p/4599#M1280</link>
      <description>&lt;P&gt;Hi @Rishitha Reddy​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope everything is going great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wanted to check in if you were able to resolve your issue. If yes, would you be happy to mark an answer as best so that other members can find the solution more quickly? If not, please tell us so we can help you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 21 May 2023 05:15:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/normalizing-data-from-autoloader/m-p/4599#M1280</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-21T05:15:04Z</dc:date>
    </item>
  </channel>
</rss>

