<?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 how to set a tInput component as a Global Flow in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-set-a-tInput-component-as-a-Global-Flow/m-p/2374749#M137297</link>
    <description>&lt;P&gt;Hi!.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to use an input on different subjobs. but i don't want to execute the sqlQuery every time that i need the table data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem recplicates with several Tables so i was wondering is there a component that can set the data and schema of my input as a global variable and use it every time that a need it&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000KzgVhAAJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146126i3719F6540676E9E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000KzgVhAAJ.png" alt="0695b00000KzgVhAAJ.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;thank you so much.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 23:31:49 GMT</pubDate>
    <dc:creator>JRozo</dc:creator>
    <dc:date>2024-11-15T23:31:49Z</dc:date>
    <item>
      <title>how to set a tInput component as a Global Flow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-set-a-tInput-component-as-a-Global-Flow/m-p/2374749#M137297</link>
      <description>&lt;P&gt;Hi!.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to use an input on different subjobs. but i don't want to execute the sqlQuery every time that i need the table data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem recplicates with several Tables so i was wondering is there a component that can set the data and schema of my input as a global variable and use it every time that a need it&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000KzgVhAAJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146126i3719F6540676E9E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000KzgVhAAJ.png" alt="0695b00000KzgVhAAJ.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;thank you so much.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:31:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-set-a-tInput-component-as-a-Global-Flow/m-p/2374749#M137297</guid>
      <dc:creator>JRozo</dc:creator>
      <dc:date>2024-11-15T23:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to set a tInput component as a Global Flow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-set-a-tInput-component-as-a-Global-Flow/m-p/2374750#M137298</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;From your description and requirement, it looks like talend joblet feature could achieve your goal.&lt;/P&gt;&lt;P&gt;A Joblet is a specific component that replaces Job component groups. It factorizes recurrent processing or complex transformation steps to ease the reading of a complex Job. Joblets can be reused in different Jobs or several times in the same Job.&lt;/P&gt;&lt;P&gt;Here is online documentation about: &lt;A href="https://help.talend.com/r/en-US/7.3/studio-user-guide-data-integration/using-joblet-in-beginning-of-job" alt="https://help.talend.com/r/en-US/7.3/studio-user-guide-data-integration/using-joblet-in-beginning-of-job" target="_blank"&gt;TalendHelpCenter: Using a Joblet in the beginning of a Job&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Note: The joblet feature is available in talend subscription solution not open source&lt;/P&gt;&lt;P&gt;Feel free to let us know if it is OK with you.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 12 Nov 2021 08:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-set-a-tInput-component-as-a-Global-Flow/m-p/2374750#M137298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-12T08:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to set a tInput component as a Global Flow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-set-a-tInput-component-as-a-Global-Flow/m-p/2374751#M137299</link>
      <description>&lt;P&gt;Hello JRozo,&lt;/P&gt;&lt;P&gt;maybe you can think about writing your input data to a tHashOutput component and retrieving it where/when needed with tHashInput?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 07:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-set-a-tInput-component-as-a-Global-Flow/m-p/2374751#M137299</guid>
      <dc:creator>ThWabi</dc:creator>
      <dc:date>2021-11-15T07:28:30Z</dc:date>
    </item>
  </channel>
</rss>

