<?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 Input Records in Processor with input other than String in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Input-Records-in-Processor-with-input-other-than-String/m-p/2247272#M148441</link>
    <description>&lt;P&gt;I'm developing a Custom Component (a processor) that has as input a Record:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Record is really simple it has two fields:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;KEY: type String&lt;/P&gt;
&lt;P&gt;VALUE: taype Arraylist&amp;lt;String&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To test this component I set a simple tJavaFlex component that generate 1 row the is connected to my custom component&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;bellow an extract of the code of the tJavaFlex&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;row.KEY="key";&lt;/P&gt;
&lt;P&gt;ArrayList&amp;lt;String&amp;gt; data = new ArrayList&amp;lt;&amp;gt;();&lt;/P&gt;
&lt;P&gt;data.add("1");&lt;/P&gt;
&lt;P&gt;data.add("2");&lt;/P&gt;
&lt;P&gt;row.VALUE=data;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alas, when&amp;nbsp; I run the job, my component recevices a Record that contains the KEY only, the VALUE field seems to disapper.&lt;/P&gt;
&lt;P&gt;The first action in my @ElementListener method is printing (on sysout) the record and its schema and I can't see VALUE nor in record neither in schema.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
    <dc:creator>MattiaMi89</dc:creator>
    <dc:date>2026-01-02T14:45:42Z</dc:date>
    <item>
      <title>Input Records in Processor with input other than String</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Input-Records-in-Processor-with-input-other-than-String/m-p/2247272#M148441</link>
      <description>&lt;P&gt;I'm developing a Custom Component (a processor) that has as input a Record:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Record is really simple it has two fields:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;KEY: type String&lt;/P&gt;
&lt;P&gt;VALUE: taype Arraylist&amp;lt;String&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To test this component I set a simple tJavaFlex component that generate 1 row the is connected to my custom component&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;bellow an extract of the code of the tJavaFlex&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;row.KEY="key";&lt;/P&gt;
&lt;P&gt;ArrayList&amp;lt;String&amp;gt; data = new ArrayList&amp;lt;&amp;gt;();&lt;/P&gt;
&lt;P&gt;data.add("1");&lt;/P&gt;
&lt;P&gt;data.add("2");&lt;/P&gt;
&lt;P&gt;row.VALUE=data;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alas, when&amp;nbsp; I run the job, my component recevices a Record that contains the KEY only, the VALUE field seems to disapper.&lt;/P&gt;
&lt;P&gt;The first action in my @ElementListener method is printing (on sysout) the record and its schema and I can't see VALUE nor in record neither in schema.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Input-Records-in-Processor-with-input-other-than-String/m-p/2247272#M148441</guid>
      <dc:creator>MattiaMi89</dc:creator>
      <dc:date>2026-01-02T14:45:42Z</dc:date>
    </item>
  </channel>
</rss>

