<?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: [resolved] Update an array in MongoDB in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Update-an-array-in-MongoDB/m-p/2358839#M123789</link>
    <description>&lt;P&gt;I have the same issue to solve. Is someone has found the solution since the last 4 years? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Jun 2021 20:23:59 GMT</pubDate>
    <dc:creator>maurick</dc:creator>
    <dc:date>2021-06-14T20:23:59Z</dc:date>
    <item>
      <title>[resolved] Update an array in MongoDB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Update-an-array-in-MongoDB/m-p/2358836#M123786</link>
      <description>Hi, 
&lt;BR /&gt;I want to insert a new element in an array using tMongoDbOutput, 
&lt;BR /&gt;example: 
&lt;BR /&gt;"array": 
&lt;BR /&gt;and after modification it should become: 
&lt;BR /&gt;"array": 
&lt;BR /&gt;how to do this ? i guess it's related to the JSON Tree in tMongoDbOutput but i don't know how !</description>
      <pubDate>Sat, 16 Nov 2024 11:11:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Update-an-array-in-MongoDB/m-p/2358836#M123786</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Update an array in MongoDB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Update-an-array-in-MongoDB/m-p/2358837#M123787</link>
      <description>Hi i found the solution, 
&lt;BR /&gt;tMongoDBOutput won't work, I had to use tMongoDBRow, with this function: 
&lt;BR /&gt;"function(var){ 
&lt;BR /&gt;return db.collection.update( 
&lt;BR /&gt;{query}, 
&lt;BR /&gt;{$addToSet : { 'array_name': var }} 
&lt;BR /&gt;) 
&lt;BR /&gt;} ; 
&lt;BR /&gt;" 
&lt;BR /&gt;var could be a document or any other type.</description>
      <pubDate>Thu, 18 Jun 2015 09:48:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Update-an-array-in-MongoDB/m-p/2358837#M123787</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-18T09:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Update an array in MongoDB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Update-an-array-in-MongoDB/m-p/2358838#M123788</link>
      <description>Can you provide example</description>
      <pubDate>Thu, 16 Apr 2020 18:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Update-an-array-in-MongoDB/m-p/2358838#M123788</guid>
      <dc:creator>kanuparthy</dc:creator>
      <dc:date>2020-04-16T18:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Update an array in MongoDB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Update-an-array-in-MongoDB/m-p/2358839#M123789</link>
      <description>&lt;P&gt;I have the same issue to solve. Is someone has found the solution since the last 4 years? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 20:23:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Update-an-array-in-MongoDB/m-p/2358839#M123789</guid>
      <dc:creator>maurick</dc:creator>
      <dc:date>2021-06-14T20:23:59Z</dc:date>
    </item>
  </channel>
</rss>

