<?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: Insert ObjectID from Mongodb Collection A to Collection B in Mongodb in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Insert-ObjectID-from-Mongodb-Collection-A-to-Collection-B-in/m-p/2339110#M107286</link>
    <description>&lt;P&gt;This problem was solved by making the attribute type of _id as&amp;nbsp;@type and setting the Static Value to object in the Link target.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Mar 2018 20:47:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-03-28T20:47:40Z</dc:date>
    <item>
      <title>Insert ObjectID from Mongodb Collection A to Collection B in Mongodb</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-ObjectID-from-Mongodb-Collection-A-to-Collection-B-in/m-p/2339109#M107285</link>
      <description>&lt;P&gt;I am new to using Talend. I am not able to carry over the ObjectID from Mongodb collection A to Mongodb collection B. I am using a&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to carry over a objectID from Mongodb's collection A to a new mongodb collection B. I am using the following logic to execute. TMongoDBInput--&amp;gt;tmap--&amp;gt;tMongoDBOutput. I have mapped the link target in tMongoDBOutput to have the _id field's static value mapped as object where the _id field attribute is defined as class.&amp;nbsp; I am still seeing ObjectID as string in collection B. What am i missing here ? Appreciate the help. Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 20:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-ObjectID-from-Mongodb-Collection-A-to-Collection-B-in/m-p/2339109#M107285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-28T20:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Insert ObjectID from Mongodb Collection A to Collection B in Mongodb</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-ObjectID-from-Mongodb-Collection-A-to-Collection-B-in/m-p/2339110#M107286</link>
      <description>&lt;P&gt;This problem was solved by making the attribute type of _id as&amp;nbsp;@type and setting the Static Value to object in the Link target.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 20:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-ObjectID-from-Mongodb-Collection-A-to-Collection-B-in/m-p/2339110#M107286</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-28T20:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Insert ObjectID from Mongodb Collection A to Collection B in Mongodb</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-ObjectID-from-Mongodb-Collection-A-to-Collection-B-in/m-p/2339111#M107287</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you share me the screenshot so that i can get a clear idea about it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Kasthuri Rengan&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 15:05:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-ObjectID-from-Mongodb-Collection-A-to-Collection-B-in/m-p/2339111#M107287</guid>
      <dc:creator>krengan21</dc:creator>
      <dc:date>2018-09-17T15:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Insert ObjectID from Mongodb Collection A to Collection B in Mongodb</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-ObjectID-from-Mongodb-Collection-A-to-Collection-B-in/m-p/2339112#M107288</link>
      <description>&lt;P&gt;I too, would like to get a more explicit answer...&lt;BR /&gt;My problem is I need to insert from mysql to mongoDB.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;But some field in my output table are ObjectId fields (which talend identified as string upon retrieving the schema)&lt;BR /&gt;&lt;BR /&gt;Upon insert I match one Mysql column data on a mongoDB collection (label field) and get the corresponding _id (as a string)&lt;BR /&gt;But I need to put that in the mongoDB output on a reference ObjectId field (for another collection, just as a "foreign key").&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I tried to import Bson objectId and do a ObjectId(MyStringId) /&amp;nbsp;ObjectId.Parse(MyStringId) with no success.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LwLY"&gt;Talend.PNG&lt;/A&gt;</description>
      <pubDate>Tue, 06 Aug 2019 14:29:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-ObjectID-from-Mongodb-Collection-A-to-Collection-B-in/m-p/2339112#M107288</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-06T14:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Insert ObjectID from Mongodb Collection A to Collection B in Mongodb</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-ObjectID-from-Mongodb-Collection-A-to-Collection-B-in/m-p/2339113#M107289</link>
      <description>Try reading the data type as object while fetching it from the source and change the data type to object in output schema also it should solve your problem.&lt;BR /&gt;&lt;BR /&gt;Don't forget to give Kudos if this solution is working .&lt;BR /&gt;Regards,&lt;BR /&gt;Kasthuri Rengan</description>
      <pubDate>Wed, 07 Aug 2019 04:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-ObjectID-from-Mongodb-Collection-A-to-Collection-B-in/m-p/2339113#M107289</guid>
      <dc:creator>krengan21</dc:creator>
      <dc:date>2019-08-07T04:14:07Z</dc:date>
    </item>
  </channel>
</rss>

