<?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: Ingesting complex/unstructured data in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/ingesting-complex-unstructured-data/m-p/168079#M55831</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Ingesting complex or unstructured data works best when you break the process into stages rather than trying to analyze everything at once. First, collect the raw data, then clean it, remove duplicates, standardize formats, and extract only the fields that are actually useful for analysis.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For example, business data may come from spreadsheets, invoices, CRM exports, emails, or analytics platforms. Once values such as costs, revenue, and profit are structured properly, they can be used for further analysis. &lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;If you're evaluating financial performance, an &lt;A href="https://mycalculator.us/calculator/roi" target="_blank" rel="noopener"&gt;ROI calculator&lt;/A&gt; can then help turn those structured figures into a clear return-on-investment percentage.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The quality of the final analysis usually depends heavily on how well the original unstructured data is cleaned and organized.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Sep 2026 11:50:14 GMT</pubDate>
    <dc:creator>mark_alexander</dc:creator>
    <dc:date>2026-09-09T11:50:14Z</dc:date>
    <item>
      <title>Ingesting complex/unstructured data</title>
      <link>https://community.databricks.com/t5/data-engineering/ingesting-complex-unstructured-data/m-p/59607#M31460</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;my company is reasonably new to using Databricks, and we're running our first PoCs.&amp;nbsp; Some of the data we have structured/reasonably structured, so it drops into a bucket, we point a notebook at it, and all is well and Delta&lt;/P&gt;&lt;P&gt;The problem is arising with some of the more complex datasources, that have been developed over the years, often designed to work with specialist engineering software. Typically, this will come in a zip file, with a bunch of files in all kinds of formats and shapes. It's quite common to have "csv" files that include many tables, basically a giant print output, or actual csv files that have been heavily pivoted so that almost every column name, and number of columns, varies between files - all depending on the inputs, which are provided but again have a complex file format&lt;BR /&gt;&lt;BR /&gt;So far, so normal - all this can be parsed out either with Python and patience, or occasionally an exe file is also provided to convert some of the raw files into JSON etc. The question is one of hosting, and there is a debate which I would like to extend to here&lt;BR /&gt;&lt;BR /&gt;1. This is complex and non-standard processing, wrap this up in a container or other process, and run it in advance of Databricks, extracting the required data and placing it in a Dataframe-friendly format in cloud storage, ready to be read into a Live Table etc. This has the advantage of being able to scale out with the number of files that arrive, and can handle weird dependences, but requires extra custom infrastructure&lt;BR /&gt;&lt;BR /&gt;2. Databricks has a Python runtime in the cluster, so can run any scripts given to it. This has the advantage of not requiring extra deployment of infrastructure such as containers, especially since there may be a growing number of such scenarios and we don't want to manage that if we don't have to. However, since this is just Python, not PySpark, no RDDs will be created, so this won't be a scaleable process using autoscaling Executors, and limited to the amount of parallelisation we could squeeze out of a Driver node. And not considering any more esoteric dependencies such as custom EXEs to do custom parsing&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Has anyone had similar problems that they've solved in way that both scales without bloating?&amp;nbsp; I've experience of Spark, but still relatively new to Databricks so there may be suitable tools available that I'm not aware of&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Toby&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 15:33:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ingesting-complex-unstructured-data/m-p/59607#M31460</guid>
      <dc:creator>tobyevans</dc:creator>
      <dc:date>2024-02-07T15:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Ingesting complex/unstructured data</title>
      <link>https://community.databricks.com/t5/data-engineering/ingesting-complex-unstructured-data/m-p/111508#M43917</link>
      <description>&lt;P&gt;Hi Toby,&lt;/P&gt;&lt;P&gt;Managing diverse, unstructured data can be challenging. At &lt;STRONG&gt;Know2Ledge&lt;/STRONG&gt; (ShareArchiver), we specialize in unstructured data management to streamline this process.&lt;/P&gt;&lt;P&gt;To handle your scenario efficiently:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":keycap_1:"&gt;1️⃣&lt;/span&gt;&lt;STRONG&gt;Pre-Process Before Ingestion&lt;/STRONG&gt; – Use &lt;STRONG&gt;AI-powered classification and indexing&lt;/STRONG&gt; to structure data before storing it in the cloud.&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":keycap_2:"&gt;2️⃣&lt;/span&gt;&lt;STRONG&gt;Optimize Storage &amp;amp; Indexing&lt;/STRONG&gt; – Leverage &lt;STRONG&gt;automated metadata extraction&lt;/STRONG&gt; to make data &lt;STRONG&gt;Databricks-ready&lt;/STRONG&gt; without excessive scripting.&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":keycap_3:"&gt;3️⃣&lt;/span&gt;&lt;STRONG&gt;Scale Smartly&lt;/STRONG&gt; – Instead of running Python scripts on a single node, use &lt;STRONG&gt;containerized microservices&lt;/STRONG&gt; for preprocessing and &lt;STRONG&gt;tiered storage&lt;/STRONG&gt; for cost optimization.&lt;/P&gt;&lt;P&gt;This approach reduces overhead while ensuring scalability. &lt;STRONG&gt;More details here:&lt;/STRONG&gt; &lt;A href="https://sharearchiver.com/unstructured-data-management/" target="_blank" rel="noopener"&gt;ShareArchiver Unstructured Data Solutions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Would love to hear your thoughts!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[mark]&lt;/STRONG&gt; |&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Mar 2025 18:39:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ingesting-complex-unstructured-data/m-p/111508#M43917</guid>
      <dc:creator>mark5</dc:creator>
      <dc:date>2025-03-01T18:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Ingesting complex/unstructured data</title>
      <link>https://community.databricks.com/t5/data-engineering/ingesting-complex-unstructured-data/m-p/168079#M55831</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Ingesting complex or unstructured data works best when you break the process into stages rather than trying to analyze everything at once. First, collect the raw data, then clean it, remove duplicates, standardize formats, and extract only the fields that are actually useful for analysis.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For example, business data may come from spreadsheets, invoices, CRM exports, emails, or analytics platforms. Once values such as costs, revenue, and profit are structured properly, they can be used for further analysis. &lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;If you're evaluating financial performance, an &lt;A href="https://mycalculator.us/calculator/roi" target="_blank" rel="noopener"&gt;ROI calculator&lt;/A&gt; can then help turn those structured figures into a clear return-on-investment percentage.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The quality of the final analysis usually depends heavily on how well the original unstructured data is cleaned and organized.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2026 11:50:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ingesting-complex-unstructured-data/m-p/168079#M55831</guid>
      <dc:creator>mark_alexander</dc:creator>
      <dc:date>2026-09-09T11:50:14Z</dc:date>
    </item>
  </channel>
</rss>

