<?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: easy way to switch on and off tLogRow in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/easy-way-to-switch-on-and-off-tLogRow/m-p/2229508#M20433</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPKiAAO"&gt;@coffeeno&lt;/A&gt;&amp;nbsp;,Deactivate tLogrow or Activate if it is&amp;nbsp;Deactivated.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Mar 2019 10:13:39 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2019-03-07T10:13:39Z</dc:date>
    <item>
      <title>easy way to switch on and off tLogRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/easy-way-to-switch-on-and-off-tLogRow/m-p/2229507#M20432</link>
      <description>&lt;P&gt;Hi, I'm looking for an easy way to switch on&amp;nbsp;and off tLogRow&amp;nbsp;: how to change tLogRow enable or disable easily&amp;nbsp;.&lt;/P&gt;&lt;P&gt;I'm using talend open stdio for data integration.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 10:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/easy-way-to-switch-on-and-off-tLogRow/m-p/2229507#M20432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-07T10:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: easy way to switch on and off tLogRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/easy-way-to-switch-on-and-off-tLogRow/m-p/2229508#M20433</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPKiAAO"&gt;@coffeeno&lt;/A&gt;&amp;nbsp;,Deactivate tLogrow or Activate if it is&amp;nbsp;Deactivated.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 10:13:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/easy-way-to-switch-on-and-off-tLogRow/m-p/2229508#M20433</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-03-07T10:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: easy way to switch on and off tLogRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/easy-way-to-switch-on-and-off-tLogRow/m-p/2229509#M20434</link>
      <description>&lt;P&gt;sorry for little explanation. i know how to manually activate or deactivate components.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i would like to change many tLogRows activate or deactivate status.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 10:18:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/easy-way-to-switch-on-and-off-tLogRow/m-p/2229509#M20434</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-07T10:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: easy way to switch on and off tLogRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/easy-way-to-switch-on-and-off-tLogRow/m-p/2229510#M20435</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You cannot deactivate/activate Component at runtime but You could redirect tLogRow Output to File instead of Console dynamically. Below Link will help ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCjQlCAK#M598" target="_blank"&gt;https://community.talend.com/t5/How-Tos-and-Best-Practices/Redirect-the-output-from-the-console-to-a-file/m-p/133814#M598&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could set the steam based on context condition.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 10:27:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/easy-way-to-switch-on-and-off-tLogRow/m-p/2229510#M20435</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-03-07T10:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: easy way to switch on and off tLogRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/easy-way-to-switch-on-and-off-tLogRow/m-p/2229511#M20436</link>
      <description>&lt;P&gt;If you are comfortable using a bit of Java you could write your own method for doing this. In the past the I have created context variables for the purpose of switching on debugging code in jobs running in Production. So if something was showing weird behaviour, I was able to set a context variable called "Debug" to true. Then, in different parts of the job I had certain mechanisms triggered by this context variable. Nothing would change the data that was produced, but it would reroute information or output more information to logs.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Using this in your job you could add tJavaFlex components which are configured to output column information (using System.out calls) IF your "Debug" variable is switched to true. Otherwise, the data is just passed straight through your tJavaFlex.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;That is just one example. It might not suit your precise requirement, but hopefully it will give you some ideas.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 11:01:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/easy-way-to-switch-on-and-off-tLogRow/m-p/2229511#M20436</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-07T11:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: easy way to switch on and off tLogRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/easy-way-to-switch-on-and-off-tLogRow/m-p/2229512#M20437</link>
      <description>&lt;P&gt;Does&amp;nbsp;"run if trigger" solve my issue ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried but i couldn't put "if"&amp;nbsp;before tLogRow.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 11:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/easy-way-to-switch-on-and-off-tLogRow/m-p/2229512#M20437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-07T11:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: easy way to switch on and off tLogRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/easy-way-to-switch-on-and-off-tLogRow/m-p/2229513#M20438</link>
      <description>&lt;P&gt;No, the RunIf is just a trigger. It doesn't carry datarows. Your requirement is one which is not supported out of the box, but is entirely possible using the method I suggested.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 13:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/easy-way-to-switch-on-and-off-tLogRow/m-p/2229513#M20438</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-07T13:02:33Z</dc:date>
    </item>
  </channel>
</rss>

