<?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: How to insert or update data into table by using tmysqlrow_1? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339196#M107367</link>
    <description>&lt;P&gt;we used the "update.invoice" but its shows error&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="ce5dbfe1be5047a08dfb66f5c7118a35.jpg" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LrSd.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135360i3C9A42116CB7C087/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LrSd.jpg" alt="0683p000009LrSd.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So how we can solve this issue , any other methods have to update the database .&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Nov 2017 11:45:45 GMT</pubDate>
    <dc:creator>Ashok200792</dc:creator>
    <dc:date>2017-11-21T11:45:45Z</dc:date>
    <item>
      <title>How to insert or update data into table by using tmysqlrow_1?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339192#M107363</link>
      <description>&lt;P&gt;how to Insert or update the data into table by using&amp;nbsp;tmysqlrow_1&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;QUERY:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"update CHECK_DATA SET FLAG='K' where FLAG='"+row1.invoiceno+"'"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;show error,&lt;/P&gt;
&lt;P&gt;Starting job FileProcess_Copy at 15:12 21/11/2017.&lt;/P&gt;
&lt;P&gt;[statistics] connecting to socket on port 3914&lt;BR /&gt;[statistics] connected&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;Exception in component tMysqlRow_1 (FileProcess_Copy)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;java.lang.NullPointerException&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at local_project.fileprocess_copy_0_1.FileProcess_Copy.tFileInputDelimited_2Process(FileProcess_Copy.java:5779)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at local_project.fileprocess_copy_0_1.FileProcess_Copy.tFileList_1Process(FileProcess_Copy.java:1206)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at local_project.fileprocess_copy_0_1.FileProcess_Copy.tMysqlConnection_1Process(FileProcess_Copy.java:850)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at local_project.fileprocess_copy_0_1.FileProcess_Copy.runJobInTOS(FileProcess_Copy.java:12808)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at local_project.fileprocess_copy_0_1.FileProcess_Copy.main(FileProcess_Copy.java:12651)&lt;/FONT&gt;&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;Job FileProcess_Copy ended at 15:12 21/11/2017. [exit code=1]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 10:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339192#M107363</guid>
      <dc:creator>Ashok200792</dc:creator>
      <dc:date>2017-11-21T10:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert or update data into table by using tmysqlrow_1?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339193#M107364</link>
      <description>&lt;P&gt;Can you check if the mysql row component is configured correctly?&lt;/P&gt; 
&lt;P&gt;Try to execute a simple select statement to see if that works first before going to the update statement.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 10:12:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339193#M107364</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-21T10:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert or update data into table by using tmysqlrow_1?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339194#M107365</link>
      <description>&lt;P&gt;Yes before we checked tmysqlrow ,we wrote the simple query select query its working fine ,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;For Example:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I get the CSV data file to insert into the DataBase , its working fine . At the same time need to update the another table in Database to dynamically based on the records , we using tMap function to insert the data ,same as we try here get the some value &amp;amp; Update the another table.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="af35965cadcb40d397dce6be9442cb92.jpg" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ls1N.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151740i3341F24222EB297F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ls1N.jpg" alt="0683p000009Ls1N.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;Inside the tMap,&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="f860c175778b4429a836f37d1f17b9ef.jpg" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LrtQ.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151904i74B825FDF90630F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LrtQ.jpg" alt="0683p000009LrtQ.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 10:44:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339194#M107365</guid>
      <dc:creator>Ashok200792</dc:creator>
      <dc:date>2017-11-21T10:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert or update data into table by using tmysqlrow_1?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339195#M107366</link>
      <description>&lt;P&gt;Ok so in your query you have used "&lt;SPAN&gt;row1.invoiceno" but the job shows that your input link is "update". So I am guessing it should be "update.invoiceno". Maybe you can try that out and see what happens.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;edit : just checked the tmap again, it should actually be update.FLAG.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 11:13:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339195#M107366</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-21T11:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert or update data into table by using tmysqlrow_1?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339196#M107367</link>
      <description>&lt;P&gt;we used the "update.invoice" but its shows error&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="ce5dbfe1be5047a08dfb66f5c7118a35.jpg" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LrSd.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135360i3C9A42116CB7C087/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LrSd.jpg" alt="0683p000009LrSd.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So how we can solve this issue , any other methods have to update the database .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 11:45:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339196#M107367</guid>
      <dc:creator>Ashok200792</dc:creator>
      <dc:date>2017-11-21T11:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert or update data into table by using tmysqlrow_1?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339197#M107368</link>
      <description>&lt;P&gt;Can you use update.FLAG?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 11:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339197#M107368</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-21T11:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert or update data into table by using tmysqlrow_1?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339198#M107369</link>
      <description>&lt;P&gt;Yeah we can use "update.FLAG" , same error will come&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[statistics] connecting to socket on port 3459&lt;BR /&gt;[statistics] connected&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;Exception in component tMysqlRow_1 (FileProcess_Copy)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;java.lang.NullPointerException&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at local_project.fileprocess_copy_0_1.FileProcess_Copy.tFileInputDelimited_2Process(FileProcess_Copy.java:5753)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at local_project.fileprocess_copy_0_1.FileProcess_Copy.tFileList_1Process(FileProcess_Copy.java:1180)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at local_project.fileprocess_copy_0_1.FileProcess_Copy.tMysqlConnection_1Process(FileProcess_Copy.java:828)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at local_project.fileprocess_copy_0_1.FileProcess_Copy.runJobInTOS(FileProcess_Copy.java:12657)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at local_project.fileprocess_copy_0_1.FileProcess_Copy.main(FileProcess_Copy.java:12500)&lt;/FONT&gt;&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;Job FileProcess_Copy ended at 17:10 21/11/2017. [exit code=1]&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 11:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339198#M107369</guid>
      <dc:creator>Ashok200792</dc:creator>
      <dc:date>2017-11-21T11:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert or update data into table by using tmysqlrow_1?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339199#M107370</link>
      <description>&lt;P&gt; 
 &lt;STRIKE&gt;
   Ok in that case, you may want to try using a tmysqloutput component instead of tmysqlrow. 
 &lt;/STRIKE&gt;&lt;/P&gt; 
&lt;P&gt; 
 &lt;STRIKE&gt; 
  &lt;A href="https://help.talend.com/reader/D_AHwO__5PjfWaaJKtDD1A/7IH8hy9EzjA85l5C4boMdA&amp;nbsp;" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/D_AHwO__5PjfWaaJKtDD1A/7IH8hy9EzjA85l5C4boMdA&amp;nbsp;&lt;/A&gt; 
 &lt;/STRIKE&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I read&amp;nbsp;your use case again. Doesn't look like it will work using the tMysqloutput command.&lt;/P&gt; 
&lt;P&gt;As an alternative, We could output the distinct FLAG values to a flat file first.&lt;/P&gt; 
&lt;P&gt;And then you can do something like this,&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="updateVals.PNG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ls0z.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127971iE33683A25A3E6BDF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ls0z.png" alt="0683p000009Ls0z.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;The tMysqlRow should have your update query for each distinct flag in the input file.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 12:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339199#M107370</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-21T12:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert or update data into table by using tmysqlrow_1?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339200#M107371</link>
      <description>&lt;P&gt;Thanks for Support,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Now the update query is working fine , in tMysqlrow_1&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="rsz_1rsz_screenshot_from_2017-11-22_110832.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LraJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153130iABE076FB15C75CAD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LraJ.png" alt="0683p000009LraJ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;ADDED:&lt;/P&gt; 
&lt;P&gt;When we connected the tMysqlconnection , that update query is working or Else its show that previous error .&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 05:48:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339200#M107371</guid>
      <dc:creator>Ashok200792</dc:creator>
      <dc:date>2017-11-22T05:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert or update data into table by using tmysqlrow_1?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339201#M107372</link>
      <description>&lt;P&gt;Great. Using the tMySQLConnection is a better way to connect to the database.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 05:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339201#M107372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-22T05:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert or update data into table by using tmysqlrow_1?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339202#M107373</link>
      <description>Thanks for Support .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ashok</description>
      <pubDate>Wed, 22 Nov 2017 06:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339202#M107373</guid>
      <dc:creator>Ashok200792</dc:creator>
      <dc:date>2017-11-22T06:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert or update data into table by using tmysqlrow_1?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339203#M107374</link>
      <description>&lt;P&gt;You're welcome.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 06:05:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339203#M107374</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-22T06:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert or update data into table by using tmysqlrow_1?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339204#M107375</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Could you please mark this topic as 'Solved' if this solution is OK with your issue?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2017 06:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-insert-or-update-data-into-table-by-using-tmysqlrow-1/m-p/2339204#M107375</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-23T06:41:03Z</dc:date>
    </item>
  </channel>
</rss>

