<?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: customComponent with any count of row inputs and schema output in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/customComponent-with-any-count-of-row-inputs-and-schema-output/m-p/2248543#M149008</link>
    <description>&lt;P&gt;With which component can I aggregation several rows into one row?&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jul 2018 09:17:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-03T09:17:23Z</dc:date>
    <item>
      <title>customComponent with any count of row inputs and schema output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/customComponent-with-any-count-of-row-inputs-and-schema-output/m-p/2248541#M149006</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I want to create a custom component with the new talend component kit. The custom component can have more then one input. In the old version I can set min_input=1, how can I configure that with the new component kit? I see, I can add more:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;@Input("myInput") final MyInput defaultInput&lt;/PRE&gt; 
&lt;P&gt;in the method header, but I want any number of inputs. I have try it with a list or an array. It does not work.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;And how can I add a MultiSchema like we have in tFileInputMSDelimited:&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Unbenannt.PNG" style="width: 971px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LyA7.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151702i3EB2AC9453A8FB32/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LyA7.png" alt="0683p000009LyA7.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I see&amp;nbsp;&lt;SPAN class="hljs-meta"&gt;@Option&lt;/SPAN&gt; &lt;SPAN class="hljs-meta"&gt;@Structure but that does not work...&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Greets&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Benjamin&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/customComponent-with-any-count-of-row-inputs-and-schema-output/m-p/2248541#M149006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-02T14:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: customComponent with any count of row inputs and schema output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/customComponent-with-any-count-of-row-inputs-and-schema-output/m-p/2248542#M149007</link>
      <description>&lt;P&gt;Hi Benjamin,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;As you mentionned, you can define N inputs using&amp;nbsp;&lt;FONT face="courier new,courier"&gt;@Input&lt;/FONT&gt;&lt;FONT color="black"&gt;&amp;nbsp;&lt;/FONT&gt;(it is mentionned &lt;A href="https://talend.github.io/component-runtime/main/1.0.1/documentation.html#_multiple_inputs" target="_blank" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt; in the doc). However the framework will not support a dynamic number of inputs (or outputs)&amp;nbsp; nor a customizable join strategy directly for now.&amp;nbsp;The solution to do it now is to define your join model in a single record, each column being an input and&amp;nbsp;use an aggregation component before&amp;nbsp;your processor to build the record as you intend. It will provide you the "guess schema" feature and let you have all the flexibility you need to configure the joining logic.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Romain&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 08:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/customComponent-with-any-count-of-row-inputs-and-schema-output/m-p/2248542#M149007</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-03T08:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: customComponent with any count of row inputs and schema output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/customComponent-with-any-count-of-row-inputs-and-schema-output/m-p/2248543#M149008</link>
      <description>&lt;P&gt;With which component can I aggregation several rows into one row?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 09:17:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/customComponent-with-any-count-of-row-inputs-and-schema-output/m-p/2248543#M149008</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-03T09:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: customComponent with any count of row inputs and schema output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/customComponent-with-any-count-of-row-inputs-and-schema-output/m-p/2248544#M149009</link>
      <description>&lt;P&gt;A t*Map ([1]) or tXMLMap should enable you to prepare your record for your processor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[1]&amp;nbsp;&lt;A href="https://help.talend.com/reader/tM3os~7PoPzBK28jtBNgCw/usVFZrXILonTCNdL86safA" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/tM3os~7PoPzBK28jtBNgCw/usVFZrXILonTCNdL86safA&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Romain&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 15:30:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/customComponent-with-any-count-of-row-inputs-and-schema-output/m-p/2248544#M149009</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-03T15:30:07Z</dc:date>
    </item>
  </channel>
</rss>

