<?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 store tREST output in XML file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/store-tREST-output-in-XML-file/m-p/2257321#M39444</link>
    <description>&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to get the TOKEN from tableau serve by using tableau rest api methods, i was able to get the token by using Postman, but here i got strucked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a simple REST component where i hardcoded the Body and used a 'logrow' component to capture the output, it works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when i try to store the same result, it is not properly writing. I need this file later to get the 'TOKEN'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to capture the response of tREST in an XML file for further processing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:33:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T03:33:36Z</dc:date>
    <item>
      <title>store tREST output in XML file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/store-tREST-output-in-XML-file/m-p/2257321#M39444</link>
      <description>&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to get the TOKEN from tableau serve by using tableau rest api methods, i was able to get the token by using Postman, but here i got strucked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a simple REST component where i hardcoded the Body and used a 'logrow' component to capture the output, it works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when i try to store the same result, it is not properly writing. I need this file later to get the 'TOKEN'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to capture the response of tREST in an XML file for further processing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/store-tREST-output-in-XML-file/m-p/2257321#M39444</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T03:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: store tREST output in XML file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/store-tREST-output-in-XML-file/m-p/2257322#M39445</link>
      <description>Hi 
&lt;BR /&gt;The tRest returns a string, is it a XML format or Json format? If it is latter, use a tExtractJsonField to extract the data from the response and use a tAdvancedFileOutputXML to create a new XML file.
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 17 Jan 2020 07:54:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/store-tREST-output-in-XML-file/m-p/2257322#M39445</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-17T07:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: store tREST output in XML file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/store-tREST-output-in-XML-file/m-p/2257323#M39446</link>
      <description>&lt;P&gt;do you mean&amp;nbsp; tRest will not return XML/JSON format?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the simple job design to get the TOKEN and store it in a file or variable?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 13:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/store-tREST-output-in-XML-file/m-p/2257323#M39446</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-17T13:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: store tREST output in XML file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/store-tREST-output-in-XML-file/m-p/2257324#M39447</link>
      <description>The response of tRest is a string with XML/Json format, to use tExtractJsonField or tExtractXMLField to extract data from the response depends on it is a Json format or XML format. A simple job design looks like:&lt;BR /&gt;tRest--tExtractJsonField--tfileOutputDelimited&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jan 2020 00:42:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/store-tREST-output-in-XML-file/m-p/2257324#M39447</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-20T00:42:14Z</dc:date>
    </item>
  </channel>
</rss>

