<?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: how to pull the fetchxml API data from the trestclient? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-pull-the-fetchxml-API-data-from-the-trestclient/m-p/2269444#M47692</link>
    <description>&lt;P&gt;as You can see from your screenshot - API return error for you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so, double check uri&amp;nbsp;variable, if it work in Postman, it must work in talend&amp;nbsp;and must return to you same information&lt;/P&gt;</description>
    <pubDate>Fri, 23 Nov 2018 11:41:30 GMT</pubDate>
    <dc:creator>vapukov</dc:creator>
    <dc:date>2018-11-23T11:41:30Z</dc:date>
    <item>
      <title>how to pull the fetchxml API data from the trestclient?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-pull-the-fetchxml-API-data-from-the-trestclient/m-p/2269437#M47685</link>
      <description>&lt;P&gt;how to pull the fetchxml dat from the trestclient?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;API URL:&lt;/STRONG&gt;&amp;nbsp; &lt;A href="https://dynamics/api/data/" target="_blank"&gt;https://dynamics/api/data/&lt;/A&gt;&amp;lt;entity&amp;gt;?fetchXml=&amp;lt;fetch&amp;gt;&amp;lt;entity name="product" &amp;gt;&amp;lt;all-attributes/&amp;gt;&amp;lt;link-entity name="document" from="positiongroupsid"to="positiongroupsid" intersect="true" /&amp;gt;&amp;lt;/entity&amp;gt;&amp;lt;/fetch&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know how to pull the data from the above relationship query from the dynamics using Trestclient component.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-pull-the-fetchxml-API-data-from-the-trestclient/m-p/2269437#M47685</guid>
      <dc:creator>amit_n</dc:creator>
      <dc:date>2024-11-16T07:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to pull the fetchxml API data from the trestclient?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-pull-the-fetchxml-API-data-from-the-trestclient/m-p/2269438#M47686</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what is your problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if API text correct just escape " as \"&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2018 10:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-pull-the-fetchxml-API-data-from-the-trestclient/m-p/2269438#M47686</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-11-23T10:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to pull the fetchxml API data from the trestclient?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-pull-the-fetchxml-API-data-from-the-trestclient/m-p/2269439#M47687</link>
      <description>&lt;P&gt;I am tryin to pull the data from dynamics with the fetchxml relationship query .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;API:-&amp;nbsp; https://dynamics/api/data/v8.2/&amp;lt;entity&amp;gt;?fetchXml=&amp;lt;fetch&amp;gt;&amp;lt;entity name="productgroup" &amp;gt;&amp;lt;all-attributes/&amp;gt;&amp;lt;link-entity name="iodocument" from="indskr_positiongroupsid"to="indskr_positiongroupsid" intersect="true" /&amp;gt;&amp;lt;/entity&amp;gt;&amp;lt;/fetch&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;once we execute in the postman we are getting the json data as below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;"@odata.context": "https://.dynamics.com/api/data//$metadata#positiongroupses(_organizationid_value,organizationid,description,statecode,statuscode,_createdby_value,positiongroupsid,modifiedon,_modifiedby_value,createdon,name)",&lt;BR /&gt;"value": [&lt;BR /&gt;{&lt;BR /&gt;"@odata.etag": "W/\"1181114\"",&lt;BR /&gt;"value": "1ccc219a-db2f-4877-87e",&lt;BR /&gt;"description": "To assign all content in dev to all positions",&lt;BR /&gt;"statecode": 0,&lt;BR /&gt;"statuscode": 1,&lt;BR /&gt;"value": "7f79fecc-e7c0-e811",&lt;BR /&gt;"id": "0a777a48-49c7-e811-a971",&lt;BR /&gt;"modifiedon": "2018-10-03T20:17:06Z",&lt;BR /&gt;"_modifiedby_value": "7f79fecc-e7c0-e811",&lt;BR /&gt;"createdon": "2018-10-03T20:17:06Z",&lt;BR /&gt;"name": "Content Position Group"&lt;BR /&gt;},&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;need to load this data to csv file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;trestclient---&amp;gt;txmlmap---&amp;gt; csv file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when try to pull data from trestclient m getting blank. Please let me know how to pull data.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2018 10:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-pull-the-fetchxml-API-data-from-the-trestclient/m-p/2269439#M47687</guid>
      <dc:creator>amit_n</dc:creator>
      <dc:date>2018-11-23T10:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to pull the fetchxml API data from the trestclient?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-pull-the-fetchxml-API-data-from-the-trestclient/m-p/2269440#M47688</link>
      <description>&lt;P&gt;tRESTClietnt -&amp;gt; tExtractJson -&amp;gt; csv&lt;BR /&gt;&lt;BR /&gt;it works, so if not work - let check where a mistake&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2018 11:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-pull-the-fetchxml-API-data-from-the-trestclient/m-p/2269440#M47688</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-11-23T11:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to pull the fetchxml API data from the trestclient?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-pull-the-fetchxml-API-data-from-the-trestclient/m-p/2269441#M47689</link>
      <description>&lt;P&gt;Please find the attached sceen shots and let me know&amp;nbsp; is there anything m doing wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;context.ioresource_query =&amp;nbsp;https://dynamics/api/data/v8.2/&amp;lt;entity&amp;gt;?fetchXml=&amp;lt;fetch&amp;gt;&amp;lt;entity name="productgroup" &amp;gt;&amp;lt;all-attributes/&amp;gt;&amp;lt;link-entity name="iodocument" from="indskr_positiongroupsid"to="indskr_positiongroupsid" intersect="true" /&amp;gt;&amp;lt;/entity&amp;gt;&amp;lt;/fetch&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please let me know how to resolve it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LuMI"&gt;Capture3.JPG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LtwQ"&gt;Capture2.JPG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LuMN"&gt;Capture1.JPG&lt;/A&gt;</description>
      <pubDate>Fri, 23 Nov 2018 11:12:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-pull-the-fetchxml-API-data-from-the-trestclient/m-p/2269441#M47689</guid>
      <dc:creator>amit_n</dc:creator>
      <dc:date>2018-11-23T11:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to pull the fetchxml API data from the trestclient?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-pull-the-fetchxml-API-data-from-the-trestclient/m-p/2269442#M47690</link>
      <description>&lt;P&gt;You are use wrong XPATH for extract data (at least it not compatible with provided JSON above)&lt;/P&gt;
&lt;P&gt;You can connect tlogrow&amp;nbsp;direct to tRESTClient&amp;nbsp;output and check - what XML you have, then will be possible suggest proper&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as variant:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Loop "/"&lt;/P&gt;
&lt;P&gt;or remove value[*]. from PATH&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2018 11:18:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-pull-the-fetchxml-API-data-from-the-trestclient/m-p/2269442#M47690</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-11-23T11:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to pull the fetchxml API data from the trestclient?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-pull-the-fetchxml-API-data-from-the-trestclient/m-p/2269443#M47691</link>
      <description>&lt;P&gt;When i connect to tlogrow m getting the result like below attached screen shot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please let me know where m making the mistake.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LuDw"&gt;Capture4.JPG&lt;/A&gt;</description>
      <pubDate>Fri, 23 Nov 2018 11:26:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-pull-the-fetchxml-API-data-from-the-trestclient/m-p/2269443#M47691</guid>
      <dc:creator>amit_n</dc:creator>
      <dc:date>2018-11-23T11:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to pull the fetchxml API data from the trestclient?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-pull-the-fetchxml-API-data-from-the-trestclient/m-p/2269444#M47692</link>
      <description>&lt;P&gt;as You can see from your screenshot - API return error for you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so, double check uri&amp;nbsp;variable, if it work in Postman, it must work in talend&amp;nbsp;and must return to you same information&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2018 11:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-pull-the-fetchxml-API-data-from-the-trestclient/m-p/2269444#M47692</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-11-23T11:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to pull the fetchxml API data from the trestclient?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-pull-the-fetchxml-API-data-from-the-trestclient/m-p/2269445#M47693</link>
      <description>&lt;P&gt;url is working in the postman. but when i try it in trestclient component it is giving the error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;do i need to specify any query parameter. Please let me know how to resolve it.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 05:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-pull-the-fetchxml-API-data-from-the-trestclient/m-p/2269445#M47693</guid>
      <dc:creator>amit_n</dc:creator>
      <dc:date>2018-11-26T05:48:52Z</dc:date>
    </item>
  </channel>
</rss>

