<?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 Logs in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Logs/m-p/2276349#M52460</link>
    <description>&lt;P&gt;Hey,&lt;/P&gt; 
&lt;P&gt;I create the following pipeline&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Parent: tWaitForFile--iterate--trunJob&lt;/P&gt; 
&lt;P&gt;Child:&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8we.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128299i34F5724844082B3A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8we.png" alt="0683p000009M8we.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I want after tSchemaCompliance to send the Logs to a file if it is Rejected : FileName, CurrentTime,"Failed" errorCode,errorMessage&lt;/P&gt; 
&lt;P&gt;and if it is Succeed: FileName,CurentTime,"Success"&lt;/P&gt; 
&lt;P&gt;Can anyone tell my what component to use in order to achieve that (thashoutput/input?/ tassertcatcher?) ? And what I have to write inside tJavarow to gain these informations like&amp;nbsp;FileName, CurrentTime,"Failed" errorCode,errorMessage?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133049iD780B7DE0116E4D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACJ.png" alt="0683p000009MACJ.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jan 2020 09:26:35 GMT</pubDate>
    <dc:creator>DrGenious</dc:creator>
    <dc:date>2020-01-30T09:26:35Z</dc:date>
    <item>
      <title>Logs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Logs/m-p/2276349#M52460</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt; 
&lt;P&gt;I create the following pipeline&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Parent: tWaitForFile--iterate--trunJob&lt;/P&gt; 
&lt;P&gt;Child:&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8we.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128299i34F5724844082B3A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8we.png" alt="0683p000009M8we.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I want after tSchemaCompliance to send the Logs to a file if it is Rejected : FileName, CurrentTime,"Failed" errorCode,errorMessage&lt;/P&gt; 
&lt;P&gt;and if it is Succeed: FileName,CurentTime,"Success"&lt;/P&gt; 
&lt;P&gt;Can anyone tell my what component to use in order to achieve that (thashoutput/input?/ tassertcatcher?) ? And what I have to write inside tJavarow to gain these informations like&amp;nbsp;FileName, CurrentTime,"Failed" errorCode,errorMessage?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133049iD780B7DE0116E4D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACJ.png" alt="0683p000009MACJ.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 09:26:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Logs/m-p/2276349#M52460</guid>
      <dc:creator>DrGenious</dc:creator>
      <dc:date>2020-01-30T09:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Logs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Logs/m-p/2276350#M52461</link>
      <description>&lt;P&gt;schemacheck is row by row validation .&lt;/P&gt;
&lt;P&gt;Why donot you want the detail of row which has failed or passed ?&lt;BR /&gt;&lt;BR /&gt;FileName and current timestamp , you can add by using tJavaRow/Tmap for each sucess and reject record.&lt;BR /&gt;&lt;BR /&gt;if you want to add in same file success and Reject , you can use tHashInput/output.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 14:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Logs/m-p/2276350#M52461</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2020-01-30T14:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Logs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Logs/m-p/2276351#M52462</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LP7CAAW"&gt;@uganesh&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I want from the schema compliance TWO rows. One for success files in order to store the logs inside a csv and the OTHER for rejected files with log's too. I want if schema compliance find something rejected to stop the job and go back to the parent job.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 14:43:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Logs/m-p/2276351#M52462</guid>
      <dc:creator>DrGenious</dc:creator>
      <dc:date>2020-01-30T14:43:48Z</dc:date>
    </item>
  </channel>
</rss>

