<?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: POST JSON with REST API in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245371#M31244</link>
    <description>&lt;P&gt;Your HTTP Body is empty, you should be passing the value that is sent from the tFileInputRaw. See my first Screenshot:&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 961px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2m6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154637i160AB9B9EAF1FA77/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2m6.png" alt="0683p000009M2m6.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Where 'row1' is the row leading from tFileInputRaw and 'content' is what represents the content of the file. (Clicking the row itself, then the component button will let you see what the schema is defined as)&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="123.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2xr.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157957iB03BBFB8B55F51F0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2xr.png" alt="0683p000009M2xr.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Feb 2019 14:05:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-02-06T14:05:08Z</dc:date>
    <item>
      <title>POST JSON with REST API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245359#M31232</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I need to send data from a JSON file from Talend with REST API.&lt;BR /&gt;To verify that my file and my POST URL is working, I did the test on Postman without error, it allows to create new object in my tools.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I need it to work since Talend, because it will be industrialized later but I can not do it.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here the contents of my JSON file:&lt;BR /&gt;"{&lt;BR /&gt;"path": "/Catalogue_Produits/Respiratoire/",&lt;BR /&gt;"elements": [&lt;BR /&gt;{&lt;BR /&gt;"type": "input",&lt;BR /&gt;"value": "Respi test 1 RESTAPIxxxx",&lt;BR /&gt;"name": "Denom",&lt;BR /&gt;"language": null&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"type": "input",&lt;BR /&gt;"value": "RESPI test 1 RESTAPIxxxxx",&lt;BR /&gt;"name": "Nom_Data",&lt;BR /&gt;"language": null&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"type": "select",&lt;BR /&gt;"value": "NouveauProduit",&lt;BR /&gt;"name": "PROCESSUS_SEL",&lt;BR /&gt;"language": null&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"className": "Product",&lt;BR /&gt;"parentId": 98,&lt;BR /&gt;"key": "Respi3000",&lt;BR /&gt;"published": true,&lt;BR /&gt;"type": "object"&lt;BR /&gt;}"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here the test ok on Postman:&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ScreenHunter_2805 Feb. 05 16.16.jpg" style="width: 933px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2GK.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141211i7A1D94E6ADE4BE25/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2GK.jpg" alt="0683p000009M2GK.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am new to Talend, but I tried to add the components:&lt;BR /&gt;tFileInputJSON =&amp;gt; row =&amp;gt; tRest_Client&lt;/P&gt; 
&lt;P&gt;The setting must be wrong because it does not work.&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="ScreenHunter_2809 Feb. 05 16.22.jpg" style="width: 728px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2TN.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151431i1900AB5B6811C15D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2TN.jpg" alt="0683p000009M2TN.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="ScreenHunter_2808 Feb. 05 16.20.jpg" style="width: 826px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2RD.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149777i5B1F43906D2033B6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2RD.jpg" alt="0683p000009M2RD.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="ScreenHunter_2810 Feb. 05 16.23.jpg" style="width: 984px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2TX.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133018i93F29966CC734357/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2TX.jpg" alt="0683p000009M2TX.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can you help me ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2019 15:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245359#M31232</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-05T15:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: POST JSON with REST API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245360#M31233</link>
      <description>&lt;P&gt;Try using a &lt;A href="https://help.talend.com/reader/mjoDghHoMPI0yuyZ83a13Q/PLMj9NME8zFVrg2o7JgwKw" target="_self" rel="nofollow noopener noreferrer"&gt;tRest&lt;/A&gt; instead of a tRestClient to POST w/ a body. You can past the raw JSON directly in the HTTP body section (make sure to escape your double quotes though)&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2019 16:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245360#M31233</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-05T16:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: POST JSON with REST API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245361#M31234</link>
      <description>&lt;P&gt;it does not work, I added "\" in front of the quotation marks but it does not change anything :&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ScreenHunter_2812 Feb. 05 17.42.jpg" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2Th.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147095i4E44359101B087C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2Th.jpg" alt="0683p000009M2Th.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;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="ScreenHunter_2813 Feb. 05 17.45.jpg" style="width: 822px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2Tm.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134546i29C7208EDECEB8F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2Tm.jpg" alt="0683p000009M2Tm.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The code :&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="ScreenHunter_2815 Feb. 05 17.46.jpg" style="width: 737px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2AD.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147297i71A92AAAD9663C39/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2AD.jpg" alt="0683p000009M2AD.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you for your help&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2019 16:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245361#M31234</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-05T16:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: POST JSON with REST API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245362#M31235</link>
      <description>&lt;P&gt;tFileInputJSON should only be used if you need to extract the columns from a JSON file. Because the body of the POST does not require that(i.e. you can send the raw text), then you don't have to use tFileInputJSON. You are getting those compiler warnings because you have extracted those values into a schema and tRest does not need them. Instead use a tfileInputRaw and pass the data into the body of the tRest.&amp;nbsp; I tested w/ a dummy api&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 961px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2Tr.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148319iFB80236942548069/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2Tr.png" alt="0683p000009M2Tr.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2019 17:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245362#M31235</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-05T17:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: POST JSON with REST API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245363#M31236</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000005HwGQAA0"&gt;@evansdar&lt;/A&gt;,&amp;nbsp;it works almost!&lt;/P&gt; 
&lt;P&gt;The data does not seem to have arrived in the correct format because I get an error.&lt;/P&gt; 
&lt;P&gt;I rechecked with POSTMAN and the contents of the JSON file is correct.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Would you have an idea?&lt;/P&gt; 
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 13:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245363#M31236</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-06T13:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: POST JSON with REST API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245364#M31237</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000005HwGQAA0"&gt;@evansdar&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;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="ScreenHunter_2820 Feb. 06 14.19.jpg" style="width: 888px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2x3.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127862iF3497DDE5E9B693E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2x3.jpg" alt="0683p000009M2x3.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Perhaps the components InputRaw :&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="ScreenHunter_2821 Feb. 06 14.30.jpg" style="width: 798px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2x8.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144320iCF295D263DD52304/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2x8.jpg" alt="0683p000009M2x8.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 13:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245364#M31237</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-06T13:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: POST JSON with REST API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245365#M31238</link>
      <description>&lt;P&gt;You're still using tRestClient, swap to tRest.&amp;nbsp; You'll have to put a tFlowToIterate in between them to connect.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 706px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2xI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132141i051CE1E66329DC9B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2xI.png" alt="0683p000009M2xI.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 13:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245365#M31238</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-06T13:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: POST JSON with REST API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245366#M31239</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000005HwGQAA0"&gt;@evansdar&lt;/A&gt;,&amp;nbsp;I can not find the component tFlowTolterate in Talend&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 13:36:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245366#M31239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-06T13:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: POST JSON with REST API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245367#M31240</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000005HwGQAA0"&gt;@evansdar&lt;/A&gt;, I have found component.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The error continue :&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="ScreenHunter_2822 Feb. 06 14.40.jpg" style="width: 826px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2rG.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153391i2291A07A6661A5E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2rG.jpg" alt="0683p000009M2rG.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 13:41:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245367#M31240</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-06T13:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: POST JSON with REST API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245368#M31241</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000005HwGQAA0"&gt;@evansdar&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The data are ok in log :&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="ScreenHunter_2823 Feb. 06 14.53.jpg" style="width: 789px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2kQ.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132851i2DD75571ED3ACE59/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2kQ.jpg" alt="0683p000009M2kQ.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Démarrage du job test10 a 14:53 06/02/2019.&lt;BR /&gt;[statistics] connecting to socket on port 3877&lt;BR /&gt;[statistics] connected&lt;BR /&gt;.--------------------------------------+----------.&lt;BR /&gt;| tLogRow_1 |&lt;BR /&gt;|=-------------------------------------+---------=|&lt;BR /&gt;|Body |ERROR_CODE|&lt;BR /&gt;|=-------------------------------------+---------=|&lt;BR /&gt;|{"success":false,"msg":"Invalid data"}|400 |&lt;BR /&gt;'--------------------------------------+----------'&lt;/P&gt; 
&lt;P&gt;.-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------.&lt;BR /&gt;| tLogRow_2 |&lt;BR /&gt;|=-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------=|&lt;BR /&gt;|content |&lt;BR /&gt;|=-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------=|&lt;BR /&gt;|{&lt;BR /&gt;"path": "/Catalogue_Produits/Respiratoire/",&lt;BR /&gt;"elements": [&lt;BR /&gt;{&lt;BR /&gt;"type": "input",&lt;BR /&gt;"value": "ALEX",&lt;BR /&gt;"name": "Denom",&lt;BR /&gt;"language": null&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"type": "input",&lt;BR /&gt;"value": "ALEX",&lt;BR /&gt;"name": "Nom_Data",&lt;BR /&gt;"language": null&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"type": "select",&lt;BR /&gt;"value": "NouveauProduit",&lt;BR /&gt;"name": "PROCESSUS_SEL",&lt;BR /&gt;"language": null&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"className": "Product",&lt;BR /&gt;"parentId": 51,&lt;BR /&gt;"key": "ALEX",&lt;BR /&gt;"published": true,&lt;BR /&gt;"type": "object"&lt;BR /&gt;}|&lt;BR /&gt;'-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------'&lt;/P&gt; 
&lt;P&gt;[statistics] disconnected&lt;/P&gt; 
&lt;P&gt;Job test10 terminé à 14:53 06/02/2019. [Code sortie=0]&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 13:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245368#M31241</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-06T13:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: POST JSON with REST API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245369#M31242</link>
      <description>&lt;P&gt;are you passing the row value to tRest? Show me a screenshot of that component&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 13:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245369#M31242</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-06T13:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: POST JSON with REST API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245370#M31243</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000005HwGQAA0"&gt;@evansdar&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I do not understand what I have to do?&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="ScreenHunter_2824 Feb. 06 14.57.jpg" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2xh.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157854i7C6DF926F0E3A698/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2xh.jpg" alt="0683p000009M2xh.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 13:58:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245370#M31243</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-06T13:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: POST JSON with REST API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245371#M31244</link>
      <description>&lt;P&gt;Your HTTP Body is empty, you should be passing the value that is sent from the tFileInputRaw. See my first Screenshot:&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 961px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2m6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154637i160AB9B9EAF1FA77/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2m6.png" alt="0683p000009M2m6.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Where 'row1' is the row leading from tFileInputRaw and 'content' is what represents the content of the file. (Clicking the row itself, then the component button will let you see what the schema is defined as)&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="123.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2xr.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157957iB03BBFB8B55F51F0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2xr.png" alt="0683p000009M2xr.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 14:05:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245371#M31244</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-06T14:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: POST JSON with REST API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245372#M31245</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000005HwGQAA0"&gt;@evansdar&lt;/A&gt;, it's work !!&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 14:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245372#M31245</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-06T14:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: POST JSON with REST API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245373#M31246</link>
      <description>&lt;P&gt;tREST does not seem to accept an input. Is there a setting that needs to be changed to enable?&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 20:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245373#M31246</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-24T20:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: POST JSON with REST API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245374#M31247</link>
      <description>&lt;P&gt;To see how sending JSON via tRestClient works see the &lt;A href="https://community.talend.com/s/contentdocument/0693p000009roibAAA" alt="https://community.talend.com/s/contentdocument/0693p000009roibAAA" target="_blank"&gt;gif &lt;/A&gt;in my comment at the end of  &lt;A href="https://community.talend.com/s/question/0D53p00007vClxOCAS/call-trestclient-with-post-by-passing-json-body" alt="https://community.talend.com/s/question/0D53p00007vClxOCAS/call-trestclient-with-post-by-passing-json-body" target="_blank"&gt;this post&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;tMap -&amp;gt; tWriteJSONField -&amp;gt; tRestClient&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 15:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245374#M31247</guid>
      <dc:creator>LuciusHunt</dc:creator>
      <dc:date>2020-10-08T15:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: POST JSON with REST API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245375#M31248</link>
      <description>&lt;P&gt;I followed all the steps mentioned above but I am still getting the following error. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Invalid JSON body.|400&lt;/P&gt;&lt;P&gt;[statistics] disconnected&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The setup of the job looks as follows &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Dt34IAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131147i1D33883B190DFC2A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Dt34IAAR.png" alt="0695b00000Dt34IAAR.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please advice or help me out?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 09:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/POST-JSON-with-REST-API/m-p/2245375#M31248</guid>
      <dc:creator>Lrmr</dc:creator>
      <dc:date>2021-03-22T09:10:59Z</dc:date>
    </item>
  </channel>
</rss>

