<?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 Column Selector in component configuration. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Column-Selector-in-component-configuration/m-p/2251420#M148478</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to create a custom component, where the component reads some data from an input column. The column where the data is selected from is supposed to be selected from a dropdown menu.&lt;/P&gt;&lt;P&gt;I managed to create such a dropdown menu using @Proposable and @DynamicValue, but I have no way of accessing the schmema of the MAIN input connector.&lt;/P&gt;&lt;P&gt;Is there any way of doing this?&lt;/P&gt;&lt;P&gt;current code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// in datastore&lt;/P&gt;&lt;P&gt;@Documentation("")&lt;/P&gt;&lt;P&gt;@Option&lt;/P&gt;&lt;P&gt;@Proposable("path_column")&lt;/P&gt;&lt;P&gt;String file_path;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// in service&lt;/P&gt;&lt;P&gt;@Documentation("")&lt;/P&gt;&lt;P&gt;@DynamicValues("path_column")&lt;/P&gt;&lt;P&gt;public Values getFilePathColumn() {&lt;/P&gt;&lt;P&gt; // i somehow need to return the column-names from the input schema here&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
    <dc:creator>FSchober1607791906</dc:creator>
    <dc:date>2026-01-02T14:45:42Z</dc:date>
    <item>
      <title>Column Selector in component configuration.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-Selector-in-component-configuration/m-p/2251420#M148478</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to create a custom component, where the component reads some data from an input column. The column where the data is selected from is supposed to be selected from a dropdown menu.&lt;/P&gt;&lt;P&gt;I managed to create such a dropdown menu using @Proposable and @DynamicValue, but I have no way of accessing the schmema of the MAIN input connector.&lt;/P&gt;&lt;P&gt;Is there any way of doing this?&lt;/P&gt;&lt;P&gt;current code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// in datastore&lt;/P&gt;&lt;P&gt;@Documentation("")&lt;/P&gt;&lt;P&gt;@Option&lt;/P&gt;&lt;P&gt;@Proposable("path_column")&lt;/P&gt;&lt;P&gt;String file_path;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// in service&lt;/P&gt;&lt;P&gt;@Documentation("")&lt;/P&gt;&lt;P&gt;@DynamicValues("path_column")&lt;/P&gt;&lt;P&gt;public Values getFilePathColumn() {&lt;/P&gt;&lt;P&gt; // i somehow need to return the column-names from the input schema here&lt;/P&gt;&lt;P&gt;}&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/Column-Selector-in-component-configuration/m-p/2251420#M148478</guid>
      <dc:creator>FSchober1607791906</dc:creator>
      <dc:date>2026-01-02T14:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Column Selector in component configuration.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-Selector-in-component-configuration/m-p/2251421#M148479</link>
      <description>&lt;P&gt;I just found out about the @BuiltInSuggestable(BuiltInSuggestable.Name.INCOMING_SCHEMA_ENTRY_NAMES) annotation.&lt;/P&gt;&lt;P&gt;Unfortunately this is not available in TS 7.1.1.&lt;/P&gt;&lt;P&gt;I guess there is no other way then?&lt;/P&gt;</description>
      <pubDate>Sun, 13 Dec 2020 17:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Column-Selector-in-component-configuration/m-p/2251421#M148479</guid>
      <dc:creator>FSchober1607791906</dc:creator>
      <dc:date>2020-12-13T17:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Column Selector in component configuration.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-Selector-in-component-configuration/m-p/2251422#M148480</link>
      <description>&lt;P&gt;Hi @Ferdinand Schober​&amp;nbsp;, &lt;/P&gt;&lt;P&gt;I am not a component developer, but have you already referenced the tFilterRow or tSortRow components. They have a field that allows user to select the columns from the schema of the MAIN input connector.&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 07:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Column-Selector-in-component-configuration/m-p/2251422#M148480</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-14T07:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Column Selector in component configuration.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-Selector-in-component-configuration/m-p/2251423#M148481</link>
      <description>&lt;P&gt;where would I find the source code for those?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 15:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Column-Selector-in-component-configuration/m-p/2251423#M148481</guid>
      <dc:creator>FSchober1607791906</dc:creator>
      <dc:date>2020-12-14T15:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Column Selector in component configuration.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-Selector-in-component-configuration/m-p/2251424#M148482</link>
      <description>&lt;P&gt;You can find the source code of component in folder:&lt;/P&gt;&lt;P&gt;&amp;lt;Studio installation directory&amp;gt;\plugins\org.talend.designer.components.localprovider_7.3.1.20200213_1003\components&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 02:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Column-Selector-in-component-configuration/m-p/2251424#M148482</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-15T02:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Column Selector in component configuration.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-Selector-in-component-configuration/m-p/2251425#M148483</link>
      <description>&lt;P&gt;Doesn't seem like the internal components are anythink like ones you write with the component sdk. So unfortunately this doesn't really help.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 15:56:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Column-Selector-in-component-configuration/m-p/2251425#M148483</guid>
      <dc:creator>FSchober1607791906</dc:creator>
      <dc:date>2020-12-15T15:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Column Selector in component configuration.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-Selector-in-component-configuration/m-p/2251426#M148484</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm sorry I didn't help you, I will forward your question to our component developers, I hope they can provide some suggestions or ideas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 02:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Column-Selector-in-component-configuration/m-p/2251426#M148484</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-16T02:03:41Z</dc:date>
    </item>
  </channel>
</rss>

