<?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: [resolved] Sending Log file as an attachment using tsendmail in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Sending-Log-file-as-an-attachment-using-tsendmail/m-p/2312294#M83255</link>
    <description>Hi Asif&lt;BR /&gt;If you are the user of Talend Integration Suite(Commercial Version), you can create a joblet for this stuff.&lt;BR /&gt;Then you can add this joblet like a custom component into any new jobs.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
    <pubDate>Wed, 08 Feb 2012 01:43:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-02-08T01:43:55Z</dc:date>
    <item>
      <title>[resolved] Sending Log file as an attachment using tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Sending-Log-file-as-an-attachment-using-tsendmail/m-p/2312289#M83250</link>
      <description>Hi,&lt;BR /&gt;I want to send the the logs created by tLogCatcher, tStatCatcher, tFlowMeterCatcher at the end of each job as an "attachment file" using tSendMail. I couldnt figure out how to save the file context.File_StatsCatcher at any destination so i can attach it in the mail. Please help me with this.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Asif</description>
      <pubDate>Sat, 16 Nov 2024 12:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Sending-Log-file-as-an-attachment-using-tsendmail/m-p/2312289#M83250</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Sending Log file as an attachment using tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Sending-Log-file-as-an-attachment-using-tsendmail/m-p/2312290#M83251</link>
      <description>Hi&lt;BR /&gt;What do you mean "context.File_StatsCatcher"?&lt;BR /&gt;You can link tStatCatcher with tFileOutputDelimited.&lt;BR /&gt;tStatCatcher --&amp;gt; tFileOutputDelimited&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 07 Feb 2012 06:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Sending-Log-file-as-an-attachment-using-tsendmail/m-p/2312290#M83251</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-07T06:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Sending Log file as an attachment using tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Sending-Log-file-as-an-attachment-using-tsendmail/m-p/2312291#M83252</link>
      <description>Sorry let me rephrase...I meant to say how can i save log to txt file and than email as attachment.</description>
      <pubDate>Tue, 07 Feb 2012 09:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Sending-Log-file-as-an-attachment-using-tsendmail/m-p/2312291#M83252</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-07T09:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Sending Log file as an attachment using tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Sending-Log-file-as-an-attachment-using-tsendmail/m-p/2312292#M83253</link>
      <description>Hi&lt;BR /&gt;Create job as follow.&lt;BR /&gt;tStatCatcher --&amp;gt; tFileOutputDelimited&lt;BR /&gt;         |&lt;BR /&gt;OnSubjobOk&lt;BR /&gt;         |&lt;BR /&gt;tSendMail&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 07 Feb 2012 10:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Sending-Log-file-as-an-attachment-using-tsendmail/m-p/2312292#M83253</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-07T10:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Sending Log file as an attachment using tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Sending-Log-file-as-an-attachment-using-tsendmail/m-p/2312293#M83254</link>
      <description>Thanks Perdo I got the idea. One last thing, is it possible i create an independent (generic) job like you said above and somehow link it with rest of my jobs so i could get emails for each job.&lt;BR /&gt;Regards&lt;BR /&gt;Asif</description>
      <pubDate>Tue, 07 Feb 2012 10:08:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Sending-Log-file-as-an-attachment-using-tsendmail/m-p/2312293#M83254</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-07T10:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Sending Log file as an attachment using tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Sending-Log-file-as-an-attachment-using-tsendmail/m-p/2312294#M83255</link>
      <description>Hi Asif&lt;BR /&gt;If you are the user of Talend Integration Suite(Commercial Version), you can create a joblet for this stuff.&lt;BR /&gt;Then you can add this joblet like a custom component into any new jobs.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 08 Feb 2012 01:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Sending-Log-file-as-an-attachment-using-tsendmail/m-p/2312294#M83255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-08T01:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Sending Log file as an attachment using tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Sending-Log-file-as-an-attachment-using-tsendmail/m-p/2312295#M83256</link>
      <description>Okay I think I am using the community version. Thanks for the help 
&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;BR /&gt;Regards 
&lt;BR /&gt;Asif</description>
      <pubDate>Wed, 08 Feb 2012 04:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Sending-Log-file-as-an-attachment-using-tsendmail/m-p/2312295#M83256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-08T04:17:05Z</dc:date>
    </item>
  </channel>
</rss>

