<?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: Metadata from a tRunJob in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Metadata-from-a-tRunJob/m-p/2297506#M143364</link>
    <description>&lt;P&gt;I solved!&lt;/P&gt;&lt;P&gt;I put my tStatCatcher on a HashTable, checking "Keep All" and "Append" and it is ok!&lt;/P&gt;&lt;P&gt;(without those checks it didn't work)&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jul 2020 11:13:30 GMT</pubDate>
    <dc:creator>vincecassel</dc:creator>
    <dc:date>2020-07-07T11:13:30Z</dc:date>
    <item>
      <title>Metadata from a tRunJob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Metadata-from-a-tRunJob/m-p/2297497#M143355</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using Talend 7.1 Big Data and I am making some jobs with tRunJob to better schedule the refresh of the tables but I have a question:&lt;/P&gt;
&lt;P&gt;if I want to know some metadata about the tables I'm refreshing, how can I do? (Like number of row, execution date, start execution time, end execution time and error log)&lt;/P&gt;
&lt;P&gt;It's possible to insert all these information in a MySQL table?&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:59:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Metadata-from-a-tRunJob/m-p/2297497#M143355</guid>
      <dc:creator>vincecassel</dc:creator>
      <dc:date>2024-11-16T01:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata from a tRunJob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Metadata-from-a-tRunJob/m-p/2297498#M143356</link>
      <description>I found the tStatCatcher that could help me, does anybody know how can I use it? (Taking the start execution time and the end execution time) Must I use a temporary table to make some join?</description>
      <pubDate>Fri, 03 Jul 2020 16:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Metadata-from-a-tRunJob/m-p/2297498#M143356</guid>
      <dc:creator>vincecassel</dc:creator>
      <dc:date>2020-07-03T16:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata from a tRunJob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Metadata-from-a-tRunJob/m-p/2297499#M143357</link>
      <description>I found the tStatCatcher that could help me, does anybody know how can I use it? (Taking the start execution time and the end execution time) Must I use a temporary table to make some join?</description>
      <pubDate>Fri, 03 Jul 2020 16:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Metadata-from-a-tRunJob/m-p/2297499#M143357</guid>
      <dc:creator>vincecassel</dc:creator>
      <dc:date>2020-07-03T16:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata from a tRunJob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Metadata-from-a-tRunJob/m-p/2297500#M143358</link>
      <description>&lt;A href="https://community.qlik.com/s/profile/0053p000007LR5jAAG"&gt;@vincecassel&lt;/A&gt; - you have to design a post process framework. You can use tPostJob and then link a subjob all stats you et from tstatcatcher you can usee &amp;gt; tmap&amp;gt; then redirect to DB, simple. does that make sense.</description>
      <pubDate>Fri, 03 Jul 2020 17:47:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Metadata-from-a-tRunJob/m-p/2297500#M143358</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-03T17:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata from a tRunJob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Metadata-from-a-tRunJob/m-p/2297501#M143359</link>
      <description>&lt;A href="https://community.qlik.com/s/profile/0053p000007LR5jAAG"&gt;@vincecassel&lt;/A&gt; - you have to design a post process framework. You can use tPostJob and then link a subjob all stats you et from tstatcatcher you can usee &amp;gt; tmap&amp;gt; then redirect to DB, simple. does that make sense.</description>
      <pubDate>Fri, 03 Jul 2020 17:47:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Metadata-from-a-tRunJob/m-p/2297501#M143359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-03T17:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata from a tRunJob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Metadata-from-a-tRunJob/m-p/2297502#M143360</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried using a tPostJob but it looks like it doesn't work well.&lt;/P&gt;
&lt;P&gt;Now I'm trying using Hash Table and joining them using Origin (to take the 2 different moments, for the start and end time), but they don't join themselves, although I use the same table with the same records.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 11:45:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Metadata-from-a-tRunJob/m-p/2297502#M143360</guid>
      <dc:creator>vincecassel</dc:creator>
      <dc:date>2020-07-06T11:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata from a tRunJob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Metadata-from-a-tRunJob/m-p/2297503#M143361</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried using a tPostJob but it looks like it doesn't work well.&lt;/P&gt;
&lt;P&gt;Now I'm trying using Hash Table and joining them using Origin (to take the 2 different moments, for the start and end time), but they don't join themselves, although I use the same table with the same records.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 11:45:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Metadata-from-a-tRunJob/m-p/2297503#M143361</guid>
      <dc:creator>vincecassel</dc:creator>
      <dc:date>2020-07-06T11:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata from a tRunJob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Metadata-from-a-tRunJob/m-p/2297504#M143362</link>
      <description>send your problem statement and screenshot in details</description>
      <pubDate>Mon, 06 Jul 2020 18:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Metadata-from-a-tRunJob/m-p/2297504#M143362</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-06T18:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata from a tRunJob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Metadata-from-a-tRunJob/m-p/2297505#M143363</link>
      <description>send your problem statement and screenshot in details</description>
      <pubDate>Mon, 06 Jul 2020 18:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Metadata-from-a-tRunJob/m-p/2297505#M143363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-06T18:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata from a tRunJob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Metadata-from-a-tRunJob/m-p/2297506#M143364</link>
      <description>&lt;P&gt;I solved!&lt;/P&gt;&lt;P&gt;I put my tStatCatcher on a HashTable, checking "Keep All" and "Append" and it is ok!&lt;/P&gt;&lt;P&gt;(without those checks it didn't work)&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 11:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Metadata-from-a-tRunJob/m-p/2297506#M143364</guid>
      <dc:creator>vincecassel</dc:creator>
      <dc:date>2020-07-07T11:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata from a tRunJob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Metadata-from-a-tRunJob/m-p/2297507#M143365</link>
      <description>&lt;P&gt;I solved!&lt;/P&gt;&lt;P&gt;I put my tStatCatcher on a HashTable, checking "Keep All" and "Append" and it is ok!&lt;/P&gt;&lt;P&gt;(without those checks it didn't work)&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 11:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Metadata-from-a-tRunJob/m-p/2297507#M143365</guid>
      <dc:creator>vincecassel</dc:creator>
      <dc:date>2020-07-07T11:13:30Z</dc:date>
    </item>
  </channel>
</rss>

