<?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 Creating custom component with dynamic schema in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Creating-custom-component-with-dynamic-schema/m-p/2346378#M113789</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create a custom component with a dynamic schema definition .&lt;/P&gt;&lt;P&gt;I want for example to load my schema columns from an excel document.&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 27 Nov 2017 20:51:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-27T20:51:30Z</dc:date>
    <item>
      <title>Creating custom component with dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-custom-component-with-dynamic-schema/m-p/2346378#M113789</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create a custom component with a dynamic schema definition .&lt;/P&gt;&lt;P&gt;I want for example to load my schema columns from an excel document.&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2017 20:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-custom-component-with-dynamic-schema/m-p/2346378#M113789</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-27T20:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom component with dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-custom-component-with-dynamic-schema/m-p/2346379#M113790</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Are you going to create an input excel component with dynamic schema?&lt;/P&gt;
&lt;P&gt;Here are some existed custom components for tFileExcel-component on talend exchange portal.&lt;/P&gt;
&lt;P&gt;&lt;A title="https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&amp;amp;p=marketplace%252F1%252Fproducts%252F542&amp;amp;pi=marketplace%252F1%252Fproducts%252F542%252Fitems%252F2739" href="https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&amp;amp;p=marketplace%252F1%252Fproducts%252F542&amp;amp;pi=marketplace%252F1%252Fproducts%252F542%252Fitems%252F2739" target="_self" rel="nofollow noopener noreferrer"&gt;https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&amp;amp;p=marketplace%252F1%252Fproducts%252F542&amp;amp;pi=marketplace%252F1%252Fproducts%252F542%252Fitems%252F2739&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 10:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-custom-component-with-dynamic-schema/m-p/2346379#M113790</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-28T10:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom component with dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-custom-component-with-dynamic-schema/m-p/2346380#M113791</link>
      <description>&lt;P&gt;Thanks xdshi,&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;I'm not creating an input excel component.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;I want to create an output component that have a predifined schema dynamically loaded from external source (excel,xml, db..) based on some field.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 15:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-custom-component-with-dynamic-schema/m-p/2346380#M113791</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-28T15:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom component with dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-custom-component-with-dynamic-schema/m-p/2346381#M113792</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm building a custom component that have a dynamic schema based on field value.&lt;/P&gt;
&lt;P&gt;My&amp;nbsp;&lt;SPAN&gt;XML descriptor file look like this:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;		&amp;lt;PARAMETER NAME="INPUT_SCHEMA" FIELD="SCHEMA_TYPE" REQUIRED="true"
			NUM_ROW="40" READONLY="true" SHOW_IF="SEVERITY == 'ERROR'"&amp;gt;
			&amp;lt;TABLE READONLY="true" &amp;gt;
				&amp;lt;COLUMN NAME="error" TYPE="id_String" READONLY="true" /&amp;gt;
				&amp;lt;COLUMN NAME="cause" TYPE="id_String" READONLY="true" /&amp;gt;
			&amp;lt;/TABLE&amp;gt;
		&amp;lt;/PARAMETER&amp;gt;
		
		&amp;lt;PARAMETER NAME="INPUT_SCHEMA" FIELD="SCHEMA_TYPE" REQUIRED="true"
			NUM_ROW="41" READONLY="true" SHOW_IF="SEVERITY == 'INFO'"&amp;gt;
			&amp;lt;TABLE READONLY="true" &amp;gt;
				&amp;lt;COLUMN NAME="info" TYPE="id_String" READONLY="true" /&amp;gt;
			&amp;lt;/TABLE&amp;gt;
			
		&amp;lt;/PARAMETER&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;The problem is that regardless the SEVERITY field value,I'm always getting the first schema fields.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Any help please?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 17:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-custom-component-with-dynamic-schema/m-p/2346381#M113792</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-28T17:28:37Z</dc:date>
    </item>
  </channel>
</rss>

