<?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: tMongoDB in UPSERT mode.. how to do ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMongoDB-in-UPSERT-mode-how-to-do/m-p/2287425#M61013</link>
    <description>hi (sorry for this late answer due to vacation). 
&lt;BR /&gt;Effectively, i see this error 
&lt;BR /&gt;Exception in component tMongoDBOutput_1 
&lt;BR /&gt;java.lang.Exception: 
&lt;FONT color="#ff3333"&gt;&lt;B&gt;Must have at least one key in schema&lt;/B&gt;&lt;/FONT&gt; 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at etl_cres.jsonloader_0_1.jsonLoader.tFileList_1Process(jsonLoader.java:2324) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at etl_cres.jsonloader_0_1.jsonLoader.tMongoDBConnection_1Process(jsonLoader.java:1848) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at etl_cres.jsonloader_0_1.jsonLoader.runJobInTOS(jsonLoader.java:3782) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at etl_cres.jsonloader_0_1.jsonLoader.main(jsonLoader.java:3618) 
&lt;BR /&gt; 
&lt;BR /&gt;How can i introduce a 
&lt;B&gt;key&lt;/B&gt; in schema as i load files and the only field i have is a 
&lt;B&gt; single field named "content" &lt;/B&gt;for Talend ? 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MENp.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133784i414D01FA561988FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MENp.jpg" alt="0683p000009MENp.jpg" /&gt;&lt;/span&gt;</description>
    <pubDate>Mon, 18 Aug 2014 14:34:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-08-18T14:34:05Z</dc:date>
    <item>
      <title>tMongoDB in UPSERT mode.. how to do ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMongoDB-in-UPSERT-mode-how-to-do/m-p/2287423#M61011</link>
      <description>I'm trying to use the tMongoDBoutput for a Json file injection. 
&lt;BR /&gt;This is my schema 
&lt;BR /&gt; 
&lt;BR /&gt;In the INSERT mode, there is no problem : i found all my data with the 
&lt;BR /&gt;&amp;gt; db.myCollection.find() 
&lt;BR /&gt;In the UPSERT mode, the component doesn't send me any error but nothing is inserted in the collection... what was wrong ? 
&lt;BR /&gt;Any idea ? 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEf4.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144483iE62524F8E7289B3E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEf4.jpg" alt="0683p000009MEf4.jpg" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEf9.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130873i177EAEC47DC94738/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEf9.jpg" alt="0683p000009MEf9.jpg" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEVt.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140704iD1375F91E5952A06/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEVt.jpg" alt="0683p000009MEVt.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 01 Aug 2014 15:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMongoDB-in-UPSERT-mode-how-to-do/m-p/2287423#M61011</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-01T15:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: tMongoDB in UPSERT mode.. how to do ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMongoDB-in-UPSERT-mode-how-to-do/m-p/2287424#M61012</link>
      <description>Hi, &lt;BR /&gt;Have you checked out " &lt;B&gt;Die on error&lt;/B&gt;" option to see if there is any error printed on console?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 06 Aug 2014 04:43:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMongoDB-in-UPSERT-mode-how-to-do/m-p/2287424#M61012</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-06T04:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: tMongoDB in UPSERT mode.. how to do ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMongoDB-in-UPSERT-mode-how-to-do/m-p/2287425#M61013</link>
      <description>hi (sorry for this late answer due to vacation). 
&lt;BR /&gt;Effectively, i see this error 
&lt;BR /&gt;Exception in component tMongoDBOutput_1 
&lt;BR /&gt;java.lang.Exception: 
&lt;FONT color="#ff3333"&gt;&lt;B&gt;Must have at least one key in schema&lt;/B&gt;&lt;/FONT&gt; 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at etl_cres.jsonloader_0_1.jsonLoader.tFileList_1Process(jsonLoader.java:2324) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at etl_cres.jsonloader_0_1.jsonLoader.tMongoDBConnection_1Process(jsonLoader.java:1848) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at etl_cres.jsonloader_0_1.jsonLoader.runJobInTOS(jsonLoader.java:3782) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at etl_cres.jsonloader_0_1.jsonLoader.main(jsonLoader.java:3618) 
&lt;BR /&gt; 
&lt;BR /&gt;How can i introduce a 
&lt;B&gt;key&lt;/B&gt; in schema as i load files and the only field i have is a 
&lt;B&gt; single field named "content" &lt;/B&gt;for Talend ? 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MENp.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133784i414D01FA561988FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MENp.jpg" alt="0683p000009MENp.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 18 Aug 2014 14:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMongoDB-in-UPSERT-mode-how-to-do/m-p/2287425#M61013</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-18T14:34:05Z</dc:date>
    </item>
  </channel>
</rss>

