<?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: Response Of tRestClient as XML in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Response-Of-tRestClient-as-XML/m-p/2265834#M45249</link>
    <description>&lt;P&gt;Evansdar is right .&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here is the code snippet.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RestXMLResponseHandling.jpg" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2Cb.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133677iD638D98822362CC3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2Cb.jpg" alt="0683p000009M2Cb.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Jan 2019 16:45:32 GMT</pubDate>
    <dc:creator>ashif2</dc:creator>
    <dc:date>2019-01-02T16:45:32Z</dc:date>
    <item>
      <title>Response Of tRestClient as XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Response-Of-tRestClient-as-XML/m-p/2265832#M45247</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using trestclient to fetch my api.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this is data after fetch&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;query-response&amp;gt;
  &amp;lt;data-table count="1" filter="VISITID_QUERY"&amp;gt;
    &amp;lt;columns&amp;gt;
      &amp;lt;column&amp;gt;Visit&amp;lt;/column&amp;gt;
      &amp;lt;column&amp;gt;Line&amp;lt;/column&amp;gt;
      &amp;lt;column&amp;gt;Vel Name&amp;lt;/column&amp;gt;
      &amp;lt;column&amp;gt;Vel Class&amp;lt;/column&amp;gt;
      &amp;lt;column&amp;gt;I/B yg&amp;lt;/column&amp;gt;
      &amp;lt;column&amp;gt;O/B Vy&amp;lt;/column&amp;gt;
      &amp;lt;column&amp;gt;Pse&amp;lt;/column&amp;gt;
    &amp;lt;/columns&amp;gt;
    &amp;lt;rows&amp;gt;
      &amp;lt;row primary-key="32116"&amp;gt;
        &amp;lt;field&amp;gt;M02&amp;lt;/field&amp;gt;
        &amp;lt;field&amp;gt;MK&amp;lt;/field&amp;gt;
        &amp;lt;field&amp;gt;MKA&amp;lt;/field&amp;gt;
        &amp;lt;field&amp;gt;A&amp;lt;/field&amp;gt;
        &amp;lt;field&amp;gt;19&amp;lt;/field&amp;gt;
        &amp;lt;field&amp;gt;02&amp;lt;/field&amp;gt;
        &amp;lt;field&amp;gt;In&amp;lt;/field&amp;gt;
      &amp;lt;/row&amp;gt;
    &amp;lt;/rows&amp;gt;
  &amp;lt;/data-table&amp;gt;
&amp;lt;/query-response&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i wanna use this data in other element for example i wanna take first field, how can use that ?&lt;/P&gt;
&lt;P&gt;i tried use tXMLmap but the data show as string not XML&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:57:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Response-Of-tRestClient-as-XML/m-p/2265832#M45247</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T06:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Response Of tRestClient as XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Response-Of-tRestClient-as-XML/m-p/2265833#M45248</link>
      <description>&lt;P&gt;Put a &lt;A href="https://help.talend.com/reader/mjoDghHoMPI0yuyZ83a13Q/GDoeGgb~qKpyQ_84gB37WQ" target="_self" rel="nofollow noopener noreferrer"&gt;tConvertType&lt;/A&gt;&amp;nbsp;before your tXMLMap and convert String to Document&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 13:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Response-Of-tRestClient-as-XML/m-p/2265833#M45248</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-02T13:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Response Of tRestClient as XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Response-Of-tRestClient-as-XML/m-p/2265834#M45249</link>
      <description>&lt;P&gt;Evansdar is right .&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here is the code snippet.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RestXMLResponseHandling.jpg" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2Cb.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133677iD638D98822362CC3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2Cb.jpg" alt="0683p000009M2Cb.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 16:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Response-Of-tRestClient-as-XML/m-p/2265834#M45249</guid>
      <dc:creator>ashif2</dc:creator>
      <dc:date>2019-01-02T16:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Response Of tRestClient as XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Response-Of-tRestClient-as-XML/m-p/2265835#M45250</link>
      <description>Evansdar and Ashif thanks for reply.&lt;BR /&gt;&lt;BR /&gt;Ok after convert how can I interactive with field?&lt;BR /&gt;for example I want to take first field "M02" from my response, How can I do that ?</description>
      <pubDate>Thu, 03 Jan 2019 06:00:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Response-Of-tRestClient-as-XML/m-p/2265835#M45250</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-03T06:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Response Of tRestClient as XML</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Response-Of-tRestClient-as-XML/m-p/2265836#M45251</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOxMAAW"&gt;@Turki&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;pass the xml response to textractXMLField component and give "/query-response/data-table/rows/row" in the loop Xquery path and "field" in the xpath query and in the XML field choose the column that has the xml string. output schema for the extactxml component would be the strings you want to extract from the response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 06:11:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Response-Of-tRestClient-as-XML/m-p/2265836#M45251</guid>
      <dc:creator>nivedhitha</dc:creator>
      <dc:date>2019-01-03T06:11:02Z</dc:date>
    </item>
  </channel>
</rss>

