<?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 schema from input link is different from the one defined in component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/schema-from-input-link-is-different-from-the-one-defined-in/m-p/2204669#M5455</link>
    <description>hi all, 
&lt;BR /&gt;I made a new component which calculate a new value and add a new attribute to the schema of the output flow. 
&lt;BR /&gt;The schema is defined as follow in the component:
&lt;BR /&gt; &amp;lt;PARAMETER NAME="SCHEMA" FIELD="SCHEMA_TYPE" REQUIRED="true"
&lt;BR /&gt; NUM_ROW="1"&amp;gt;
&lt;BR /&gt; &amp;lt;TABLE&amp;gt;
&lt;BR /&gt; &amp;lt;COLUMN NAME="elevation" TYPE="id_Double" CUSTOM="true" readonly="true"/&amp;gt;
&lt;BR /&gt; &amp;lt;/TABLE&amp;gt;
&lt;BR /&gt; &amp;lt;/PARAMETER&amp;gt;
&lt;BR /&gt;Then I connect an input and an output flow to the component and TOS popup the error message "Schema from the input link is different from the schema defined in the component" ... and that's not an error cos' the component add a new column to the flow.
&lt;BR /&gt;Input schema could be ID+NAME, in the component it will be ID+NAME+ELEVATION and output will be ID+NAME+ELEVATION. So input schema and schema defined in the component is different !
&lt;BR /&gt;
&lt;BR /&gt;Is that a bug, or do I have to define the schema in the component using another definition/method ?
&lt;BR /&gt;Thanks a lot for your help.
&lt;BR /&gt;Francois</description>
    <pubDate>Sat, 16 Nov 2024 14:28:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T14:28:37Z</dc:date>
    <item>
      <title>schema from input link is different from the one defined in component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/schema-from-input-link-is-different-from-the-one-defined-in/m-p/2204669#M5455</link>
      <description>hi all, 
&lt;BR /&gt;I made a new component which calculate a new value and add a new attribute to the schema of the output flow. 
&lt;BR /&gt;The schema is defined as follow in the component:
&lt;BR /&gt; &amp;lt;PARAMETER NAME="SCHEMA" FIELD="SCHEMA_TYPE" REQUIRED="true"
&lt;BR /&gt; NUM_ROW="1"&amp;gt;
&lt;BR /&gt; &amp;lt;TABLE&amp;gt;
&lt;BR /&gt; &amp;lt;COLUMN NAME="elevation" TYPE="id_Double" CUSTOM="true" readonly="true"/&amp;gt;
&lt;BR /&gt; &amp;lt;/TABLE&amp;gt;
&lt;BR /&gt; &amp;lt;/PARAMETER&amp;gt;
&lt;BR /&gt;Then I connect an input and an output flow to the component and TOS popup the error message "Schema from the input link is different from the schema defined in the component" ... and that's not an error cos' the component add a new column to the flow.
&lt;BR /&gt;Input schema could be ID+NAME, in the component it will be ID+NAME+ELEVATION and output will be ID+NAME+ELEVATION. So input schema and schema defined in the component is different !
&lt;BR /&gt;
&lt;BR /&gt;Is that a bug, or do I have to define the schema in the component using another definition/method ?
&lt;BR /&gt;Thanks a lot for your help.
&lt;BR /&gt;Francois</description>
      <pubDate>Sat, 16 Nov 2024 14:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/schema-from-input-link-is-different-from-the-one-defined-in/m-p/2204669#M5455</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: schema from input link is different from the one defined in component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/schema-from-input-link-is-different-from-the-one-defined-in/m-p/2204670#M5456</link>
      <description>Hi,
&lt;BR /&gt;Add this attribute in the header element :
&lt;BR /&gt;
&lt;PRE&gt;    SCHEMA_AUTO_PROPAGATE="false"&lt;/PRE&gt;
&lt;BR /&gt;Hope it helps.</description>
      <pubDate>Tue, 22 Jan 2008 17:30:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/schema-from-input-link-is-different-from-the-one-defined-in/m-p/2204670#M5456</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-01-22T17:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: schema from input link is different from the one defined in component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/schema-from-input-link-is-different-from-the-one-defined-in/m-p/2204671#M5457</link>
      <description>Hello,
&lt;BR /&gt;I´m super new with Talend. I was able to to produce an Output XML with an Input Excel sheet. And I was so happy.
&lt;BR /&gt;But after a while I found out my output XML is wrong because I used a wrong XSD. So I changed the xsd for the xml and created a new Excel Input component with an excel file which have one column less and a new XML output component with the updated xsd. As I done this before. All inputs are mapped to an output. Everything looks like my first try but when I execute the job I alsways get the message with the different schema definitions. And I don´t understand the mentioned solution.
&lt;BR /&gt;Can someone explain it to me?
&lt;BR /&gt;Best,
&lt;BR /&gt;Ika</description>
      <pubDate>Tue, 08 May 2012 15:21:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/schema-from-input-link-is-different-from-the-one-defined-in/m-p/2204671#M5457</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-08T15:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: schema from input link is different from the one defined in component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/schema-from-input-link-is-different-from-the-one-defined-in/m-p/2204672#M5458</link>
      <description>I created a totaly new project and repeated my steps again and now it works.</description>
      <pubDate>Tue, 08 May 2012 16:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/schema-from-input-link-is-different-from-the-one-defined-in/m-p/2204672#M5458</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-08T16:05:56Z</dc:date>
    </item>
  </channel>
</rss>

