<?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: saving json array using tmongodbinput and tmysqluotput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/saving-json-array-using-tmongodbinput-and-tmysqluotput/m-p/2332793#M101637</link>
    <description>Hi,
&lt;BR /&gt;Here is a component 
&lt;A href="https://help.talend.com/search/all?query=tExtractJSONFields" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tExtractJSONFields&lt;/A&gt;&amp;nbsp;which is used to&amp;nbsp;
&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;extract the data from JSON fields stored in a file, a database table.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;The work flow should be:tmongoDBInput--&amp;gt;textractJsonField--&amp;gt;tMap--&amp;gt;tMysqloutput&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;Let us know if it is Ok with you.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Tue, 06 Sep 2016 04:22:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-09-06T04:22:52Z</dc:date>
    <item>
      <title>saving json array using tmongodbinput and tmysqluotput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/saving-json-array-using-tmongodbinput-and-tmysqluotput/m-p/2332792#M101636</link>
      <description>&lt;P&gt;Hi Team,&lt;BR /&gt;In my talend job the requirement is that i need to pull the data from mongodb and load the data in mysql db.&lt;BR /&gt;&lt;BR /&gt;mongodb input document:&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "_id" : ObjectId("57bd63f624acb0748449bc61"),&lt;BR /&gt;"FHW_id" : "57bd63f624acb0748449bc60",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "role" : 8,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "partner_ngo_details" : 1,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "sync_status" : 4,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "nodes_hierarchy" : [&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "node1" : 1,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "node2" : 1,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "node3" : 1,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "node4" : 1,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "node5" : 1&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;BR /&gt;&amp;nbsp; &amp;nbsp; ]&lt;BR /&gt;}&lt;BR /&gt;--------------&lt;BR /&gt;i am using tmongodbinput and tmysqluotput along with tmap.My question is how can i save the nodes_hierarchy array object of the json data in mysql.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Regards,&lt;BR /&gt;Chandan Kumar Sah&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/saving-json-array-using-tmongodbinput-and-tmysqluotput/m-p/2332792#M101636</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: saving json array using tmongodbinput and tmysqluotput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/saving-json-array-using-tmongodbinput-and-tmysqluotput/m-p/2332793#M101637</link>
      <description>Hi,
&lt;BR /&gt;Here is a component 
&lt;A href="https://help.talend.com/search/all?query=tExtractJSONFields" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tExtractJSONFields&lt;/A&gt;&amp;nbsp;which is used to&amp;nbsp;
&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;extract the data from JSON fields stored in a file, a database table.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;The work flow should be:tmongoDBInput--&amp;gt;textractJsonField--&amp;gt;tMap--&amp;gt;tMysqloutput&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;Let us know if it is Ok with you.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 06 Sep 2016 04:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/saving-json-array-using-tmongodbinput-and-tmysqluotput/m-p/2332793#M101637</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-06T04:22:52Z</dc:date>
    </item>
  </channel>
</rss>

