<?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 Flattening nested JSON values in a dataflow with varying keys. in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Flattening-nested-JSON-values-in-a-dataflow-with-varying-keys/m-p/3975758#M3104</link>
    <description>&lt;P&gt;We are using Azrue DevOps REST API calls to return JSON files and storing them in blob. Then we perform a dataflow to transform the data. The issue is a portion of the JSON being stored in blob has varying keys.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When we specify the columns to map in a Select action, we are selecting specifically one of the varying keys from a list of options. But need to map ALL of these – we cannot manually specify these because the data source is so large.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We cannot implement a standard name for this section of the JSON. A wildcard for { } would work ideally but is not supported. We do not care what the keys are, just the contents (id, name).&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;Select Action:&lt;/STRONG&gt;&lt;BR /&gt;Source Column:&lt;BR /&gt;resources.pipelines.{src-release}.pipeline.id&lt;BR /&gt;resources.pipelines.{src-release}.pipeline.name&lt;/P&gt;&lt;P&gt;resources.pipelines.{build }.pipeline.id&lt;/P&gt;&lt;P&gt;resources.pipelines.{build }.pipeline.name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mapping Name as:&lt;BR /&gt;‘pipelineID’&lt;/P&gt;&lt;P&gt;‘pipelineName’&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Below is a JSON snippet which highlights the key from the source JSON&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example of Select action mapping – each key shows as its own dropdown:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jun 2024 02:39:39 GMT</pubDate>
    <dc:creator>Velegandla</dc:creator>
    <dc:date>2024-06-06T02:39:39Z</dc:date>
    <item>
      <title>Flattening nested JSON values in a dataflow with varying keys.</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Flattening-nested-JSON-values-in-a-dataflow-with-varying-keys/m-p/3975758#M3104</link>
      <description>&lt;P&gt;We are using Azrue DevOps REST API calls to return JSON files and storing them in blob. Then we perform a dataflow to transform the data. The issue is a portion of the JSON being stored in blob has varying keys.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When we specify the columns to map in a Select action, we are selecting specifically one of the varying keys from a list of options. But need to map ALL of these – we cannot manually specify these because the data source is so large.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We cannot implement a standard name for this section of the JSON. A wildcard for { } would work ideally but is not supported. We do not care what the keys are, just the contents (id, name).&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;Select Action:&lt;/STRONG&gt;&lt;BR /&gt;Source Column:&lt;BR /&gt;resources.pipelines.{src-release}.pipeline.id&lt;BR /&gt;resources.pipelines.{src-release}.pipeline.name&lt;/P&gt;&lt;P&gt;resources.pipelines.{build }.pipeline.id&lt;/P&gt;&lt;P&gt;resources.pipelines.{build }.pipeline.name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mapping Name as:&lt;BR /&gt;‘pipelineID’&lt;/P&gt;&lt;P&gt;‘pipelineName’&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Below is a JSON snippet which highlights the key from the source JSON&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example of Select action mapping – each key shows as its own dropdown:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 02:39:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Flattening-nested-JSON-values-in-a-dataflow-with-varying-keys/m-p/3975758#M3104</guid>
      <dc:creator>Velegandla</dc:creator>
      <dc:date>2024-06-06T02:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Flattening nested JSON values in a dataflow with varying keys.</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Flattening-nested-JSON-values-in-a-dataflow-with-varying-keys/m-p/3977714#M3108</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="753411" data-lia-user-login="Velegandla" class="lia-mention lia-mention-user"&gt;Velegandla&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for using Fabric Community.&lt;BR /&gt;Can you please confirm if you are trying the above scenario with ADF dataflow or Fabric Dataflows?&lt;BR /&gt;thanks&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 17:25:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Flattening-nested-JSON-values-in-a-dataflow-with-varying-keys/m-p/3977714#M3108</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-06T17:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Flattening nested JSON values in a dataflow with varying keys.</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Flattening-nested-JSON-values-in-a-dataflow-with-varying-keys/m-p/3978234#M3109</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ADF dataflow&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 01:29:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Flattening-nested-JSON-values-in-a-dataflow-with-varying-keys/m-p/3978234#M3109</guid>
      <dc:creator>Velegandla</dc:creator>
      <dc:date>2024-06-07T01:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Flattening nested JSON values in a dataflow with varying keys.</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Flattening-nested-JSON-values-in-a-dataflow-with-varying-keys/m-p/3982556#M3116</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="753411" data-lia-user-login="Velegandla" class="lia-mention lia-mention-user"&gt;Velegandla&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apologies for the inconvenience, this community is specifically for discussions and questions related to Microsoft Fabric. For queries related to Azure Data Factory, we recommend using the dedicated Microsoft Q&amp;amp;A forum where they are ready to assist you better. Here's the link to post your query in Microsoft Q&amp;amp;A :&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/answers/questions/ask/" target="_blank" rel="noopener nofollow noreferrer"&gt;Ask a question - Microsoft Q&amp;amp;A&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 04:51:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Flattening-nested-JSON-values-in-a-dataflow-with-varying-keys/m-p/3982556#M3116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-10T04:51:53Z</dc:date>
    </item>
  </channel>
</rss>

