<?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: reading json file in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/reading-json-file/m-p/4001657#M4087</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="592286" data-lia-user-login="arkiboys2" class="lia-mention lia-mention-user"&gt;arkiboys2&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thanks for using Fabric Community.&lt;BR /&gt;I tried to upload JSON file into DataFlow Gen 2 and here is my result,&lt;BR /&gt;&lt;BR /&gt;Sample Json:&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;[
    {
        "id": 1,
        "items": [
            {
                "name": "Headphones",
                "price": 79.99,
                "quantity": 1
            },
            {
                "name": "Notebook",
                "price": 9.99,
                "quantity": 2
            }
        ],
        "customer": {
            "name": "Alice Smith",
            "address": {
                "street": "10 Main St",
                "city": "Anytown",
                "state": "CA",
                "zip": "98765"
            },
            "phone": "555-123-4567"
        }
    },
    {
        "id": 2,
        "items": [
            {
                "name": "T-Shirt",
                "price": 14.99,
                "quantity": 1
            },
            {
                "name": "Mug",
                "price": 5.99,
                "quantity": 1
            },
            {
                "name": "Pen Set",
                "price": 3.49,
                "quantity": 2
            }
        ],
        "customer": {
            "name": "Bob Jones",
            "address": {
                "street": "25 Elm St",
                "city": "Springfield",
                "state": "NY",
                "zip": "10001"
            },
            "phone": "555-567-8901"
        }
    }
]
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;Uploading Json File into Dataflow Gen 2:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Output in Dataflow Gen 2:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;You can find each and every operation/steps it performed at right corner.&lt;BR /&gt;&lt;BR /&gt;Can you please upload your json file into dataflow gen2?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Hope this is helpful. Please let me know incase of further queries.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jun 2024 09:53:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-06-20T09:53:39Z</dc:date>
    <item>
      <title>reading json file</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/reading-json-file/m-p/3998142#M4043</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;using the ADF dataflow, I use the flatten activity to read the json file...&lt;BR /&gt;How can I do this in fabric?&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 12:01:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/reading-json-file/m-p/3998142#M4043</guid>
      <dc:creator>arkiboys2</dc:creator>
      <dc:date>2024-06-18T12:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: reading json file</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/reading-json-file/m-p/3999540#M4058</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="592286" data-lia-user-login="arkiboys2" class="lia-mention lia-mention-user"&gt;arkiboys2&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thanks for using Fabric Community.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I’d recommend connecting to the JSON directly in Dataflow Gen2 to perform the flatten operation if it just a single file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there are multiple or it’s a large file, I’d suggest looking at the Copy activity in Data pipeline to land it into the lakehouse and then Dataflow Gen2 to connect and flatten.&lt;BR /&gt;&lt;BR /&gt;Hope this is helpful. Please do let me know incase of further queries.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 06:35:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/reading-json-file/m-p/3999540#M4058</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-19T06:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: reading json file</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/reading-json-file/m-p/3999699#M4060</link>
      <description>&lt;P&gt;yes the files are in the storage account.&lt;/P&gt;&lt;P&gt;how can I flatten the data in dataflowgen2? there is no flatten activity.&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 07:54:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/reading-json-file/m-p/3999699#M4060</guid>
      <dc:creator>arkiboys2</dc:creator>
      <dc:date>2024-06-19T07:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: reading json file</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/reading-json-file/m-p/4001657#M4087</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="592286" data-lia-user-login="arkiboys2" class="lia-mention lia-mention-user"&gt;arkiboys2&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thanks for using Fabric Community.&lt;BR /&gt;I tried to upload JSON file into DataFlow Gen 2 and here is my result,&lt;BR /&gt;&lt;BR /&gt;Sample Json:&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;[
    {
        "id": 1,
        "items": [
            {
                "name": "Headphones",
                "price": 79.99,
                "quantity": 1
            },
            {
                "name": "Notebook",
                "price": 9.99,
                "quantity": 2
            }
        ],
        "customer": {
            "name": "Alice Smith",
            "address": {
                "street": "10 Main St",
                "city": "Anytown",
                "state": "CA",
                "zip": "98765"
            },
            "phone": "555-123-4567"
        }
    },
    {
        "id": 2,
        "items": [
            {
                "name": "T-Shirt",
                "price": 14.99,
                "quantity": 1
            },
            {
                "name": "Mug",
                "price": 5.99,
                "quantity": 1
            },
            {
                "name": "Pen Set",
                "price": 3.49,
                "quantity": 2
            }
        ],
        "customer": {
            "name": "Bob Jones",
            "address": {
                "street": "25 Elm St",
                "city": "Springfield",
                "state": "NY",
                "zip": "10001"
            },
            "phone": "555-567-8901"
        }
    }
]
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;Uploading Json File into Dataflow Gen 2:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Output in Dataflow Gen 2:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;You can find each and every operation/steps it performed at right corner.&lt;BR /&gt;&lt;BR /&gt;Can you please upload your json file into dataflow gen2?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Hope this is helpful. Please let me know incase of further queries.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 09:53:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/reading-json-file/m-p/4001657#M4087</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-20T09:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: reading json file</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/reading-json-file/m-p/4003833#M4115</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="592286" data-lia-user-login="arkiboys2" class="lia-mention lia-mention-user"&gt;arkiboys2&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 your query was answered.&lt;BR /&gt;Otherwise, will respond back with the more details and we will try to help .&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 10:02:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/reading-json-file/m-p/4003833#M4115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-21T10:02:03Z</dc:date>
    </item>
  </channel>
</rss>

