<?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 Custom component schemas in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Custom-component-schemas/m-p/2249934#M148773</link>
    <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;i am working on custom component.&lt;/P&gt;&lt;P&gt;This component requires specific input schema and produce 1 row as result.&lt;/P&gt;&lt;P&gt;Like tREST component i have already seen components, that setup specific output schema&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000nPhmsAAC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151973i97287FBF51D08666/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000nPhmsAAC.png" alt="0695b00000nPhmsAAC.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By documentation of Talend Component Kit i have found some examples for DiscoverSchema and Records, but at the end it has never ended in own definition of schema for component.&lt;/P&gt;&lt;P&gt;Is there any (clear) guide to provide own (input/output) schema for own component?&lt;/P&gt;&lt;P&gt;How to make schema properties not changeable?&lt;/P&gt;&lt;P&gt;Is there some downloadable example for this use case?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anatoli&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have already seen the similar question &lt;A href="https://community.talend.com/s/question/0D53p00008K2F2uCAF/readonly-processor-schema-andor-appending-output-schema" target="_blank"&gt;https://community.talend.com/s/question/0D53p00008K2F2uCAF/readonly-processor-schema-andor-appending-output-schema&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but provided suggestion gave no any positive influence to find a solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What i am lookiing for is to give any kind of information, what the user needs to provide to my component (input schema) and how he can retrieve the result (output schema)&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
    <dc:creator>Anatoli1</dc:creator>
    <dc:date>2026-01-02T14:45:42Z</dc:date>
    <item>
      <title>Custom component schemas</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Custom-component-schemas/m-p/2249934#M148773</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;i am working on custom component.&lt;/P&gt;&lt;P&gt;This component requires specific input schema and produce 1 row as result.&lt;/P&gt;&lt;P&gt;Like tREST component i have already seen components, that setup specific output schema&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000nPhmsAAC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151973i97287FBF51D08666/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000nPhmsAAC.png" alt="0695b00000nPhmsAAC.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By documentation of Talend Component Kit i have found some examples for DiscoverSchema and Records, but at the end it has never ended in own definition of schema for component.&lt;/P&gt;&lt;P&gt;Is there any (clear) guide to provide own (input/output) schema for own component?&lt;/P&gt;&lt;P&gt;How to make schema properties not changeable?&lt;/P&gt;&lt;P&gt;Is there some downloadable example for this use case?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anatoli&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have already seen the similar question &lt;A href="https://community.talend.com/s/question/0D53p00008K2F2uCAF/readonly-processor-schema-andor-appending-output-schema" target="_blank"&gt;https://community.talend.com/s/question/0D53p00008K2F2uCAF/readonly-processor-schema-andor-appending-output-schema&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but provided suggestion gave no any positive influence to find a solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What i am lookiing for is to give any kind of information, what the user needs to provide to my component (input schema) and how he can retrieve the result (output schema)&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Custom-component-schemas/m-p/2249934#M148773</guid>
      <dc:creator>Anatoli1</dc:creator>
      <dc:date>2026-01-02T14:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Custom component schemas</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Custom-component-schemas/m-p/2249935#M148774</link>
      <description>&lt;P&gt;What i have found till now by myself:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;Please make somewhere in kit documentation in big letters:&lt;/P&gt;&lt;P&gt;"After each deployment you need to restart studio"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Accessing of metadata as by &lt;A href="https://talend.github.io/component-runtime/main/1.60.0/studio-schema.html" alt="https://talend.github.io/component-runtime/main/1.60.0/studio-schema.html" target="_blank"&gt;https://talend.github.io/component-runtime/main/1.60.0/studio-schema.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;works without any more logic there, but &lt;B&gt;only after restart of studio&lt;/B&gt;.&lt;/P&gt;&lt;P&gt;Lost some days for this...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;How to use DiscoverProcessorSchema for Processor with providing to user information, what parameters are for input, and what for Output? Instead of providing whole set on parameters...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.&lt;/P&gt;&lt;P&gt;Still no idea how to make parameters not changeable..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 11:50:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Custom-component-schemas/m-p/2249935#M148774</guid>
      <dc:creator>Anatoli1</dc:creator>
      <dc:date>2023-08-17T11:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Custom component schemas</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Custom-component-schemas/m-p/2249936#M148775</link>
      <description>&lt;P&gt;Any idea ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need really help for it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;such thing should not be so complicated...&lt;/P&gt;&lt;P&gt;is one of main parts of talend.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 12:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Custom-component-schemas/m-p/2249936#M148775</guid>
      <dc:creator>Anatoli1</dc:creator>
      <dc:date>2023-09-11T12:39:19Z</dc:date>
    </item>
  </channel>
</rss>

