<?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/Update row by row in multiple My SQL tables in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Insert-Update-row-by-row-in-multiple-My-SQL-tables/m-p/2368187#M131480</link>
    <description>&lt;P&gt;What are the components used for this. Can u please explain this workflow with talend components using any example??&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jun 2018 11:17:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-06T11:17:03Z</dc:date>
    <item>
      <title>Insert/Update row by row in multiple My SQL tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-Update-row-by-row-in-multiple-My-SQL-tables/m-p/2368185#M131478</link>
      <description>&lt;P&gt;I have the following problem:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have 2 mysql databases,&lt;/P&gt; 
&lt;P&gt;Database1&lt;BR /&gt;Tables:&lt;BR /&gt;1.status_Table&lt;BR /&gt;2.product&lt;BR /&gt;3.product_attributes&lt;BR /&gt;4.manufacturer&lt;BR /&gt;5.prod_category&lt;BR /&gt;6.distributor&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Database2&lt;BR /&gt;Tables:&lt;BR /&gt;1.product&lt;BR /&gt;2.product_attributes&lt;BR /&gt;3.manufacturer&lt;BR /&gt;4.prod_category&lt;BR /&gt;5.distributor&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;There are some ids in status_Table. All other tables in Database1 contains records against each id in status_Table.&lt;BR /&gt;I need to Insert/Update row by row in each mysql table in Database2 from corresponding table in Database1 against each id .&lt;BR /&gt;That is,&lt;BR /&gt;Database1.product ------&amp;gt; Database2.product&lt;BR /&gt;Database1.product_attributes ------&amp;gt; Database2.product_attributes&lt;BR /&gt;Database1.manufacturer ------&amp;gt; Database2.manufacturer&lt;BR /&gt;Database1.prod_category ------&amp;gt; Database2.prod_category&lt;BR /&gt;Database1.distributor ------&amp;gt; Database2.distributor&lt;/P&gt; 
&lt;P&gt;And at the end of every single row i want to change the status of each id in Database1.status_Table.&lt;BR /&gt;How can I do this?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-Update-row-by-row-in-multiple-My-SQL-tables/m-p/2368185#M131478</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Insert/Update row by row in multiple My SQL tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-Update-row-by-row-in-multiple-My-SQL-tables/m-p/2368186#M131479</link>
      <description>&lt;P&gt;depend from how many rows possible different "best ways"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as variant:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;read&amp;nbsp;&lt;SPAN&gt;status_Table&lt;/SPAN&gt;&lt;/LI&gt;
 &lt;LI&gt;&lt;SPAN&gt;iterate over all id's - store id to variable, &lt;/SPAN&gt;&lt;/LI&gt;
 &lt;LI&gt;&lt;SPAN&gt;fetch one record from table (use id in WHERE conditions) - do this for all tables in Your list&lt;/SPAN&gt;&lt;/LI&gt;
 &lt;LI&gt;&lt;SPAN&gt;INSERT/UPDATE in tMySQLOutput component&lt;/SPAN&gt;&lt;/LI&gt;
 &lt;LI&gt;&lt;SPAN&gt;update&amp;nbsp;status_Table for selected ID for example tMySQLRow&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 10:32:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-Update-row-by-row-in-multiple-My-SQL-tables/m-p/2368186#M131479</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-06-06T10:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Insert/Update row by row in multiple My SQL tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-Update-row-by-row-in-multiple-My-SQL-tables/m-p/2368187#M131480</link>
      <description>&lt;P&gt;What are the components used for this. Can u please explain this workflow with talend components using any example??&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 11:17:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-Update-row-by-row-in-multiple-My-SQL-tables/m-p/2368187#M131480</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-06T11:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Insert/Update row by row in multiple My SQL tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-Update-row-by-row-in-multiple-My-SQL-tables/m-p/2368188#M131481</link>
      <description>&lt;P&gt;sample flow:&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-inline" image-alt="Screen Shot 2018-06-06 at 22.41.36.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LyPR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142067i315123A1C24AA0FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LyPR.png" alt="0683p000009LyPR.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;how work each component - please check Talend docs, it pretty good&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 11:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-Update-row-by-row-in-multiple-My-SQL-tables/m-p/2368188#M131481</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-06-06T11:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Insert/Update row by row in multiple My SQL tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-Update-row-by-row-in-multiple-My-SQL-tables/m-p/2368189#M131482</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="Screenshot from 2018-06-06 16-41-20.png" style="width: 200px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LyXy.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154207iE54B27CDE2FDFDB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LyXy.png" alt="0683p000009LyXy.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;The tDB components need external jar files. So is there any solution using other components??&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 12:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-Update-row-by-row-in-multiple-My-SQL-tables/m-p/2368189#M131482</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-06T12:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Insert/Update row by row in multiple My SQL tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-Update-row-by-row-in-multiple-My-SQL-tables/m-p/2368190#M131483</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;between DBInput and DB2Input little difference (like between Mazda&amp;nbsp;and Hammer) &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;A href="https://en.wikipedia.org/wiki/IBM_Db2" target="_blank" rel="nofollow noopener noreferrer"&gt;https://en.wikipedia.org/wiki/IBM_Db2&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;You need tMySQL* (Input/Output/Row)&lt;/P&gt; 
&lt;P&gt;it just in Talend Studio 7 they make it universal DBInput with additional settings&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-inline" image-alt="Screen Shot 2018-06-06 at 23.37.11.png" style="width: 149px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lx06.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132236i32D3EE1A0CC53353/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lx06.png" alt="0683p000009Lx06.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 12:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-Update-row-by-row-in-multiple-My-SQL-tables/m-p/2368190#M131483</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-06-06T12:35:57Z</dc:date>
    </item>
  </channel>
</rss>

