<?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: From json file to tRESTClient one request only in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337570#M105897</link>
    <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;yes, tFileInputraw is set to read as string.&lt;/P&gt;&lt;P&gt;trestclient:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aFjDsAAK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138906i99BFEC9EDD43DB1F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aFjDsAAK.png" alt="0695b00000aFjDsAAK.png" /&gt;&lt;/span&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" image-alt="0695b00000aFjEbAAK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142565i5B9D43FD984513B5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aFjEbAAK.png" alt="0695b00000aFjEbAAK.png" /&gt;&lt;/span&gt;And with the the tlogrow between tmap and trestclient we have this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aFjH1AAK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155588i4B5AD061F479F97D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aFjH1AAK.png" alt="0695b00000aFjH1AAK.png" /&gt;&lt;/span&gt;Let me know if you need anything else.&lt;/P&gt;&lt;P&gt;Once again, thank you&lt;/P&gt;</description>
    <pubDate>Tue, 13 Dec 2022 15:36:50 GMT</pubDate>
    <dc:creator>rubenfasilva</dc:creator>
    <dc:date>2022-12-13T15:36:50Z</dc:date>
    <item>
      <title>From json file to tRESTClient one request only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337552#M105879</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I have a simple job with a json file structed like this:&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"sku"&amp;nbsp;: "A",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"warehouse"&amp;nbsp;: "NY",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"qty"&amp;nbsp;: 2&lt;/P&gt;&lt;P&gt;},&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"sku"&amp;nbsp;: "B",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"warehouse"&amp;nbsp;: "CA",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"qty"&amp;nbsp;: 3&lt;/P&gt;&lt;P&gt;},&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"sku"&amp;nbsp;: "C",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"warehouse"&amp;nbsp;: "LA",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"qty"&amp;nbsp;: 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;}&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That I would like to post on a website using trestclient with one request only instead one request per line.&lt;/P&gt;&lt;P&gt;My job is:&lt;/P&gt;&lt;P&gt;tfileinputjson -&amp;gt; txmlMap -&amp;gt; trestclient &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aEhmoAAC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134604iA19F71AB399DF8E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aEhmoAAC.png" alt="0695b00000aEhmoAAC.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is possible to make one request only?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:17:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337552#M105879</guid>
      <dc:creator>rubenfasilva</dc:creator>
      <dc:date>2024-11-15T22:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: From json file to tRESTClient one request only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337553#M105880</link>
      <description>&lt;P&gt;You'll need to explain what is happening here. Why do you have JSON going to a tXMLMap? That seems a little odd. Also, how is your original JSON formed? Is that it in the example above? How is your tFileInputJSON configured? What does your API expect in terms of structure?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2022 22:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337553#M105880</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-07T22:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: From json file to tRESTClient one request only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337554#M105881</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Make sure the 'All in one' option is set to 'true' if you want to build one document.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aEwG4AAK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129090iEF1802092BF05A3C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aEwG4AAK.png" alt="0695b00000aEwG4AAK.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 03:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337554#M105881</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-08T03:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: From json file to tRESTClient one request only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337555#M105882</link>
      <description>&lt;P&gt;Hello Shong.&lt;/P&gt;&lt;P&gt;I tried your way, buy my post api is expecting my json struture, but i am receiving this:&lt;/P&gt;&lt;P&gt;200||﻿{"data":[{"status":"error","error":"SKU is a required param","erp_transaction_id":null}]}.&lt;/P&gt;&lt;P&gt;And this is api server logs:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aFSyhAAG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130028iB18D6B084878DBAE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aFSyhAAG.png" alt="0695b00000aFSyhAAG.png" /&gt;&lt;/span&gt;I don't understand why&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 15:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337555#M105882</guid>
      <dc:creator>rubenfasilva</dc:creator>
      <dc:date>2022-12-12T15:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: From json file to tRESTClient one request only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337556#M105883</link>
      <description>&lt;P&gt;I think the best way of solving this is to work out what you are API actually needs first. Getting the job right can only be done once you know what you should be sending the API. This will depend up on the documentation for the API. Once you know what needs to be sent, we can help you get it sent in the right way with Talend.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 15:47:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337556#M105883</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-12T15:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: From json file to tRESTClient one request only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337557#M105884</link>
      <description>&lt;P&gt;The api needs this structure and the json file is ok with this:&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"sku"&amp;nbsp;: "A",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"warehouse"&amp;nbsp;: "NY",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"qty"&amp;nbsp;: 2&lt;/P&gt;&lt;P&gt;},&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"sku"&amp;nbsp;: "B",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"warehouse"&amp;nbsp;: "CA",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"qty"&amp;nbsp;: 3&lt;/P&gt;&lt;P&gt;},&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"sku"&amp;nbsp;: "C",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"warehouse"&amp;nbsp;: "LA",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"qty"&amp;nbsp;: 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;}&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried this json structure on the API using postmad and works fine.&lt;/P&gt;&lt;P&gt;Maybe it's something between txmlmap or trestclient?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 16:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337557#M105884</guid>
      <dc:creator>rubenfasilva</dc:creator>
      <dc:date>2022-12-12T16:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: From json file to tRESTClient one request only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337558#M105885</link>
      <description>&lt;P&gt;You shouldn't be using a tXMLMap for this. That is for XML, not for JSON. How are you creating this JSON?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 16:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337558#M105885</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-12T16:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: From json file to tRESTClient one request only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337559#M105886</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The json file is created like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aFUDYAA4.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148138i2D6BB31A86B89233/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aFUDYAA4.png" alt="0695b00000aFUDYAA4.png" /&gt;&lt;/span&gt;With Generate an json array option as True&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tmap:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aFUIxAAO.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131167iCFF6F28C5263E3BC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aFUIxAAO.png" alt="0695b00000aFUIxAAO.png" /&gt;&lt;/span&gt;If you need more info, let know!&lt;/P&gt;&lt;P&gt;Thank you all!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 16:35:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337559#M105886</guid>
      <dc:creator>rubenfasilva</dc:creator>
      <dc:date>2022-12-12T16:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: From json file to tRESTClient one request only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337560#M105887</link>
      <description>&lt;P&gt;I presume that the "stocks" file is the file you are reading with your tFileInputDelimited component. Is that correct? I also presume that you just want to send everything in the file in one API call. Is that correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so, you can change the tFileInputDelimited to a tFileInputRaw. Output as a String. Connect that to a tMap and connect the Rest component to the output of the tMap. Connect your input "content" field to the output "string" field. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will connect the content to your REST component unchanged. If you need it change, we will need to do something a little differently, but I will need to know what you want changed.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 17:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337560#M105887</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-12T17:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: From json file to tRESTClient one request only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337561#M105888</link>
      <description>&lt;P&gt;Oh, if that "stocks" file has private data in it, you should probably take it down.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 17:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337561#M105888</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-12T17:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: From json file to tRESTClient one request only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337562#M105889</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;Stocks file is the struture in json.&lt;/P&gt;&lt;P&gt;If I use it as raw, I have no answer from API:&lt;/P&gt;&lt;P&gt;200||﻿{"data":[{"status":"error","error":"No data received","erp_transaction_id":null}]}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 09:30:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337562#M105889</guid>
      <dc:creator>rubenfasilva</dc:creator>
      <dc:date>2022-12-13T09:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: From json file to tRESTClient one request only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337563#M105890</link>
      <description>&lt;P&gt;Can you show me the job design and how the components are configured please? You should not be sending no data unless there is something wrong with how the components are configured. If the components are configured correctly, then we will need to look at what your API is expecting.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 10:34:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337563#M105890</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-13T10:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: From json file to tRESTClient one request only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337564#M105891</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;From a csvfileinput I am generating json file(stocks.json) with the required structure.&lt;/P&gt;&lt;P&gt;Then I am trying to make the post using the stocks.json file to the API&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aFfekAAC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129844iEDE9EA75277302A0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aFfekAAC.png" alt="0695b00000aFfekAAC.png" /&gt;&lt;/span&gt;This is the json file input:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aFfepAAC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134208i94E0FAD137A6D07F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aFfepAAC.png" alt="0695b00000aFfepAAC.png" /&gt;&lt;/span&gt;This is the txmlmap:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aFff4AAC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146728iBE9B718908AF6AB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aFff4AAC.png" alt="0695b00000aFff4AAC.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 11:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337564#M105891</guid>
      <dc:creator>rubenfasilva</dc:creator>
      <dc:date>2022-12-13T11:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: From json file to tRESTClient one request only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337565#M105892</link>
      <description>&lt;P&gt;The tXMLMap is the wrong component. That produces XML and not JSON. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was hoping you would show me the job where you tried my suggestion. The way you're doing the above will not work at all if your API requires JSON.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 11:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337565#M105892</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-13T11:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: From json file to tRESTClient one request only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337566#M105893</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;If i do your suggestion I have this response:&lt;/P&gt;&lt;P&gt;200||﻿{"data":[{"status":"error","error":"No data received","erp_transaction_id":null}]}&lt;/P&gt;&lt;P&gt;This i what I did:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aFg1eAAC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144630i9F329657BB276472/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aFg1eAAC.png" alt="0695b00000aFg1eAAC.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the tmap config:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aFg1tAAC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134352i2CBD7972E87FB691/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aFg1tAAC.png" alt="0695b00000aFg1tAAC.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am stuck....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 12:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337566#M105893</guid>
      <dc:creator>rubenfasilva</dc:creator>
      <dc:date>2022-12-13T12:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: From json file to tRESTClient one request only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337567#M105894</link>
      <description>&lt;P&gt;You need to send JSON to the "string" column. "body" is for XML, "string" is for JSON. Although XML looks like a String, it is handled differently. JSON is just handled as a String.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 14:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337567#M105894</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-13T14:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: From json file to tRESTClient one request only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337568#M105895</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I did that now and I have this response:&lt;/P&gt;&lt;P&gt;statusCode	body	string&lt;/P&gt;&lt;P&gt;200||﻿{"data":[{"status":"error","error":"No data received","erp_transaction_id":null}]}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my job:&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" image-alt="0695b00000aFiSEAA0.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155944iD5D48017EF52C0EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aFiSEAA0.png" alt="0695b00000aFiSEAA0.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My tmap:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aFibpAAC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154369i3A1BAE1403815438/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aFibpAAC.png" alt="0695b00000aFibpAAC.png" /&gt;&lt;/span&gt;I've tested the raw data that is inside the file on postman and works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 15:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337568#M105895</guid>
      <dc:creator>rubenfasilva</dc:creator>
      <dc:date>2022-12-13T15:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: From json file to tRESTClient one request only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337569#M105896</link>
      <description>&lt;P&gt;Can you add a tLogRow between your tMap and tRESTClient. This will show you what is being sent to the tRESTClient. I presume that the tFileInputRaw is set to "Read the file as a string".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The one component we have not looked at yet is the tRESTClient. Can you show me how that is configured?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 15:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337569#M105896</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-13T15:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: From json file to tRESTClient one request only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337570#M105897</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;yes, tFileInputraw is set to read as string.&lt;/P&gt;&lt;P&gt;trestclient:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aFjDsAAK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138906i99BFEC9EDD43DB1F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aFjDsAAK.png" alt="0695b00000aFjDsAAK.png" /&gt;&lt;/span&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" image-alt="0695b00000aFjEbAAK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142565i5B9D43FD984513B5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aFjEbAAK.png" alt="0695b00000aFjEbAAK.png" /&gt;&lt;/span&gt;And with the the tlogrow between tmap and trestclient we have this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aFjH1AAK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155588i4B5AD061F479F97D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aFjH1AAK.png" alt="0695b00000aFjH1AAK.png" /&gt;&lt;/span&gt;Let me know if you need anything else.&lt;/P&gt;&lt;P&gt;Once again, thank you&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 15:36:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337570#M105897</guid>
      <dc:creator>rubenfasilva</dc:creator>
      <dc:date>2022-12-13T15:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: From json file to tRESTClient one request only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337571#M105898</link>
      <description>&lt;P&gt;OK, everything is looking OK from what I can see. Do you have any documentation for the API that I can look at? The number of records that were included in the JSON file are quite a lot. I suspect that the error message is misleading. Can you test this by reducing the number of records to 1, then try 2, 3, 4, etc, and see what you get?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 16:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/From-json-file-to-tRESTClient-one-request-only/m-p/2337571#M105898</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-13T16:00:42Z</dc:date>
    </item>
  </channel>
</rss>

