<?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: Array with single element is not getting populated within [] in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Array-with-single-element-is-not-getting-populated-within/m-p/2367099#M130508</link>
    <description>Hi Sabrina, 
&lt;BR /&gt; 
&lt;BR /&gt;PFB the settings screenshots, and please let me know if any further info required. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MFrv.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155644iBB6F3D1C906E7A08/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MFrv.jpg" alt="0683p000009MFrv.jpg" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MFuo.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143941iD8CFBAE913E03DC9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MFuo.jpg" alt="0683p000009MFuo.jpg" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MFuQ.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151189i85A05AAB80181561/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MFuQ.jpg" alt="0683p000009MFuQ.jpg" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks in advance, 
&lt;BR /&gt;Kind regards, 
&lt;BR /&gt;Sathish</description>
    <pubDate>Wed, 09 Nov 2016 08:24:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-09T08:24:22Z</dc:date>
    <item>
      <title>Array with single element is not getting populated within []</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Array-with-single-element-is-not-getting-populated-within/m-p/2367097#M130506</link>
      <description>&lt;P&gt;Dear Team,&lt;BR /&gt;&lt;BR /&gt;I am trying to insert a json document with arrays into the target mongoDB and the issue I am facing is array with one element is not getting enclosed within square brackets whereas array with more than one element is working fine.&lt;BR /&gt;&lt;BR /&gt;Please find below the sample data for more understanding.&lt;BR /&gt;&lt;BR /&gt;Current output&lt;BR /&gt;Array with single element&lt;BR /&gt;--------------------------&lt;BR /&gt;"translations" :&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "language" : "nl",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "colorName" : "B1.10.25 (Kleur Selectie 2002)",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "hue" : null,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "sensation" : null&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Array with multiple elements&lt;BR /&gt;-----------------------------&lt;BR /&gt;"translations" :&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "language" : "nl",&lt;BR /&gt;"colorName" : "B2.10.25 (Kleur Selectie 2002)",&lt;BR /&gt;"hue" : null,&lt;BR /&gt;"sensation" : null&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "language" : "bef",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "colorName" : "B3.10.25 (Kleur Selectie 2002)",&lt;BR /&gt;"hue" : null,&lt;BR /&gt;"sensation" : null&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Expected output&lt;/STRONG&gt;&lt;BR /&gt;Array with single element&lt;BR /&gt;--------------------------&lt;BR /&gt;"translations" :&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;BR /&gt;{&lt;BR /&gt;"language" : "nl",&lt;BR /&gt;"colorName" : "B2.10.25 (Kleur Selectie 2002)",&lt;BR /&gt;"hue" : null,&lt;BR /&gt;"sensation" : null&lt;BR /&gt;}&lt;BR /&gt;&lt;STRONG&gt;]&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am using talend open studio for big data 6.2.1 and the component is tMongoDBOutput. In the component I am using "translations" as loop element and tried defining attributes such as array and object but still not working.&lt;BR /&gt;&lt;BR /&gt;Kindly need your assistance and please let me know if any further info required.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Kind regards,&lt;BR /&gt;Sathish&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Array-with-single-element-is-not-getting-populated-within/m-p/2367097#M130506</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Array with single element is not getting populated within []</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Array-with-single-element-is-not-getting-populated-within/m-p/2367098#M130507</link>
      <description>Hi,
&lt;BR /&gt;Could you please post your&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;tMongoDBOutput component setting screenshot into forum?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 07 Nov 2016 03:03:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Array-with-single-element-is-not-getting-populated-within/m-p/2367098#M130507</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-07T03:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Array with single element is not getting populated within []</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Array-with-single-element-is-not-getting-populated-within/m-p/2367099#M130508</link>
      <description>Hi Sabrina, 
&lt;BR /&gt; 
&lt;BR /&gt;PFB the settings screenshots, and please let me know if any further info required. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MFrv.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155644iBB6F3D1C906E7A08/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MFrv.jpg" alt="0683p000009MFrv.jpg" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MFuo.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143941iD8CFBAE913E03DC9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MFuo.jpg" alt="0683p000009MFuo.jpg" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MFuQ.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151189i85A05AAB80181561/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MFuQ.jpg" alt="0683p000009MFuQ.jpg" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks in advance, 
&lt;BR /&gt;Kind regards, 
&lt;BR /&gt;Sathish</description>
      <pubDate>Wed, 09 Nov 2016 08:24:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Array-with-single-element-is-not-getting-populated-within/m-p/2367099#M130508</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-09T08:24:22Z</dc:date>
    </item>
  </channel>
</rss>

