<?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: Fabric Eventstream: TypeConversionError when writing nested JSON to Lakehouse Delta table in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Eventstream-TypeConversionError-when-writing-nested-JSON/m-p/5181736#M16198</link>
    <description>&lt;DIV&gt;&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1053899"&gt;@moboyal1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your eventstream creates a delta table based on the schema of the first record. If the first record contains a null value, it likely treats the field as a String, and later records with objects or arrays can cause a TypeConversion error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Does `schemaMode: "None"` disable type conversion at the destination, or just at the source?&lt;/P&gt;&lt;P&gt;&lt;I&gt;Schema enforcement applies when writing data into a lakehouse destination table.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/add-destination-lakehouse" href="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/add-destination-lakehouse" rel="noreferrer noopener" target="_blank"&gt;Add a lakehouse destination to an eventstream - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. How should events be handled when a field varies between `null` and a nested object?&lt;/P&gt;&lt;P&gt;Consider flattening fields using the Manage Fields transformation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/overview?tabs=enhancedcapabilities" href="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/overview?tabs=enhancedcapabilities" rel="noreferrer noopener" target="_blank"&gt;Microsoft Fabric Eventstreams Overview - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Is it possible to disable schema enforcement on the Lakehouse destination?&lt;/P&gt;&lt;P&gt;Schema enforcement cannot be disabled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. Does using a cross-workspace destination affect this issue? Eventstream is in Workspace 1 and Lakehouse in Workspace 2.&lt;/P&gt;&lt;P&gt;Cross-workspace destination is not an issue in your case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5. What is the best approach for ingesting deeply nested JSON (3-4 levels, including arrays) into a Lakehouse through Eventstream?&lt;/P&gt;&lt;P&gt;Consider using an Eventhouse as a destination, where you can configure schemas for the Eventhouse destination.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/add-destination-kql-database" href="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/add-destination-kql-database" rel="noreferrer noopener" target="_blank"&gt;Add an Eventhouse destination to an eventstream - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 12 May 2026 19:40:46 GMT</pubDate>
    <dc:creator>deborshi_nag</dc:creator>
    <dc:date>2026-05-12T19:40:46Z</dc:date>
    <item>
      <title>Fabric Eventstream: TypeConversionError when writing nested JSON to Lakehouse Delta table</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Eventstream-TypeConversionError-when-writing-nested-JSON/m-p/5181498#M16188</link>
      <description>&lt;DIV&gt;&lt;SPAN&gt;Eventstream fails to write nested JSON events from Azure Event Hub to a Lakehouse Delta table, throwing &lt;/SPAN&gt;&lt;SPAN&gt;`OutputDataConversionError.TypeConversionError`&lt;/SPAN&gt;&lt;SPAN&gt; on the destination. This occurs even with &lt;/SPAN&gt;&lt;SPAN&gt;`schemaMode: "None"`&lt;/SPAN&gt;&lt;SPAN&gt; and regardless of whether the table is pre-created or auto-created by the Eventstream.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="moboyal1_0-1778588302161.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1348326i24FBC05E81559C05/image-size/medium?v=v2&amp;amp;px=400" role="button" title="moboyal1_0-1778588302161.png" alt="moboyal1_0-1778588302161.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;Option I've tried:&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;1. Let Eventstream auto-create the table&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Result&lt;/SPAN&gt;&lt;SPAN&gt;: Table created with mixed schema — some nested objects inferred as &lt;/SPAN&gt;&lt;SPAN&gt;`struct`&lt;/SPAN&gt;&lt;SPAN&gt;, others as &lt;/SPAN&gt;&lt;SPAN&gt;`string`&lt;/SPAN&gt;&lt;SPAN&gt; (depending on whether first event had null for that field)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt; &lt;SPAN&gt;Subsequent events with populated nested objects fail**&lt;/SPAN&gt;&lt;SPAN&gt; with TypeConversionError because they don't match the string column type&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;2. Pre-create Delta table with correct struct schema via OneLake DFS API&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt; Created &lt;/SPAN&gt;&lt;SPAN&gt;`_delta_log/00000000000000000000.json`&lt;/SPAN&gt;&lt;SPAN&gt; with all nested fields defined as struct types&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt; &lt;SPAN&gt;Result&lt;/SPAN&gt;&lt;SPAN&gt;: Eventstream ignores the pre-existing schema and creates its own parquet files with its own inferred types. TypeConversionError persists.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;3. Push a fully-populated "seed" event first&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt; Sent an event with ALL nested objects populated (no nulls) so Eventstream infers struct types for everything&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt; &lt;SPAN&gt;Result&lt;/SPAN&gt;&lt;SPAN&gt;: TypeConversionError — possibly due to arrays within the nested structs (&lt;/SPAN&gt;&lt;SPAN&gt;`device.components[]`&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;`claimOrder.events[]`&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;4. Push simplified seed event with no arrays&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt; Removed all array fields (set to null), kept all nested objects populated&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt; &lt;SPAN&gt;Result&lt;/SPAN&gt;&lt;SPAN&gt;: Still TypeConversionError&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;5. Change schemaMode to "None"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt; Updated &lt;/SPAN&gt;&lt;SPAN&gt;`eventstreamProperties.json`&lt;/SPAN&gt;&lt;SPAN&gt; via API: &lt;/SPAN&gt;&lt;SPAN&gt;`"schemaMode": "None"`&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt; &lt;SPAN&gt;Result&lt;/SPAN&gt;&lt;SPAN&gt;: Still TypeConversionError. schemaMode appears to only affect schema inference display, not the actual data conversion at the destination.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;6. Select different inferred schema &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt; The Eventstream had 5 auto-inferred schemas.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt; &lt;SPAN&gt;Result&lt;/SPAN&gt;&lt;SPAN&gt;: Still TypeConversionError for few cases&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Reproduction Steps&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;1.&lt;/SPAN&gt;&lt;SPAN&gt; Create an Event Hub with nested JSON events (mix of null and populated nested objects)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;2.&lt;/SPAN&gt;&lt;SPAN&gt; Create an Eventstream with the Event Hub as source&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;3.&lt;/SPAN&gt;&lt;SPAN&gt; Add a Lakehouse destination (Delta table, Json format) it was cross-workspace for my work&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;4.&lt;/SPAN&gt;&lt;SPAN&gt; Send events where some have nested objects populated and others have them as null&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;5.&lt;/SPAN&gt;&lt;SPAN&gt; Observe TypeConversionError in Runtime logs&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;Few things which I want to understand:&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;1.&lt;/SPAN&gt;&lt;SPAN&gt; Is &lt;/SPAN&gt;&lt;SPAN&gt;`schemaMode: "None"`&lt;/SPAN&gt;&lt;SPAN&gt; supposed to disable type conversion at the destination, or only at the source?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;2.&lt;/SPAN&gt;&lt;SPAN&gt; How should we handle events where a field can be either &lt;/SPAN&gt;&lt;SPAN&gt;`null`&lt;/SPAN&gt;&lt;SPAN&gt; or a nested object across different messages?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;3.&lt;/SPAN&gt;&lt;SPAN&gt; Is there a way to disable schema enforcement on the Lakehouse destination entirely?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;4.&lt;/SPAN&gt;&lt;SPAN&gt; Is cross-workspace destination a factor in this issue? Eventstream is in Workspace 1 but Lakehouse is in Workspace 2.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;5.&lt;/SPAN&gt;&lt;SPAN&gt; What is the recommended pattern for ingesting deeply nested JSON (3-4 levels, with arrays) into a Lakehouse via Eventstream?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 May 2026 12:18:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Eventstream-TypeConversionError-when-writing-nested-JSON/m-p/5181498#M16188</guid>
      <dc:creator>moboyal1</dc:creator>
      <dc:date>2026-05-12T12:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Eventstream: TypeConversionError when writing nested JSON to Lakehouse Delta table</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Eventstream-TypeConversionError-when-writing-nested-JSON/m-p/5181736#M16198</link>
      <description>&lt;DIV&gt;&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1053899"&gt;@moboyal1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your eventstream creates a delta table based on the schema of the first record. If the first record contains a null value, it likely treats the field as a String, and later records with objects or arrays can cause a TypeConversion error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Does `schemaMode: "None"` disable type conversion at the destination, or just at the source?&lt;/P&gt;&lt;P&gt;&lt;I&gt;Schema enforcement applies when writing data into a lakehouse destination table.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/add-destination-lakehouse" href="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/add-destination-lakehouse" rel="noreferrer noopener" target="_blank"&gt;Add a lakehouse destination to an eventstream - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. How should events be handled when a field varies between `null` and a nested object?&lt;/P&gt;&lt;P&gt;Consider flattening fields using the Manage Fields transformation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/overview?tabs=enhancedcapabilities" href="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/overview?tabs=enhancedcapabilities" rel="noreferrer noopener" target="_blank"&gt;Microsoft Fabric Eventstreams Overview - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Is it possible to disable schema enforcement on the Lakehouse destination?&lt;/P&gt;&lt;P&gt;Schema enforcement cannot be disabled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. Does using a cross-workspace destination affect this issue? Eventstream is in Workspace 1 and Lakehouse in Workspace 2.&lt;/P&gt;&lt;P&gt;Cross-workspace destination is not an issue in your case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5. What is the best approach for ingesting deeply nested JSON (3-4 levels, including arrays) into a Lakehouse through Eventstream?&lt;/P&gt;&lt;P&gt;Consider using an Eventhouse as a destination, where you can configure schemas for the Eventhouse destination.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/add-destination-kql-database" href="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/add-destination-kql-database" rel="noreferrer noopener" target="_blank"&gt;Add an Eventhouse destination to an eventstream - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 May 2026 19:40:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Eventstream-TypeConversionError-when-writing-nested-JSON/m-p/5181736#M16198</guid>
      <dc:creator>deborshi_nag</dc:creator>
      <dc:date>2026-05-12T19:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Eventstream: TypeConversionError when writing nested JSON to Lakehouse Delta table</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Eventstream-TypeConversionError-when-writing-nested-JSON/m-p/5182238#M16214</link>
      <description>&lt;P&gt;How it will handle ever-evolving schema?&lt;BR /&gt;I don't want to write data to Eventhouse. I want to read from EventHubs in the same format upstream pushes it and then load it into Lakehouse in same format&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2026 18:31:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Eventstream-TypeConversionError-when-writing-nested-JSON/m-p/5182238#M16214</guid>
      <dc:creator>moboyal1</dc:creator>
      <dc:date>2026-05-13T18:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Eventstream: TypeConversionError when writing nested JSON to Lakehouse Delta table</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Eventstream-TypeConversionError-when-writing-nested-JSON/m-p/5183407#M16230</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1053899"&gt;@moboyal1&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for the clarification.&lt;/P&gt;
&lt;P&gt;From the current behavior, Eventstream Lakehouse destinations expect a relatively consistent schema while writing to Delta tables. Because of that, fully dynamic nested JSON payloads (especially where fields can change between null, objects, or arrays) may result in TypeConversionError.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the requirement is to preserve the payload exactly as received from Event Hubs, one possible approach would be to first store the raw JSON as-is and then handle parsing/schema evolution downstream using Spark notebooks or other processing options where schema handling is more flexible.&lt;/P&gt;
&lt;P&gt;At this time, there does not seem to be an option to completely disable schema enforcement for Lakehouse destinations in Eventstream.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sharing a few related documents which may help clarify the current behavior and supported patterns:&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-and-delta-tables" target="_blank"&gt;Lakehouse and Delta Tables - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/overview?tabs=enhancedcapabilities" target="_blank"&gt;Microsoft Fabric Eventstreams Overview - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/add-destination-lakehouse" target="_blank"&gt;Add a lakehouse destination to an eventstream - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps if you have any queries we are&amp;nbsp; happy to assist you further.&lt;BR /&gt;Regards,&lt;BR /&gt;Community Support Team.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2026 08:58:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Eventstream-TypeConversionError-when-writing-nested-JSON/m-p/5183407#M16230</guid>
      <dc:creator>v-hjannapu</dc:creator>
      <dc:date>2026-05-15T08:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Eventstream: TypeConversionError when writing nested JSON to Lakehouse Delta table</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Eventstream-TypeConversionError-when-writing-nested-JSON/m-p/5184564#M16260</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1053899"&gt;@moboyal1&lt;/a&gt;,&lt;BR /&gt;I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We are always here to support you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Community Support Team.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2026 11:30:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Eventstream-TypeConversionError-when-writing-nested-JSON/m-p/5184564#M16260</guid>
      <dc:creator>v-hjannapu</dc:creator>
      <dc:date>2026-05-18T11:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Eventstream: TypeConversionError when writing nested JSON to Lakehouse Delta table</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Eventstream-TypeConversionError-when-writing-nested-JSON/m-p/5186888#M16314</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1053899"&gt;@moboyal1&lt;/a&gt;,&lt;BR /&gt;I hope the information provided above assists you in resolving the issue. If you have any additional questions or concerns, please do not hesitate to contact us. We are here to support you and will be happy to help with any further assistance you may need.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Community Support Team.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2026 11:36:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Eventstream-TypeConversionError-when-writing-nested-JSON/m-p/5186888#M16314</guid>
      <dc:creator>v-hjannapu</dc:creator>
      <dc:date>2026-05-21T11:36:43Z</dc:date>
    </item>
  </channel>
</rss>

