<?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: Migrate data from MongoDB to Postgresql in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Migrate-data-from-MongoDB-to-Postgresql/m-p/2262789#M43141</link>
    <description>&lt;P&gt;Can we shift entire mongodb&amp;nbsp; table to postgres ?&lt;/P&gt;
&lt;P&gt;Its showing some error.&lt;/P&gt;
&lt;P&gt;You can see in the screenshot I have&amp;nbsp; attached , we are able to shift data for only hub_id , but when we keep the query empty it shows an error ,&lt;/P&gt;
&lt;P&gt;Can you provide any link which provides guidance for this.&lt;/P&gt;
&lt;P&gt;Its urgent can you reply as soon as possible to khushboo.priya@everlytics.io&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jun 2019 09:13:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-06-13T09:13:53Z</dc:date>
    <item>
      <title>Migrate data from MongoDB to Postgresql</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migrate-data-from-MongoDB-to-Postgresql/m-p/2262781#M43133</link>
      <description>&lt;P&gt;I need to move data from MongoDB to Postgresql ?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:35:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migrate-data-from-MongoDB-to-Postgresql/m-p/2262781#M43133</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T06:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate data from MongoDB to Postgresql</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migrate-data-from-MongoDB-to-Postgresql/m-p/2262782#M43134</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Did you try tMongoDBInput to extract the data and tPostgresqlOutput to write the data? The links for these components are as shown below.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://help.talend.com/reader/KxVIhxtXBBFymmkkWJ~O4Q/fo4hMI0RDFj9ItYxXniDIA" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/KxVIhxtXBBFymmkkWJ~O4Q/fo4hMI0RDFj9ItYxXniDIA&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://help.talend.com/reader/NNO~fmVQU4rlkF9Depfdxw/7~Omg_wYV8i0ANNFrIORzw" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/NNO~fmVQU4rlkF9Depfdxw/7~Omg_wYV8i0ANNFrIORzw&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;If you need to do any transformation, you will have to use tMap or any other related components according to your use case.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 07:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migrate-data-from-MongoDB-to-Postgresql/m-p/2262782#M43134</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-14T07:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate data from MongoDB to Postgresql</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migrate-data-from-MongoDB-to-Postgresql/m-p/2262783#M43135</link>
      <description>&lt;P&gt;migrate entire database in single shot. the database as multiple collections i need to do it in single shot&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 07:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migrate-data-from-MongoDB-to-Postgresql/m-p/2262783#M43135</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-14T07:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate data from MongoDB to Postgresql</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migrate-data-from-MongoDB-to-Postgresql/m-p/2262784#M43136</link>
      <description>&lt;P&gt;Hi Akash,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Talend do not have the capability to perform database import and export as it is essentially an ETL tool. So you will have to plan in an iterative fashion for each input set from MongoDB.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Below are the list of components available in Talend for MongoDB. The above help document link will lead you to the links of other components also.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 280px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M1T4.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130523iB657A7900697510D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M1T4.png" alt="0683p000009M1T4.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;But there is no one shot solution to migrate the entire DB to Postgresql.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 07:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migrate-data-from-MongoDB-to-Postgresql/m-p/2262784#M43136</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-14T07:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate data from MongoDB to Postgresql</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migrate-data-from-MongoDB-to-Postgresql/m-p/2262785#M43137</link>
      <description>&lt;P&gt;I need to map from one collection to another collection&amp;nbsp;&lt;/P&gt;&lt;P&gt;eg:&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"_id" : ObjectId("5b22508e59d7d42e2fce9a1a"),&lt;BR /&gt;"messagedate" : ISODate("2018-06-14T11:25:02.562Z"),&lt;BR /&gt;"refvalue" : ObjectId("5b22508e59d7d25g2sdf651"),&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;refvalue is pointing to another collection. how to do?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 08:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migrate-data-from-MongoDB-to-Postgresql/m-p/2262785#M43137</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-14T08:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate data from MongoDB to Postgresql</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migrate-data-from-MongoDB-to-Postgresql/m-p/2262786#M43138</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Did you try parsing the first collection and then take the value as iteration to get the reference collection?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; I don't have a MongoDB envt handy with me. So you may have to try and show the results if you are getting any error.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 09:36:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migrate-data-from-MongoDB-to-Postgresql/m-p/2262786#M43138</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-14T09:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate data from MongoDB to Postgresql</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migrate-data-from-MongoDB-to-Postgresql/m-p/2262787#M43139</link>
      <description>&lt;P&gt;I have no idea to proceed can you give brief explanation&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 07:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migrate-data-from-MongoDB-to-Postgresql/m-p/2262787#M43139</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-15T07:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate data from MongoDB to Postgresql</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migrate-data-from-MongoDB-to-Postgresql/m-p/2262788#M43140</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Type mismatch: cannot convert from Object to String using tMap&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lula"&gt;Screenshot (7).png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lv03"&gt;Screenshot (8).png&lt;/A&gt;</description>
      <pubDate>Fri, 15 Feb 2019 13:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migrate-data-from-MongoDB-to-Postgresql/m-p/2262788#M43140</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-15T13:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate data from MongoDB to Postgresql</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migrate-data-from-MongoDB-to-Postgresql/m-p/2262789#M43141</link>
      <description>&lt;P&gt;Can we shift entire mongodb&amp;nbsp; table to postgres ?&lt;/P&gt;
&lt;P&gt;Its showing some error.&lt;/P&gt;
&lt;P&gt;You can see in the screenshot I have&amp;nbsp; attached , we are able to shift data for only hub_id , but when we keep the query empty it shows an error ,&lt;/P&gt;
&lt;P&gt;Can you provide any link which provides guidance for this.&lt;/P&gt;
&lt;P&gt;Its urgent can you reply as soon as possible to khushboo.priya@everlytics.io&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 09:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migrate-data-from-MongoDB-to-Postgresql/m-p/2262789#M43141</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-13T09:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate data from MongoDB to Postgresql</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migrate-data-from-MongoDB-to-Postgresql/m-p/2262790#M43142</link>
      <description>&lt;P&gt;Can we shift entire mongodb&amp;nbsp; table to postgres ?&lt;/P&gt;
&lt;P&gt;Its showing some error.&lt;/P&gt;
&lt;P&gt;You can see in the screenshot I have&amp;nbsp; attached , we are able to shift data for only hub_id , but when we keep the query empty it shows an error ,&lt;/P&gt;
&lt;P&gt;Can you provide any link which provides guidance for this.&lt;/P&gt;
&lt;P&gt;Its urgent can you reply as soon as possible to khushboo.priya@everlytics.io&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LvwC"&gt;Screenshot from 2019-06-13 13-38-54.png&lt;/A&gt;</description>
      <pubDate>Thu, 13 Jun 2019 09:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migrate-data-from-MongoDB-to-Postgresql/m-p/2262790#M43142</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-13T09:14:22Z</dc:date>
    </item>
  </channel>
</rss>

