<?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: tRESTResponse Sends a JSON string instead of JSON in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tRESTResponse-Sends-a-JSON-string-instead-of-JSON/m-p/2357938#M123112</link>
    <description>Screenshots</description>
    <pubDate>Mon, 29 Jun 2015 14:08:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-29T14:08:59Z</dc:date>
    <item>
      <title>tRESTResponse Sends a JSON string instead of JSON</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRESTResponse-Sends-a-JSON-string-instead-of-JSON/m-p/2357937#M123111</link>
      <description>Hi, 
&lt;BR /&gt;I've a job where a web service extract documents from a MongoDB and sends them as one JSON Document, 
&lt;BR /&gt;TMongoInput --&amp;gt; tXMLMap --&amp;gt; tRESTResponse 
&lt;BR /&gt;My problem is that the documents contains an array and tRESTResponse sends it as a JSON string.... 
&lt;BR /&gt; &amp;nbsp;&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp;</description>
      <pubDate>Mon, 29 Jun 2015 14:05:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRESTResponse-Sends-a-JSON-string-instead-of-JSON/m-p/2357937#M123111</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-29T14:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: tRESTResponse Sends a JSON string instead of JSON</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRESTResponse-Sends-a-JSON-string-instead-of-JSON/m-p/2357938#M123112</link>
      <description>Screenshots</description>
      <pubDate>Mon, 29 Jun 2015 14:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRESTResponse-Sends-a-JSON-string-instead-of-JSON/m-p/2357938#M123112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-29T14:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: tRESTResponse Sends a JSON string instead of JSON</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRESTResponse-Sends-a-JSON-string-instead-of-JSON/m-p/2357939#M123113</link>
      <description>Talend does not convert JSON into a Document object. Only XML is handled as a Document by Talend. There are JSON Objects available in Java, but for some reason Talend doesn't use these. Possibly due to REST standards? There shouldn't be a problem sending an array in a JSON string format though.</description>
      <pubDate>Mon, 29 Jun 2015 14:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRESTResponse-Sends-a-JSON-string-instead-of-JSON/m-p/2357939#M123113</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-29T14:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: tRESTResponse Sends a JSON string instead of JSON</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRESTResponse-Sends-a-JSON-string-instead-of-JSON/m-p/2357940#M123114</link>
      <description>&lt;BR /&gt;{msisdn": 320740071,"dep": "","profile_id": "","consumption": ""}I'm getting this result ! Consumption field is an array in the DB and the Web service is returning it like this ! 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/294771/Screenshot-from-2015-06-29-140303.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAq0.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141075i29C5DD012E968A9C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAq0.png" alt="0683p000009MAq0.png" /&gt;&lt;/span&gt; &lt;/A&gt;</description>
      <pubDate>Mon, 29 Jun 2015 15:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRESTResponse-Sends-a-JSON-string-instead-of-JSON/m-p/2357940#M123114</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-29T15:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: tRESTResponse Sends a JSON string instead of JSON</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRESTResponse-Sends-a-JSON-string-instead-of-JSON/m-p/2357941#M123115</link>
      <description>That is an array in JSON. You need to look 
&lt;A href="https://help.talend.com/search/all?query=tMongoDBOutput&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;here &lt;/A&gt;and make use of the " 
&lt;I&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Generate JSON Document"&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/I&gt;option on the Advanced Settings tab of your output component.</description>
      <pubDate>Mon, 29 Jun 2015 15:47:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRESTResponse-Sends-a-JSON-string-instead-of-JSON/m-p/2357941#M123115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-29T15:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: tRESTResponse Sends a JSON string instead of JSON</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRESTResponse-Sends-a-JSON-string-instead-of-JSON/m-p/2357942#M123116</link>
      <description>Thank you for your answer, well i'm trying to read from Db not inserting in it ... the problem is in tRESTResponse component it's not able to send Complex JSON structure (with nested array)... i think it's a bug ! &amp;nbsp;</description>
      <pubDate>Tue, 30 Jun 2015 12:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRESTResponse-Sends-a-JSON-string-instead-of-JSON/m-p/2357942#M123116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-30T12:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: tRESTResponse Sends a JSON string instead of JSON</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRESTResponse-Sends-a-JSON-string-instead-of-JSON/m-p/2357943#M123117</link>
      <description>The tRESTResponse component needs to be configured to return a String and not a Document for JSON.</description>
      <pubDate>Tue, 30 Jun 2015 12:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRESTResponse-Sends-a-JSON-string-instead-of-JSON/m-p/2357943#M123117</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-30T12:14:41Z</dc:date>
    </item>
  </channel>
</rss>

