<?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 Send JSON file instead of JSON data in Body using tRest Component in Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Send-JSON-file-instead-of-JSON-data-in-Body-using-tRest/m-p/2361403#M125780</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to POST the data using REST API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But instead of sending the JSON data directly in Body of API, I need to send the JSON file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can this be accomplished in Talend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dhanoop B S&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 21:20:53 GMT</pubDate>
    <dc:creator>DBS1</dc:creator>
    <dc:date>2024-11-15T21:20:53Z</dc:date>
    <item>
      <title>Send JSON file instead of JSON data in Body using tRest Component in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-JSON-file-instead-of-JSON-data-in-Body-using-tRest/m-p/2361403#M125780</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to POST the data using REST API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But instead of sending the JSON data directly in Body of API, I need to send the JSON file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can this be accomplished in Talend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dhanoop B S&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:20:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-JSON-file-instead-of-JSON-data-in-Body-using-tRest/m-p/2361403#M125780</guid>
      <dc:creator>DBS1</dc:creator>
      <dc:date>2024-11-15T21:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Send JSON file instead of JSON data in Body using tRest Component in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-JSON-file-instead-of-JSON-data-in-Body-using-tRest/m-p/2361404#M125781</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Take a a look at this &lt;A href="https://community.talend.com/s/feed/0D73p000004kUOGCA2?language=en_US" alt="https://community.talend.com/s/feed/0D73p000004kUOGCA2?language=en_US" target="_blank"&gt;topic&lt;/A&gt;, try with tFileFetch component to upload a file. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 07:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-JSON-file-instead-of-JSON-data-in-Body-using-tRest/m-p/2361404#M125781</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-10-10T07:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Send JSON file instead of JSON data in Body using tRest Component in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-JSON-file-instead-of-JSON-data-in-Body-using-tRest/m-p/2361405#M125782</link>
      <description>&lt;P&gt;@Shicong Hong​&amp;nbsp;I will try with tFileFetch and will let u know the results.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 11:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-JSON-file-instead-of-JSON-data-in-Body-using-tRest/m-p/2361405#M125782</guid>
      <dc:creator>DBS1</dc:creator>
      <dc:date>2023-10-10T11:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Send JSON file instead of JSON data in Body using tRest Component in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-JSON-file-instead-of-JSON-data-in-Body-using-tRest/m-p/2361406#M125783</link>
      <description>&lt;P&gt;@Shicong Hong​&amp;nbsp;I am able to achieve via tFileFetch. Is there any way to store the status code from API response into a file instead of printing to the console?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 05:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-JSON-file-instead-of-JSON-data-in-Body-using-tRest/m-p/2361406#M125783</guid>
      <dc:creator>DBS1</dc:creator>
      <dc:date>2023-10-11T05:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Send JSON file instead of JSON data in Body using tRest Component in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-JSON-file-instead-of-JSON-data-in-Body-using-tRest/m-p/2361407#M125784</link>
      <description>&lt;P&gt;can you share a screenshot to show me the messages printed on the console and what data you want to extract?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 07:20:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-JSON-file-instead-of-JSON-data-in-Body-using-tRest/m-p/2361407#M125784</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-10-12T07:20:27Z</dc:date>
    </item>
  </channel>
</rss>

