<?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: Getting a multilevel JSON from an API not working in Fabric Data Factory in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Getting-a-multilevel-JSON-from-an-API-not-working-in-Fabric-Data/m-p/3729454#M1983</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="686286" data-lia-user-login="PedroCSeq" class="lia-mention lia-mention-user"&gt;PedroCSeq&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Apologies for the issue you have been facing. I would like to check are you still facing this issue?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If its a bug, we will definitely would like to know and properly address it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please go ahead and raise a support ticket to reach our support team:&amp;nbsp;&lt;A href="https://support.fabric.microsoft.com/en-IN/support/" target="_blank" rel="noopener"&gt;Link&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;Thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Feb 2024 05:10:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-02-28T05:10:26Z</dc:date>
    <item>
      <title>Getting a multilevel JSON from an API not working in Fabric Data Factory</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Getting-a-multilevel-JSON-from-an-API-not-working-in-Fabric-Data/m-p/3719537#M1944</link>
      <description>&lt;P&gt;Hello everyone!&lt;BR /&gt;I'm trying to get a multiple JSON files from an API and having issues with a few of them: when using a normal REST connection it returns an invalid opperation (keeping in mind the same exact call works fine on Postman):&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Rest call failed with server error, status code 500 InternalServerError, please check your activity settings and remote server issues.&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Request URL: [redacted]'.Response: {"returnCode":3,"returnStatus":"INVALID_API_OPERATION"}&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Activity ID&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;de615923-a51c-47ff-9af2-f0b8240c5776&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;When using a generic http connection with the correct accept statement (application/vnd.mambu.v2+json), it can get to the json but Data Factory doesn't recognize it, throwing this error:&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;BR /&gt;Error occurred when deserializing source JSON file '[redacted]'. Check if the data is in valid JSON object format. Unexpected character encountered while parsing value: &amp;lt;. Path '', line 0, position 0.&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;I have a notebook that can get to it which I'd like to use only if stricty necessary, because saving jsons with notebooks makes it so I can't name the files saved, only the folders it will be put in and it's somewhat important that the files are named uniformelly.&amp;nbsp;&lt;BR /&gt;Anyone knows a method that would work for using the copy activity to get a multilevel JSONs from an API v2?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 23 Feb 2024 10:30:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Getting-a-multilevel-JSON-from-an-API-not-working-in-Fabric-Data/m-p/3719537#M1944</guid>
      <dc:creator>PedroCSeq</dc:creator>
      <dc:date>2024-02-23T10:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a multilevel JSON from an API not working in Fabric Data Factory</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Getting-a-multilevel-JSON-from-an-API-not-working-in-Fabric-Data/m-p/3721131#M1953</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="686286" data-lia-user-login="PedroCSeq" class="lia-mention lia-mention-user"&gt;PedroCSeq&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thanks for using Fabric Community. &lt;BR /&gt;I can some method&lt;SPAN&gt;s to the JSON deserialization error you're encountering in Fabric Data Factory.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;These steps might help:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;1. Validate JSON Format:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Manually:&amp;nbsp;Inspect a sample of the response from the API using tools like Postman or a browser.&lt;/LI&gt;
&lt;LI&gt;Review Structure:&amp;nbsp;Make sure it adheres to JSON syntax rules. You can use a JSON validator online or in your code.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;2. Address Unexpected Characters:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Trim Leading/Trailing Characters:&amp;nbsp;Remove any extra whitespace or characters before the first curly brace.&lt;/LI&gt;
&lt;LI&gt;Check Data:&amp;nbsp;Ensure the response doesn't contain HTML elements or other non-JSON content.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;Hope this is helpful. Please let me know incase of further queries.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Feb 2024 10:07:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Getting-a-multilevel-JSON-from-an-API-not-working-in-Fabric-Data/m-p/3721131#M1953</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-24T10:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a multilevel JSON from an API not working in Fabric Data Factory</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Getting-a-multilevel-JSON-from-an-API-not-working-in-Fabric-Data/m-p/3722809#M1959</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="686286" data-lia-user-login="PedroCSeq" class="lia-mention lia-mention-user"&gt;PedroCSeq&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;Otherwise, will respond back with the more details and we will try to help.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 05:33:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Getting-a-multilevel-JSON-from-an-API-not-working-in-Fabric-Data/m-p/3722809#M1959</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-26T05:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a multilevel JSON from an API not working in Fabric Data Factory</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Getting-a-multilevel-JSON-from-an-API-not-working-in-Fabric-Data/m-p/3726881#M1974</link>
      <description>&lt;P&gt;I had confirmed that the JSON is valid prior to trying to use copy data, by getting it through notebooks. Also, the link is correct and the only response is in json form, as other calls with simpler json responses to the same main api are working using the same connection.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 09:24:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Getting-a-multilevel-JSON-from-an-API-not-working-in-Fabric-Data/m-p/3726881#M1974</guid>
      <dc:creator>PedroCSeq</dc:creator>
      <dc:date>2024-02-27T09:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a multilevel JSON from an API not working in Fabric Data Factory</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Getting-a-multilevel-JSON-from-an-API-not-working-in-Fabric-Data/m-p/3729454#M1983</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="686286" data-lia-user-login="PedroCSeq" class="lia-mention lia-mention-user"&gt;PedroCSeq&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Apologies for the issue you have been facing. I would like to check are you still facing this issue?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If its a bug, we will definitely would like to know and properly address it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please go ahead and raise a support ticket to reach our support team:&amp;nbsp;&lt;A href="https://support.fabric.microsoft.com/en-IN/support/" target="_blank" rel="noopener"&gt;Link&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 05:10:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Getting-a-multilevel-JSON-from-an-API-not-working-in-Fabric-Data/m-p/3729454#M1983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-28T05:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a multilevel JSON from an API not working in Fabric Data Factory</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Getting-a-multilevel-JSON-from-an-API-not-working-in-Fabric-Data/m-p/3730232#M1987</link>
      <description>&lt;P&gt;Good morning,&lt;BR /&gt;&lt;BR /&gt;Yes, I'm still getting an error:&lt;BR /&gt;Access '[redacted]:search?detailsLevel=FULL' is not allowed on Azure integrate runtime.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This should be a very simple post request on this api&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 10:03:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Getting-a-multilevel-JSON-from-an-API-not-working-in-Fabric-Data/m-p/3730232#M1987</guid>
      <dc:creator>PedroCSeq</dc:creator>
      <dc:date>2024-02-28T10:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a multilevel JSON from an API not working in Fabric Data Factory</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Getting-a-multilevel-JSON-from-an-API-not-working-in-Fabric-Data/m-p/3735607#M2010</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="686286" data-lia-user-login="PedroCSeq" class="lia-mention lia-mention-user"&gt;PedroCSeq&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;At this time, we are reaching out to the internal team to get some help on this .&lt;BR /&gt;We will update you once we hear back from them.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 07:04:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Getting-a-multilevel-JSON-from-an-API-not-working-in-Fabric-Data/m-p/3735607#M2010</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-01T07:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a multilevel JSON from an API not working in Fabric Data Factory</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Getting-a-multilevel-JSON-from-an-API-not-working-in-Fabric-Data/m-p/4071733#M4826</link>
      <description>&lt;P&gt;I have been facing the same issue too.&lt;BR /&gt;When I use web activity the output seems to be previewed without any issues but when I try to recreate the same in Copy data I get an error that my JSON output is invalid&lt;BR /&gt;I have checked the response in postman and that JSON output seems to be valid&lt;BR /&gt;I Would really like to have some clarity on this&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 15:37:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Getting-a-multilevel-JSON-from-an-API-not-working-in-Fabric-Data/m-p/4071733#M4826</guid>
      <dc:creator>sreedharshan10</dc:creator>
      <dc:date>2024-07-31T15:37:59Z</dc:date>
    </item>
  </channel>
</rss>

