<?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: How to retrieve record schema in ProcessorConfiguration File? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-record-schema-in-ProcessorConfiguration-File/m-p/2411419#M148554</link>
    <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;having the same issue there. It is impossible to get the schema at design time to "configure" the component. the documentation is not working "out of the box".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If someone has a valid example of a classConfiguration.java having the schema displayed at design time, that would be very helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jan 2024 13:28:32 GMT</pubDate>
    <dc:creator>konvertilo</dc:creator>
    <dc:date>2024-01-26T13:28:32Z</dc:date>
    <item>
      <title>How to retrieve record schema in ProcessorConfiguration File?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-record-schema-in-ProcessorConfiguration-File/m-p/2252143#M148550</link>
      <description>&lt;P&gt;Hello guys, &lt;/P&gt;&lt;P&gt;I want to make custom components where the component can doing data quality checking. The problem is &lt;B&gt;&lt;I&gt;how do&lt;/I&gt;&lt;/B&gt;&lt;I&gt; &lt;/I&gt;&lt;B&gt;&lt;I&gt;I get the record schema in ProcessorConfiguration.java&lt;/I&gt;&lt;/B&gt;&lt;I&gt;? &lt;/I&gt;Because I want to make a dropdown component settings where the value of dropdown is the name of each field from my input data. For example like tFilterRow component, if you push add button, you can press the dropdown menu where the dropdown value come from data input fields.  If in processor.java we can get the field name from "defaultInput.getSchema().getEntries().get(index).getName()", how about PreprocessorConfiguration.java because there isn't &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Input &lt;/P&gt;&lt;P&gt;final &lt;/P&gt;Record defaultInput&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-record-schema-in-ProcessorConfiguration-File/m-p/2252143#M148550</guid>
      <dc:creator>IrwanAfandiGDP</dc:creator>
      <dc:date>2026-01-02T14:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve record schema in ProcessorConfiguration File?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-record-schema-in-ProcessorConfiguration-File/m-p/2252144#M148551</link>
      <description>&lt;P&gt;Hi @IrwanAfandiGDP ,&lt;/P&gt;&lt;P&gt;Maybe this documentation will help you on your subject: &lt;/P&gt;&lt;P&gt;https://talend.github.io/component-runtime/main/1.33.0/studio-schema.html#_accessing_columns_metadata&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-- &lt;/P&gt;&lt;P&gt;Emmanuel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 10:04:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-record-schema-in-ProcessorConfiguration-File/m-p/2252144#M148551</guid>
      <dc:creator>undx</dc:creator>
      <dc:date>2021-05-04T10:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve record schema in ProcessorConfiguration File?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-record-schema-in-ProcessorConfiguration-File/m-p/2252145#M148552</link>
      <description>&lt;P&gt;Hi @Mohamad Irwan Afandi​, also consider that there are DQ Routines in the Code metadata folder that can be access from tMap and other components for field level DQ checks, and additional DQ capabilities (such as a full DQ Data Mart) in the Enterprise version of Talend.&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 12:31:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-record-schema-in-ProcessorConfiguration-File/m-p/2252145#M148552</guid>
      <dc:creator>mchapman</dc:creator>
      <dc:date>2021-05-04T12:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve record schema in ProcessorConfiguration File?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-record-schema-in-ProcessorConfiguration-File/m-p/2252146#M148553</link>
      <description>&lt;P&gt;Does this solution works for someone? I tried the same. However, I only get ProcessorConfiguration filled at runtime and not at configuration time.&lt;/P&gt;&lt;P&gt;What will will be the way to get it at configuration time?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 13:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-record-schema-in-ProcessorConfiguration-File/m-p/2252146#M148553</guid>
      <dc:creator>gerjo</dc:creator>
      <dc:date>2022-11-14T13:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve record schema in ProcessorConfiguration File?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-record-schema-in-ProcessorConfiguration-File/m-p/2411419#M148554</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;having the same issue there. It is impossible to get the schema at design time to "configure" the component. the documentation is not working "out of the box".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If someone has a valid example of a classConfiguration.java having the schema displayed at design time, that would be very helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 13:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-record-schema-in-ProcessorConfiguration-File/m-p/2411419#M148554</guid>
      <dc:creator>konvertilo</dc:creator>
      <dc:date>2024-01-26T13:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve record schema in ProcessorConfiguration File?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-record-schema-in-ProcessorConfiguration-File/m-p/2429301#M148555</link>
      <description>&lt;P&gt;We use config files almost everywhere, though these tend to be two-way files, saving settings on fly.&lt;/P&gt;
&lt;P&gt;I know this will offend many people, but I use .INI files, as they are easy to edit. This has worked well as if a client has an issue we can download their config file and run the code locally with their exact settings.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 12:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-record-schema-in-ProcessorConfiguration-File/m-p/2429301#M148555</guid>
      <dc:creator>wadde</dc:creator>
      <dc:date>2024-03-11T12:44:29Z</dc:date>
    </item>
  </channel>
</rss>

