<?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 Questions on Talend Components in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Questions-on-Talend-Components/m-p/2292762#M65804</link>
    <description>&lt;P&gt;Can anyone please answer these questions?&lt;BR /&gt;1. What is the use of lookup connection?&lt;BR /&gt;a. To fetch data from lookup table for each iteration of main flow&lt;BR /&gt;b. To fetch data from master table for each iteration of lookup&lt;BR /&gt;c. Both a and b&lt;BR /&gt;d. None of the above&lt;BR /&gt;&lt;BR /&gt;2. What is the use of "on ComponentError"&lt;BR /&gt;a. To catch error at component level&lt;BR /&gt;b. To redirect data flow when a component throws &amp;nbsp;exception&lt;BR /&gt;c. To catch error at subjob level&lt;BR /&gt;d. To redirect data flow when a subjob throws exception \&lt;BR /&gt;&lt;BR /&gt;3. Talend can't have any user defined methods.&lt;BR /&gt;a. True&lt;BR /&gt;b. False&lt;BR /&gt;&lt;BR /&gt;4. Which component is used to run anything before main job start executing?&lt;BR /&gt;a. tOracleInput&lt;BR /&gt;b. tMap&lt;BR /&gt;c. tPreJob&lt;BR /&gt;d. tJava&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jun 2016 08:06:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-20T08:06:45Z</dc:date>
    <item>
      <title>Questions on Talend Components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Questions-on-Talend-Components/m-p/2292762#M65804</link>
      <description>&lt;P&gt;Can anyone please answer these questions?&lt;BR /&gt;1. What is the use of lookup connection?&lt;BR /&gt;a. To fetch data from lookup table for each iteration of main flow&lt;BR /&gt;b. To fetch data from master table for each iteration of lookup&lt;BR /&gt;c. Both a and b&lt;BR /&gt;d. None of the above&lt;BR /&gt;&lt;BR /&gt;2. What is the use of "on ComponentError"&lt;BR /&gt;a. To catch error at component level&lt;BR /&gt;b. To redirect data flow when a component throws &amp;nbsp;exception&lt;BR /&gt;c. To catch error at subjob level&lt;BR /&gt;d. To redirect data flow when a subjob throws exception \&lt;BR /&gt;&lt;BR /&gt;3. Talend can't have any user defined methods.&lt;BR /&gt;a. True&lt;BR /&gt;b. False&lt;BR /&gt;&lt;BR /&gt;4. Which component is used to run anything before main job start executing?&lt;BR /&gt;a. tOracleInput&lt;BR /&gt;b. tMap&lt;BR /&gt;c. tPreJob&lt;BR /&gt;d. tJava&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2016 08:06:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Questions-on-Talend-Components/m-p/2292762#M65804</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-20T08:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on Talend Components</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Questions-on-Talend-Components/m-p/2292763#M65805</link>
      <description>Hi,
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;What is the use of lookup connection?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;1. &amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Lookup concept is, tMap first would load all the records from the source into the memory from lookup connection. Once loaded it will take first record from main and will apply your join and deliver output records...and then go for second record...&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;2.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BLOCKQUOTE&gt;
 &lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;What is the use of "on ComponentError"&lt;/FONT&gt;&lt;/FONT&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;on ComponentError &amp;nbsp;is&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;component triggers which&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;will only trigger the target component once the execution of the source component is complete without error&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;3.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BLOCKQUOTE&gt;
 &lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Talend can't have any user defined methods.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Are you looking for custom code component tjava, tjavarow or tjavaflex?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;4.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BLOCKQUOTE&gt;
 &lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Which component is used to run anything before main job start executing?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Usually,&amp;nbsp;&lt;A href="https://help.talend.com/search/all?query=tPrejob" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tPrejob&lt;/A&gt;&amp;nbsp;is used to&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;trigger a task required for the execution of a Job&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;Let us know if it is Ok with you.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 20 Jun 2016 08:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Questions-on-Talend-Components/m-p/2292763#M65805</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-20T08:26:31Z</dc:date>
    </item>
  </channel>
</rss>

