<?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: Custom log messages from a tAggregateRow in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Custom-log-messages-from-a-tAggregateRow/m-p/2349354#M116347</link>
    <description>&lt;P&gt;global variable "tDBOutput_1_NB_LINE" could also be used in your case I think (it will show the number of lines processed by the tDBOutput component).  You can use it in a tJava linked with onSubjobOK from your current subjob. &lt;/P&gt;&lt;P&gt;Then simply yse System.out.println(((Integer)globalMap.get("tDBOutput_1_NB_LINE)));&lt;/P&gt;&lt;P&gt;(see "outline" tab in studio for exact syntax)&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jun 2021 11:56:58 GMT</pubDate>
    <dc:creator>corentin1</dc:creator>
    <dc:date>2021-06-21T11:56:58Z</dc:date>
    <item>
      <title>Custom log messages from a tAggregateRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Custom-log-messages-from-a-tAggregateRow/m-p/2349351#M116344</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I have a tAggregateRow component which outputs the rowcount of a specific column. How can I log a custom message stating "[x] rows processed"?&lt;/P&gt;&lt;P&gt;Here is the subjob with the tAggregateRow&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000G5VnSAAV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152148iA3A73522C799C18B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000G5VnSAAV.png" alt="0695b00000G5VnSAAV.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and here is the detail of the tAggregateRow&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000G5Vo6AAF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150354i8C96FEB7116A3264/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000G5Vo6AAF.png" alt="0695b00000G5Vo6AAF.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:02:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Custom-log-messages-from-a-tAggregateRow/m-p/2349351#M116344</guid>
      <dc:creator>datajunkie1000</dc:creator>
      <dc:date>2024-11-16T00:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Custom log messages from a tAggregateRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Custom-log-messages-from-a-tAggregateRow/m-p/2349352#M116345</link>
      <description>&lt;P&gt;After tAggreGateRow, you can add a tJavaRow and output the messages like:&lt;/P&gt;&lt;P&gt;tAggreGateRow--main--tJavaRow&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on tJavaRow:&lt;/P&gt;&lt;P&gt;System.out.println("["+input_row.acd+"]" rows processed";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 13:39:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Custom-log-messages-from-a-tAggregateRow/m-p/2349352#M116345</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-18T13:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Custom log messages from a tAggregateRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Custom-log-messages-from-a-tAggregateRow/m-p/2349353#M116346</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Getting an error "input_row cannot be resolved to a variable" - how do I proceed with this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 10:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Custom-log-messages-from-a-tAggregateRow/m-p/2349353#M116346</guid>
      <dc:creator>datajunkie1000</dc:creator>
      <dc:date>2021-06-21T10:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Custom log messages from a tAggregateRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Custom-log-messages-from-a-tAggregateRow/m-p/2349354#M116347</link>
      <description>&lt;P&gt;global variable "tDBOutput_1_NB_LINE" could also be used in your case I think (it will show the number of lines processed by the tDBOutput component).  You can use it in a tJava linked with onSubjobOK from your current subjob. &lt;/P&gt;&lt;P&gt;Then simply yse System.out.println(((Integer)globalMap.get("tDBOutput_1_NB_LINE)));&lt;/P&gt;&lt;P&gt;(see "outline" tab in studio for exact syntax)&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 11:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Custom-log-messages-from-a-tAggregateRow/m-p/2349354#M116347</guid>
      <dc:creator>corentin1</dc:creator>
      <dc:date>2021-06-21T11:56:58Z</dc:date>
    </item>
  </channel>
</rss>

