<?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: Talend Component kit , is it possible to create a component with no Inputs and ouputs? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-Component-kit-is-it-possible-to-create-a-component-with/m-p/2246113#M149117</link>
    <description>&lt;P&gt;Hello &lt;A href="https://community.qlik.com/s/profile/0053p000007LOCgAAO"&gt;@Sam1&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Actually, we don't provide this kind of components in tacokit. The API only provides a way to create components that read/write and process data.&lt;/P&gt;</description>
    <pubDate>Thu, 13 Dec 2018 14:25:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-12-13T14:25:09Z</dc:date>
    <item>
      <title>Talend Component kit , is it possible to create a component with no Inputs and ouputs?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Component-kit-is-it-possible-to-create-a-component-with/m-p/2246112#M149116</link>
      <description>&lt;P&gt;Hi Taco-kit team,&lt;/P&gt;
&lt;P&gt;Is it possible to create a component that does some processing without making use of inputs and outputs in Taco-kit?&amp;nbsp; &amp;nbsp;From the documentation, processing components can&amp;nbsp; only be of types output and processing in both cases&amp;nbsp; there is a default input data line, which&amp;nbsp; is required for the component to start processing, i have a use case whereby the component does some configurations without the need of any inputs or outputs. I thought i could make use of a processing component and connect a subjob ok, as boolean to its input and continue with the processing but this is also not possible. I am doing something wrong or is such a component&amp;nbsp; type not yet available in Taco-kit?&lt;/P&gt;
&lt;P&gt;Thanks and&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best regards&lt;/P&gt;
&lt;P&gt;Samba&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Component-kit-is-it-possible-to-create-a-component-with/m-p/2246112#M149116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-02T14:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Component kit , is it possible to create a component with no Inputs and ouputs?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Component-kit-is-it-possible-to-create-a-component-with/m-p/2246113#M149117</link>
      <description>&lt;P&gt;Hello &lt;A href="https://community.qlik.com/s/profile/0053p000007LOCgAAO"&gt;@Sam1&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Actually, we don't provide this kind of components in tacokit. The API only provides a way to create components that read/write and process data.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 14:25:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Component-kit-is-it-possible-to-create-a-component-with/m-p/2246113#M149117</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-13T14:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Component kit , is it possible to create a component with no Inputs and ouputs?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Component-kit-is-it-possible-to-create-a-component-with/m-p/2246114#M149118</link>
      <description>&lt;P&gt;Hi Anas,&lt;/P&gt; 
&lt;P&gt;thanks for the info, so this means&amp;nbsp; the old way with javajet will be around for quite a long time right?, there is alot one can do with it as compared to tacokit.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;thanks&lt;/P&gt; 
&lt;P&gt;Samba&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 14:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Component-kit-is-it-possible-to-create-a-component-with/m-p/2246114#M149118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-13T14:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Component kit , is it possible to create a component with no Inputs and ouputs?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Component-kit-is-it-possible-to-create-a-component-with/m-p/2246115#M149119</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The &lt;SPAN class="s-rg"&gt;javajet&lt;/SPAN&gt; will continue to exist as long as we have a component relying on it in the studio.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We strongly recommend using &lt;SPAN class="s-rg"&gt;tacokit&lt;/SPAN&gt; for writing data processing components.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For components that don't handle any data, you may continue to use the &lt;SPAN class="s-rg"&gt;javajet&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, tacokit may provide an API for this kind of components in the future.&lt;/SPAN&gt;&lt;SPAN&gt; But for the moment, it's not the case.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 15:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Component-kit-is-it-possible-to-create-a-component-with/m-p/2246115#M149119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-13T15:49:46Z</dc:date>
    </item>
  </channel>
</rss>

