<?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: tRest HTTP Body in PUT Method in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tRest-HTTP-Body-in-PUT-Method/m-p/2342238#M110122</link>
    <description>&lt;P&gt;Hi, The above issue has been fixed. But now we are facing the issue in tRESTClinet, can you please help us to fix the below.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Error Detail:&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error1.jpg" style="width: 991px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5Ms.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138258iFF5EB42158876F23/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5Ms.jpg" alt="0683p000009M5Ms.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error2.jpg" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5Mx.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152861iF267F56BF98A0C46/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5Mx.jpg" alt="0683p000009M5Mx.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 31 May 2019 23:54:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-05-31T23:54:15Z</dc:date>
    <item>
      <title>tRest HTTP Body in PUT Method</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRest-HTTP-Body-in-PUT-Method/m-p/2342232#M110116</link>
      <description>&lt;P&gt;Hi Guys, Can anyone guide me on the below requirement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a better understanding of GET &amp;amp; DELETE methods and struck with PUT. I have to update two attributes(fields) in my client console.&lt;/P&gt;
&lt;P&gt;I have a spreadsheet with four columns, ID, Name, Name2 &amp;amp; Name3. The requirement was to update Name3 &amp;amp; Name4 for each IDs. I will pass ID in the URL to update records (&lt;FONT color="#FF6600"&gt;&lt;SPAN&gt;https://aaa/bbb/cccc/2.0/dddd/ffff/1010&lt;/SPAN&gt;&lt;/FONT&gt;), and I have done this before. For PUT method, we required to pass &lt;STRONG&gt;HTTP Body &lt;/STRONG&gt;in tRest. And it's mandatory to include ID &amp;amp; Name here, since those are unique matches to update Name3 &amp;amp; Name4. (pl see below JSON)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;"name": "Test1",&lt;BR /&gt;"id": "1010",&lt;BR /&gt;"name3": "test123",&lt;BR /&gt;"name4": "test456"&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please guide me to achieve this by providing components and flow?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in Advance!!&lt;/P&gt;
&lt;P&gt;KarthI&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 01:37:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRest-HTTP-Body-in-PUT-Method/m-p/2342232#M110116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-30T01:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: tRest HTTP Body in PUT Method</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRest-HTTP-Body-in-PUT-Method/m-p/2342233#M110117</link>
      <description>&lt;P&gt;The tRestClient component is better suited for this as it has more features than tRest.&amp;nbsp; You would construct the JSON body however you want before the tRestClient, e.g. with a tWriteJSONFields or tJavaRow component.&amp;nbsp; Declare a String schema variable called 'string' that contains the body.&amp;nbsp; tRestClient will read the body from here.&amp;nbsp; Select the 'PUT' method in the tRestClient and fill out any other variables you need.&amp;nbsp; You can use variables in the URL and relative path fields in tRestClient so you can dynamically build your REST URL with the ID, for example.&amp;nbsp; Set the content type to JSON.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See here for the full documentation on tRestClient.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.talend.com/reader/hCrOzogIwKfuR3mPf~LydA/~V42EBQClKxKQghNvzHF1g" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/hCrOzogIwKfuR3mPf~LydA/~V42EBQClKxKQghNvzHF1g&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 01:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRest-HTTP-Body-in-PUT-Method/m-p/2342233#M110117</guid>
      <dc:creator>nfz11</dc:creator>
      <dc:date>2019-05-31T01:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: tRest HTTP Body in PUT Method</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRest-HTTP-Body-in-PUT-Method/m-p/2342234#M110118</link>
      <description>&lt;P&gt;Thanks, dude. Its worked but still, I am facing runtime error. I have googled a bit and found may be a chance of missing Environment variables(JAVA PATH) in my machine, but files(jdk &amp;amp; jre) advanced versions exist.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Attached the screenshot for reference. Please advice.&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="Error Message.jpg" style="width: 696px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5Md.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149624i736322C103C4900F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5Md.jpg" alt="0683p000009M5Md.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 20:43:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRest-HTTP-Body-in-PUT-Method/m-p/2342234#M110118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-31T20:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: tRest HTTP Body in PUT Method</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRest-HTTP-Body-in-PUT-Method/m-p/2342235#M110119</link>
      <description>&lt;P&gt;Did you move your project around or put it in a new folder?&amp;nbsp; That looks like Talend cannot find the project at the location where you are trying to run it.&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 20:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRest-HTTP-Body-in-PUT-Method/m-p/2342235#M110119</guid>
      <dc:creator>nfz11</dc:creator>
      <dc:date>2019-05-31T20:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: tRest HTTP Body in PUT Method</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRest-HTTP-Body-in-PUT-Method/m-p/2342236#M110120</link>
      <description>&lt;P&gt;My Project inside the workspace, but still it's showing the error.&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="Path.jpg" style="width: 765px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5Mi.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133883iB006728B423A1B26/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5Mi.jpg" alt="0683p000009M5Mi.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 21:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRest-HTTP-Body-in-PUT-Method/m-p/2342236#M110120</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-31T21:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: tRest HTTP Body in PUT Method</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRest-HTTP-Body-in-PUT-Method/m-p/2342237#M110121</link>
      <description>&lt;P&gt;You could try building the project again or restarting Studio.&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 21:44:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRest-HTTP-Body-in-PUT-Method/m-p/2342237#M110121</guid>
      <dc:creator>nfz11</dc:creator>
      <dc:date>2019-05-31T21:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: tRest HTTP Body in PUT Method</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRest-HTTP-Body-in-PUT-Method/m-p/2342238#M110122</link>
      <description>&lt;P&gt;Hi, The above issue has been fixed. But now we are facing the issue in tRESTClinet, can you please help us to fix the below.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Error Detail:&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error1.jpg" style="width: 991px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5Ms.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138258iFF5EB42158876F23/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5Ms.jpg" alt="0683p000009M5Ms.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error2.jpg" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5Mx.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152861iF267F56BF98A0C46/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5Mx.jpg" alt="0683p000009M5Mx.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 23:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRest-HTTP-Body-in-PUT-Method/m-p/2342238#M110122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-31T23:54:15Z</dc:date>
    </item>
  </channel>
</rss>

