<?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: logic implemention in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/logic-implemention/m-p/2344941#M112534</link>
    <description>I think you can use this directly with the tSQLRow component: it lets you execute arbitrary SQL. You just need to type the query into the component. 
&lt;BR /&gt; 
&lt;BR /&gt;David</description>
    <pubDate>Sun, 23 Jul 2017 16:51:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-23T16:51:42Z</dc:date>
    <item>
      <title>logic implemention</title>
      <link>https://community.qlik.com/t5/Talend-Studio/logic-implemention/m-p/2344940#M112533</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May i know how to implement attached logic in talend.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;shridhar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jul 2017 16:17:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/logic-implemention/m-p/2344940#M112533</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-23T16:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: logic implemention</title>
      <link>https://community.qlik.com/t5/Talend-Studio/logic-implemention/m-p/2344941#M112534</link>
      <description>I think you can use this directly with the tSQLRow component: it lets you execute arbitrary SQL. You just need to type the query into the component. 
&lt;BR /&gt; 
&lt;BR /&gt;David</description>
      <pubDate>Sun, 23 Jul 2017 16:51:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/logic-implemention/m-p/2344941#M112534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-23T16:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: logic implemention</title>
      <link>https://community.qlik.com/t5/Talend-Studio/logic-implemention/m-p/2344942#M112535</link>
      <description>&lt;P&gt;Or put that logic in a stored procedure, and call the stored procedure from tSQLRow. &amp;nbsp;It is much cleaner. &amp;nbsp;Remember, if some logic can be done by the DB, then leverage the DB, for example ELT, Views and Stored Proc. &amp;nbsp;When you do ETL, you are adding overhead, because you are extracting the data from the DB, transfering it over the network, loading it into Java Memory, then processing/transforming, then transfer over network again and write to DB. &amp;nbsp;So all of these add to to the overhead.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jul 2017 17:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/logic-implemention/m-p/2344942#M112535</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-23T17:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: logic implemention</title>
      <link>https://community.qlik.com/t5/Talend-Studio/logic-implemention/m-p/2344943#M112536</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;we are using open studio edition and &amp;nbsp;&lt;SPAN&gt;tSQLRow component is free edition or enterprise&amp;nbsp;edition?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Main requirement&amp;nbsp; we are not interested PLSQL proc is database, everything code&amp;nbsp;i want convert in to Talend.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Shridhar&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 05:18:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/logic-implemention/m-p/2344943#M112536</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-24T05:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: logic implemention</title>
      <link>https://community.qlik.com/t5/Talend-Studio/logic-implemention/m-p/2344944#M112537</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes i agree that performance issue occur when continues hit to database. The execution native driver much faster that different drive &amp;nbsp;if i am correct.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we are using open studio edition and &amp;nbsp;&lt;SPAN&gt;tSQLRow component is free edition or enterprise&amp;nbsp;edition?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Main requirement&amp;nbsp; we are not interested PLSQL proc is database, everything code&amp;nbsp;i want convert in to Talend.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Shridhar&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 05:20:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/logic-implemention/m-p/2344944#M112537</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-24T05:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: logic implemention</title>
      <link>https://community.qlik.com/t5/Talend-Studio/logic-implemention/m-p/2344945#M112538</link>
      <description>tSQLRow is part of the free edition.
&lt;BR /&gt;
&lt;BR /&gt;To convert your logic so that it runs with Talend components, you'll need a to query the database and feed the result set into some tMap components that will let you join records together and do other ETL work. Read up on how tMap works and see if you can translate some of the logic yourself: it is really the "go to" component in Talend for this kind of work. You might also look at the components under the ETL heading in the Palette to see if any of them would be useful.
&lt;BR /&gt;
&lt;BR /&gt;David</description>
      <pubDate>Mon, 24 Jul 2017 14:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/logic-implemention/m-p/2344945#M112538</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-24T14:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: logic implemention</title>
      <link>https://community.qlik.com/t5/Talend-Studio/logic-implemention/m-p/2344946#M112539</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have searched in the&amp;nbsp;&lt;SPAN&gt;Palette&amp;nbsp;, there are no component like tSQLRow. I am using Talend 6.3.0.20.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You mean to say tOracleRow component.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Shridhar&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 18:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/logic-implemention/m-p/2344946#M112539</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-24T18:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: logic implemention</title>
      <link>https://community.qlik.com/t5/Talend-Studio/logic-implemention/m-p/2344947#M112540</link>
      <description>You're right, that's what it's called (I was thinking of tHiveRow).
&lt;BR /&gt;
&lt;BR /&gt;David</description>
      <pubDate>Mon, 24 Jul 2017 18:58:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/logic-implemention/m-p/2344947#M112540</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-24T18:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: logic implemention</title>
      <link>https://community.qlik.com/t5/Talend-Studio/logic-implemention/m-p/2344948#M112541</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks for inputs, i have last query.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;What is best way to do below query in talend.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;UPDATE table1 &amp;nbsp;RTMC&lt;BR /&gt;SET FLAG = 'MATCHED'&lt;BR /&gt;WHERE EXISTS (SELECT 1&lt;BR /&gt;FROM table2 RTMF&lt;BR /&gt;WHERE RTMC.TRN_REF_NO = RTMF.REF_NO&lt;BR /&gt;AND RTMC.LAMT = RTMF.REAMOUNT);&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If records contains in millions.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt; 
&lt;P&gt;Shridhar&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 05:48:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/logic-implemention/m-p/2344948#M112541</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-25T05:48:45Z</dc:date>
    </item>
  </channel>
</rss>

