<?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: Bug : How to make Aggregation Pipeline Query with tMongoDBInput component ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Bug-How-to-make-Aggregation-Pipeline-Query-with-tMongoDBInput/m-p/2233645#M23254</link>
    <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mongoDBerror.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuZr.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148451i2FE2D4BC5D2EBFA7/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuZr.png" alt="0683p000009LuZr.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 29 May 2017 13:25:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-29T13:25:08Z</dc:date>
    <item>
      <title>Bug : How to make Aggregation Pipeline Query with tMongoDBInput component ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Bug-How-to-make-Aggregation-Pipeline-Query-with-tMongoDBInput/m-p/2233641#M23250</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a tMongoDBInput component, and i want to&amp;nbsp;use a query type :&amp;nbsp;"Aggregation Pipeline Query".&lt;/P&gt;
&lt;P&gt;When in put a line with my request in the tab "Aggregation stages", (see code snippet below), i have lot of errors / Syntax errors. how can i solve the problem ? thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Code MongoDB Request Snippet :&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;db.lines.find({$and:[{'type':{$in:['id']}},&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;{'processus_time':{$gte: new Date(new Date("2017-05-28T16:00:00Z").setHours(0,0,0,0)).toISOString()}},&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;{'processus_time':{$lte: new Date(new Date().setHours(23,59,59,999)).toISOString()}},&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;{'a':null}]})&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 11:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Bug-How-to-make-Aggregation-Pipeline-Query-with-tMongoDBInput/m-p/2233641#M23250</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-29T11:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Bug : How to make Aggregation Pipeline Query with tMongoDBInput component ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Bug-How-to-make-Aggregation-Pipeline-Query-with-tMongoDBInput/m-p/2233642#M23251</link>
      <description>&lt;P&gt;try this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;"db.lines.find({$and:[{'type':{$in:['id']}},
{'processus_time':{$gte: new Date(new Date(\"2017-05-28T16:00:00Z\").setHours(0,0,0,0)).toISOString()}},
{'processus_time':{$lte: new Date(new Date().setHours(23,59,59,999)).toISOString()}},
{'a':null}]})"&lt;/PRE&gt;&lt;P&gt;double quotes around query and escape \ for internal quotes&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 12:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Bug-How-to-make-Aggregation-Pipeline-Query-with-tMongoDBInput/m-p/2233642#M23251</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-29T12:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Bug : How to make Aggregation Pipeline Query with tMongoDBInput component ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Bug-How-to-make-Aggregation-Pipeline-Query-with-tMongoDBInput/m-p/2233643#M23252</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;thanks for your response. i tried this (copy paste), and i have now :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Talend Error : String literal is not properly closed by a double quote.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 13:19:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Bug-How-to-make-Aggregation-Pipeline-Query-with-tMongoDBInput/m-p/2233643#M23252</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-29T13:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Bug : How to make Aggregation Pipeline Query with tMongoDBInput component ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Bug-How-to-make-Aggregation-Pipeline-Query-with-tMongoDBInput/m-p/2233644#M23253</link>
      <description>&lt;P&gt;please attach screenshot, because it work&amp;nbsp;&lt;/P&gt;&lt;P&gt;2 pair of eyes better than 1 &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 13:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Bug-How-to-make-Aggregation-Pipeline-Query-with-tMongoDBInput/m-p/2233644#M23253</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-29T13:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Bug : How to make Aggregation Pipeline Query with tMongoDBInput component ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Bug-How-to-make-Aggregation-Pipeline-Query-with-tMongoDBInput/m-p/2233645#M23254</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mongoDBerror.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuZr.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148451i2FE2D4BC5D2EBFA7/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuZr.png" alt="0683p000009LuZr.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 13:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Bug-How-to-make-Aggregation-Pipeline-Query-with-tMongoDBInput/m-p/2233645#M23254</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-29T13:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Bug : How to make Aggregation Pipeline Query with tMongoDBInput component ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Bug-How-to-make-Aggregation-Pipeline-Query-with-tMongoDBInput/m-p/2233646#M23255</link>
      <description>&lt;P&gt;up&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 07:15:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Bug-How-to-make-Aggregation-Pipeline-Query-with-tMongoDBInput/m-p/2233646#M23255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-30T07:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Bug : How to make Aggregation Pipeline Query with tMongoDBInput component ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Bug-How-to-make-Aggregation-Pipeline-Query-with-tMongoDBInput/m-p/2233647#M23256</link>
      <description>&lt;P&gt;what is error text?&lt;/P&gt;&lt;P&gt;not seen - wha component return error? not seen full text in window&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 13:22:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Bug-How-to-make-Aggregation-Pipeline-Query-with-tMongoDBInput/m-p/2233647#M23256</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-30T13:22:37Z</dc:date>
    </item>
  </channel>
</rss>

