<?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: Send List Webservice Rest in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Send-List-Webservice-Rest/m-p/2289257#M62657</link>
    <description>&lt;P&gt;&lt;STRONG&gt;It seems to be an issue from 2013, I found this topic :&amp;nbsp;&lt;/STRONG&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCrS5CAK" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/json-output-almost-there-i-need-arrays-and-it-s-creating-objects/td-p/115839&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;This is exactly what happens to me :&lt;/STRONG&gt;&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="1.JPG" style="width: 1027px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lr3y.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152932i609F597C5A77295B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lr3y.jpg" alt="0683p000009Lr3y.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Oct 2017 09:34:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-11T09:34:06Z</dc:date>
    <item>
      <title>Send List Webservice Rest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-List-Webservice-Rest/m-p/2289256#M62656</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hi,&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;This is how I send the data :&amp;nbsp;&lt;/STRONG&gt;&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="1.JPG" style="width: 564px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lr9w.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153762i50B51F642086EF3C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lr9w.jpg" alt="0683p000009Lr9w.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;This is how I receive the data :&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;picture 2 :&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lr6m.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139109i159398C780A38C16/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lr6m.jpg" alt="0683p000009Lr6m.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;This is how I would like to receive the data, inside an array with the&amp;nbsp;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;[&amp;nbsp; &amp;nbsp; ]&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;{"root":{"list":&lt;FONT size="6" color="#FF0000"&gt;[&lt;/FONT&gt;{"facturacion":"8.50","nmaquina":"2003015","servicios":"14.29","ubicacion":"ANDEN","ultimoarticulo":"AGUA"}&lt;FONT size="6" color="#FF0000"&gt;]&lt;/FONT&gt; }}&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;When I have more than one row to send, the webservice send the data using an array with the &lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;[&amp;nbsp; &amp;nbsp; ]&lt;/FONT&gt;&amp;nbsp; . But when I have only one&amp;nbsp;row to send the webservice is sending them without using an array just like &lt;FONT color="#0000FF"&gt;picture 2.&amp;nbsp;&lt;FONT color="#000000"&gt;I want to have the data inside&amp;nbsp;[&amp;nbsp; &amp;nbsp; ] even if I have only one element to send.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-List-Webservice-Rest/m-p/2289256#M62656</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Send List Webservice Rest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-List-Webservice-Rest/m-p/2289257#M62657</link>
      <description>&lt;P&gt;&lt;STRONG&gt;It seems to be an issue from 2013, I found this topic :&amp;nbsp;&lt;/STRONG&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCrS5CAK" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/json-output-almost-there-i-need-arrays-and-it-s-creating-objects/td-p/115839&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;This is exactly what happens to me :&lt;/STRONG&gt;&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="1.JPG" style="width: 1027px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lr3y.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152932i609F597C5A77295B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lr3y.jpg" alt="0683p000009Lr3y.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 09:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-List-Webservice-Rest/m-p/2289257#M62657</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-11T09:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Send List Webservice Rest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-List-Webservice-Rest/m-p/2289258#M62658</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Here is the related jira issue mentioned in this referenced topic.&lt;/P&gt; 
&lt;P&gt;&lt;A title="https://jira.talendforge.org/browse/TESB-16205" href="https://jira.talendforge.org/browse/TESB-16205" target="_self" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TESB-16205&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Could you please take a look at tRESTResponse and tRESTClient components which can use XML to JSON auto-conversion feature?&lt;/P&gt; 
&lt;BLOCKQUOTE&gt;
 &lt;HR /&gt;
 &lt;HR /&gt;
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 07:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-List-Webservice-Rest/m-p/2289258#M62658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-17T07:55:21Z</dc:date>
    </item>
  </channel>
</rss>

