<?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: printing processed records when we run talend job as executable jar file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/printing-processed-records-when-we-run-talend-job-as-executable/m-p/2227437#M19045</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPCdAAO"&gt;@lavan524&lt;/A&gt;&amp;nbsp;,&lt;/P&gt; 
&lt;P&gt;check the below links.&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCpHTCA0" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/log-to-file/td-p/35392&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCpD0CAK" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/How-to-redirect-all-output-of-my-console-to-a-file/td-p/100407&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Mar 2019 06:36:07 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2019-03-07T06:36:07Z</dc:date>
    <item>
      <title>printing processed records when we run talend job as executable jar file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/printing-processed-records-when-we-run-talend-job-as-executable/m-p/2227434#M19042</link>
      <description>&lt;P&gt;I want to run talend job as executable jar file..After&amp;nbsp; running that jar file&amp;nbsp; i want to print no of records processed in command prompt..how to achieve that ?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 06:19:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/printing-processed-records-when-we-run-talend-job-as-executable/m-p/2227434#M19042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-07T06:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: printing processed records when we run talend job as executable jar file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/printing-processed-records-when-we-run-talend-job-as-executable/m-p/2227435#M19043</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPCdAAO"&gt;@lavan524&lt;/A&gt;&amp;nbsp;,in the job you can print the processed records using print command in java and those all information you can log to log file and there you can check the processed records.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 06:27:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/printing-processed-records-when-we-run-talend-job-as-executable/m-p/2227435#M19043</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-03-07T06:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: printing processed records when we run talend job as executable jar file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/printing-processed-records-when-we-run-talend-job-as-executable/m-p/2227436#M19044</link>
      <description>&lt;P&gt;may i know how to log the info after job completion...&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 06:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/printing-processed-records-when-we-run-talend-job-as-executable/m-p/2227436#M19044</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-07T06:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: printing processed records when we run talend job as executable jar file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/printing-processed-records-when-we-run-talend-job-as-executable/m-p/2227437#M19045</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPCdAAO"&gt;@lavan524&lt;/A&gt;&amp;nbsp;,&lt;/P&gt; 
&lt;P&gt;check the below links.&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCpHTCA0" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/log-to-file/td-p/35392&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCpD0CAK" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/How-to-redirect-all-output-of-my-console-to-a-file/td-p/100407&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 06:36:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/printing-processed-records-when-we-run-talend-job-as-executable/m-p/2227437#M19045</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-03-07T06:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: printing processed records when we run talend job as executable jar file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/printing-processed-records-when-we-run-talend-job-as-executable/m-p/2227438#M19046</link>
      <description>&lt;P&gt;i have tried this but i haven't get any log file in destination&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="talend.PNG" style="width: 667px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2cW.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135801i61B19EA517FF251F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2cW.png" alt="0683p000009M2cW.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 07:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/printing-processed-records-when-we-run-talend-job-as-executable/m-p/2227438#M19046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-07T07:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: printing processed records when we run talend job as executable jar file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/printing-processed-records-when-we-run-talend-job-as-executable/m-p/2227439#M19047</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Coming to your original query, you can create Talend commands as standalone executable JAR files by below method.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.talend.com/reader/v1kB1bHrWOxIQmz31voF5A/Nanx_kJqdrMx6tPW3hfyrQ" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/v1kB1bHrWOxIQmz31voF5A/Nanx_kJqdrMx6tPW3hfyrQ&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Also when you can print the details from Talend job itself, why you are trying to print it from command prompt?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 07:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/printing-processed-records-when-we-run-talend-job-as-executable/m-p/2227439#M19047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-07T07:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: printing processed records when we run talend job as executable jar file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/printing-processed-records-when-we-run-talend-job-as-executable/m-p/2227440#M19048</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPCdAAO"&gt;@lavan524&lt;/A&gt;&amp;nbsp;,on subjob ok you can add tjava componet and you can specify global variable to print&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;system.out.println(((Integer)globalMap.get("tSalesforceOutput_1_NB_SUCCESS")))&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 07:35:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/printing-processed-records-when-we-run-talend-job-as-executable/m-p/2227440#M19048</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-03-07T07:35:31Z</dc:date>
    </item>
  </channel>
</rss>

