<?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: Read-only Processor schema and/or appending output schema in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Read-only-Processor-schema-and-or-appending-output-schema/m-p/2251249#M148486</link>
    <description>&lt;P&gt;Hi @CHrisa Jackson​&amp;nbsp;&lt;/P&gt;&lt;P&gt;Frankly, I think I didn't understand your question. Could you explain a bit more want do you want to get?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll try to answer. &lt;/P&gt;&lt;P&gt;You can control how many rows your component will produce.  You can build a record with recordFactory (it's a service so you can inject in into your input and output component classes).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For input: &lt;/P&gt;&lt;P&gt;@Producer&lt;/P&gt;&lt;P&gt;&lt;B&gt;public &lt;/B&gt;Record &lt;B&gt;next&lt;/B&gt;() &lt;B&gt;throws &lt;/B&gt;Exception {&lt;/P&gt;&lt;P&gt;     Record &lt;B&gt;record &lt;/B&gt;= &lt;B&gt;this&lt;/B&gt;.recordFactory.newRecordBuilder().withString("desiredField", "Your speicific Value").build();&lt;/P&gt;&lt;P&gt;&lt;B&gt;     return record&lt;/B&gt;;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;https://talend.github.io/component-runtime/main/1.28.2/tutorial-create-an-input-component.html&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Feb 2021 09:21:01 GMT</pubDate>
    <dc:creator>ozhelezniak</dc:creator>
    <dc:date>2021-02-11T09:21:01Z</dc:date>
    <item>
      <title>Read-only Processor schema and/or appending output schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Read-only-Processor-schema-and-or-appending-output-schema/m-p/2251248#M148485</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'm trying to make a component that will modify just one specific field and return a new input.&lt;/P&gt;&lt;P&gt;I'm using the Talend Component Kit for this, and building the component in Java.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm struggling to create a component that has:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A fixed input, with a pre-named field (e.g. myInputField) that will be used in the processor as a source on the input row&lt;/LI&gt;&lt;LI&gt;A fixed output, with a pre-named field (e.g. myProcessedFieldOutput) that will be output from the processor as a row&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally, this would be like the &lt;B&gt;tAddLocationFromIP&lt;/B&gt; component, whereby you choose the field from the input that you want to use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AbhFZAAZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140015i08A5814E53B3AAE6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AbhFZAAZ.png" alt="0693p00000AbhFZAAZ.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it appends a non-optional additional field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AbhH1AAJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153711iC9ED1E7B16A59CAA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AbhH1AAJ.png" alt="0693p00000AbhH1AAJ.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do this?  I can't see any examples or other sources on GitHub that seem to achieve this, but I'm hoping it's possible?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Read-only-Processor-schema-and-or-appending-output-schema/m-p/2251248#M148485</guid>
      <dc:creator>cjj</dc:creator>
      <dc:date>2026-01-02T14:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Read-only Processor schema and/or appending output schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Read-only-Processor-schema-and-or-appending-output-schema/m-p/2251249#M148486</link>
      <description>&lt;P&gt;Hi @CHrisa Jackson​&amp;nbsp;&lt;/P&gt;&lt;P&gt;Frankly, I think I didn't understand your question. Could you explain a bit more want do you want to get?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll try to answer. &lt;/P&gt;&lt;P&gt;You can control how many rows your component will produce.  You can build a record with recordFactory (it's a service so you can inject in into your input and output component classes).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For input: &lt;/P&gt;&lt;P&gt;@Producer&lt;/P&gt;&lt;P&gt;&lt;B&gt;public &lt;/B&gt;Record &lt;B&gt;next&lt;/B&gt;() &lt;B&gt;throws &lt;/B&gt;Exception {&lt;/P&gt;&lt;P&gt;     Record &lt;B&gt;record &lt;/B&gt;= &lt;B&gt;this&lt;/B&gt;.recordFactory.newRecordBuilder().withString("desiredField", "Your speicific Value").build();&lt;/P&gt;&lt;P&gt;&lt;B&gt;     return record&lt;/B&gt;;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;https://talend.github.io/component-runtime/main/1.28.2/tutorial-create-an-input-component.html&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 09:21:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Read-only-Processor-schema-and-or-appending-output-schema/m-p/2251249#M148486</guid>
      <dc:creator>ozhelezniak</dc:creator>
      <dc:date>2021-02-11T09:21:01Z</dc:date>
    </item>
  </channel>
</rss>

