<?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: Flatten nested JSON in KQL DB in Eventstream</title>
    <link>https://community.fabric.microsoft.com/t5/Eventstream/Flatten-nested-JSON-in-KQL-DB/m-p/3661102#M45</link>
    <description>&lt;P&gt;Did you try the "Event processing before ingestion"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/real-time-analytics/event-streams/add-manage-eventstream-destinations#add-a-kql-database-as-a-destination" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/real-time-analytics/event-streams/add-manage-eventstream-destinations#add-a-kql-database-as-a-destination&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jan 2024 17:41:25 GMT</pubDate>
    <dc:creator>frithjof_v</dc:creator>
    <dc:date>2024-01-25T17:41:25Z</dc:date>
    <item>
      <title>Flatten nested JSON in KQL DB</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Flatten-nested-JSON-in-KQL-DB/m-p/3640804#M38</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;Is there a way to flatten and ingest nested JSON into KQL DB using Real time analytics. Consider it as a one time load from Onelake.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 20:58:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Flatten-nested-JSON-in-KQL-DB/m-p/3640804#M38</guid>
      <dc:creator>Debasish_p</dc:creator>
      <dc:date>2024-05-20T20:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Flatten nested JSON in KQL DB</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Flatten-nested-JSON-in-KQL-DB/m-p/3640851#M39</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="664592" data-lia-user-login="Debasish_p" class="lia-mention lia-mention-user"&gt;Debasish_p&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thanks for using Fabric Community.&lt;BR /&gt;Can you please explan your query with more details?&lt;BR /&gt;&lt;BR /&gt;We can insert Json data into KQL from One Lake -&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/real-time-analytics/get-data-onelake#advanced-options-based-on-data-type" target="_blank" rel="noopener"&gt;Get data from OneLake - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Did you got a chance to refer above document?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 11:19:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Flatten-nested-JSON-in-KQL-DB/m-p/3640851#M39</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-16T11:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Flatten nested JSON in KQL DB</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Flatten-nested-JSON-in-KQL-DB/m-p/3640882#M40</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;. I am able to ingest nested JSON to KQL. My question was more towards dynamically flattening a nested json before ingesting to KQL.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can take the sample data as below:&lt;/P&gt;&lt;DIV&gt;[&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"id": "0001",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"type": "donut",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"name": "Cake",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"ppu": 0.55,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"batters":&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{ "id": "1001", "type": "Regular" },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{ "id": "1002", "type": "Chocolate" },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{ "id": "1003", "type": "Blueberry" },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{ "id": "1004", "type": "Devil's Food" }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"topping":&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{ "id": "5001", "type": "None" },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{ "id": "5002", "type": "Glazed" },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{ "id": "5005", "type": "Sugar" },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{ "id": "5007", "type": "Powdered Sugar" },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{ "id": "5006", "type": "Chocolate with Sprinkles" },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{ "id": "5003", "type": "Chocolate" },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{ "id": "5004", "type": "Maple" }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"id": "0002",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"type": "donut",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"name": "Raised",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"ppu": 0.55,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"batters":&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{ "id": "1001", "type": "Regular" }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"topping":&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{ "id": "5001", "type": "None" },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{ "id": "5002", "type": "Glazed" },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{ "id": "5005", "type": "Sugar" },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{ "id": "5003", "type": "Chocolate" },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{ "id": "5004", "type": "Maple" }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"id": "0003",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"type": "donut",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"name": "Old Fashioned",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"ppu": 0.55,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"batters":&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{ "id": "1001", "type": "Regular" },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{ "id": "1002", "type": "Chocolate" }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"topping":&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{ "id": "5001", "type": "None" },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{ "id": "5002", "type": "Glazed" },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{ "id": "5003", "type": "Chocolate" },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{ "id": "5004", "type": "Maple" }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;]&lt;/DIV&gt;</description>
      <pubDate>Tue, 16 Jan 2024 11:36:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Flatten-nested-JSON-in-KQL-DB/m-p/3640882#M40</guid>
      <dc:creator>Debasish_p</dc:creator>
      <dc:date>2024-01-16T11:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Flatten nested JSON in KQL DB</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Flatten-nested-JSON-in-KQL-DB/m-p/3642085#M41</link>
      <description>&lt;P&gt;Hello &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="664592" data-lia-user-login="Debasish_p" class="lia-mention lia-mention-user"&gt;Debasish_p&lt;/a&gt;&amp;nbsp; &lt;BR /&gt;Thanks for using the Fabric community.&lt;/P&gt;
&lt;P&gt;I have not tested this scenario but I suggest that you can try the "ingestion mapping name "&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;H1 id="json-mapping"&gt;Json mapping&amp;nbsp;&lt;/H1&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/data-explorer/kusto/management/json-mapping" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/data-explorer/kusto/management/json-mapping&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;HImanshu &lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 23:06:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Flatten-nested-JSON-in-KQL-DB/m-p/3642085#M41</guid>
      <dc:creator>HimanshuS-msft</dc:creator>
      <dc:date>2024-01-16T23:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Flatten nested JSON in KQL DB</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Flatten-nested-JSON-in-KQL-DB/m-p/3645689#M42</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="664592" data-lia-user-login="Debasish_p" class="lia-mention lia-mention-user"&gt;Debasish_p&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In case if you have any resolution please do share that same with the community as it can be helpful to others .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise, will respond back with the more details and we will try to help .&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 10:44:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Flatten-nested-JSON-in-KQL-DB/m-p/3645689#M42</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-18T10:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Flatten nested JSON in KQL DB</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Flatten-nested-JSON-in-KQL-DB/m-p/3645801#M43</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="538677" data-lia-user-login="HimanshuS-msft" class="lia-mention lia-mention-user"&gt;HimanshuS-msft&lt;/a&gt;&amp;nbsp;, the above solution involves ADF. I was looking at flattening while directly ingesting in KQL DB.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 11:44:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Flatten-nested-JSON-in-KQL-DB/m-p/3645801#M43</guid>
      <dc:creator>Debasish_p</dc:creator>
      <dc:date>2024-01-18T11:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Flatten nested JSON in KQL DB</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Flatten-nested-JSON-in-KQL-DB/m-p/3659939#M44</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="664592" data-lia-user-login="Debasish_p" class="lia-mention lia-mention-user"&gt;Debasish_p&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Apologies for the delay in reply from our side &lt;BR /&gt;&lt;BR /&gt;I will request you to please go ahead with Microsoft support on this &lt;A href="https://support.fabric.microsoft.com/en-IN/support/" target="_blank" rel="noopener"&gt;support-ticket-link.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;After creating a Support ticket please provide the ticket number as it would help us to track for more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps. Please let us know if you have any other queries.&lt;BR /&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 10:47:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Flatten-nested-JSON-in-KQL-DB/m-p/3659939#M44</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-25T10:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Flatten nested JSON in KQL DB</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Flatten-nested-JSON-in-KQL-DB/m-p/3661102#M45</link>
      <description>&lt;P&gt;Did you try the "Event processing before ingestion"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/real-time-analytics/event-streams/add-manage-eventstream-destinations#add-a-kql-database-as-a-destination" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/real-time-analytics/event-streams/add-manage-eventstream-destinations#add-a-kql-database-as-a-destination&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 17:41:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Flatten-nested-JSON-in-KQL-DB/m-p/3661102#M45</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-01-25T17:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Flatten nested JSON in KQL DB</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Flatten-nested-JSON-in-KQL-DB/m-p/3665894#M46</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="664592" data-lia-user-login="Debasish_p" class="lia-mention lia-mention-user"&gt;Debasish_p&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .&lt;BR /&gt;In case if you have any resolution please do share that same with the community as it can be helpful to others . &lt;BR /&gt;If creted s&lt;SPAN&gt;upport ticket, please provide the ticket number as it would help us to track for more information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 09:47:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Flatten-nested-JSON-in-KQL-DB/m-p/3665894#M46</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-29T09:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Flatten nested JSON in KQL DB</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Flatten-nested-JSON-in-KQL-DB/m-p/3745212#M47</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Hi All, the issue has been resolved. Below are the steps that I have done to resolve the issue.&lt;/P&gt;&lt;P&gt;1. Create 2 tables. One AS-IS(Staging) table and the otheris an target table&lt;/P&gt;&lt;P&gt;2. Create a KQL function and&lt;/P&gt;&lt;P&gt;3. adding it as an update policy in the target table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 07:23:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Flatten-nested-JSON-in-KQL-DB/m-p/3745212#M47</guid>
      <dc:creator>Debasish_p</dc:creator>
      <dc:date>2024-03-06T07:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Flatten nested JSON in KQL DB</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Flatten-nested-JSON-in-KQL-DB/m-p/3745243#M48</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="664592" data-lia-user-login="Debasish_p" class="lia-mention lia-mention-user"&gt;Debasish_p&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Glad to know your query got resolved. Please continue using Fabric Community for your further queries.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 07:32:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Flatten-nested-JSON-in-KQL-DB/m-p/3745243#M48</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-06T07:32:42Z</dc:date>
    </item>
  </channel>
</rss>

