<?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 How to Define a Schema in a Custom Component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-Define-a-Schema-in-a-Custom-Component/m-p/2249094#M33743</link>
    <description>Hello,&lt;BR /&gt;Can anyone point me in the direction of some docs that explain how to define the columns in the schema of a custom component.  I have written a simple output component and I want to define the columns of the schema and I can not figure out how to define the names of the columns.  I have seen examples of REJECT schemas but I need to define it in the flow schema.&lt;BR /&gt;Thanks</description>
    <pubDate>Sat, 16 Nov 2024 12:11:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T12:11:40Z</dc:date>
    <item>
      <title>How to Define a Schema in a Custom Component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Define-a-Schema-in-a-Custom-Component/m-p/2249094#M33743</link>
      <description>Hello,&lt;BR /&gt;Can anyone point me in the direction of some docs that explain how to define the columns in the schema of a custom component.  I have written a simple output component and I want to define the columns of the schema and I can not figure out how to define the names of the columns.  I have seen examples of REJECT schemas but I need to define it in the flow schema.&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 16 Nov 2024 12:11:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Define-a-Schema-in-a-Custom-Component/m-p/2249094#M33743</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Define a Schema in a Custom Component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Define-a-Schema-in-a-Custom-Component/m-p/2249095#M33744</link>
      <description>Never mind, I got it:
&lt;BR /&gt;&amp;lt;PARAMETERS&amp;gt;
&lt;BR /&gt; &amp;lt;PARAMETER NAME="INPUT_SCHEMA" FIELD="SCHEMA_TYPE" REQUIRED="true" NUM_ROW="77"&amp;gt;
&lt;BR /&gt; &amp;lt;TABLE READONLY="true"&amp;gt;
&lt;BR /&gt; &amp;lt;COLUMN NAME="body" TYPE="id_Document" READONLY="true" /&amp;gt;
&lt;BR /&gt; &amp;lt;COLUMN NAME="string" TYPE="id_String" LENGTH="4048" READONLY="true" /&amp;gt;
&lt;BR /&gt; &amp;lt;/TABLE&amp;gt;
&lt;BR /&gt; &amp;lt;/PARAMETER&amp;gt;
&lt;BR /&gt; &amp;lt;PARAMETER NAME="SCHEMA_RESPONSE" FIELD="SCHEMA_TYPE" NUM_ROW="78" CONTEXT="RESPONSE"&amp;gt;
&lt;BR /&gt; &amp;lt;TABLE READONLY="true"&amp;gt;
&lt;BR /&gt; &amp;lt;COLUMN NAME="statusCode" TYPE="id_Integer" READONLY="true" /&amp;gt;
&lt;BR /&gt; &amp;lt;COLUMN NAME="body" TYPE="id_Document" READONLY="true" /&amp;gt;
&lt;BR /&gt; &amp;lt;COLUMN NAME="string" TYPE="id_String" LENGTH="4048" READONLY="true" /&amp;gt;
&lt;BR /&gt; &amp;lt;/TABLE&amp;gt;
&lt;BR /&gt; &amp;lt;/PARAMETER&amp;gt;
&lt;BR /&gt; &amp;lt;PARAMETER NAME="SCHEMA_FAULT" FIELD="SCHEMA_TYPE" NUM_ROW="79" CONTEXT="FAULT"&amp;gt;
&lt;BR /&gt; &amp;lt;TABLE READONLY="true"&amp;gt;
&lt;BR /&gt; &amp;lt;COLUMN NAME="errorCode" TYPE="id_Integer" READONLY="true" /&amp;gt;
&lt;BR /&gt; &amp;lt;COLUMN NAME="errorMessage" TYPE="id_String" LENGTH="1024" READONLY="true" /&amp;gt;
&lt;BR /&gt; &amp;lt;/TABLE&amp;gt;
&lt;BR /&gt; &amp;lt;/PARAMETER&amp;gt;
&lt;BR /&gt;
&lt;BR /&gt;easy as that!</description>
      <pubDate>Sun, 16 Sep 2012 18:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Define-a-Schema-in-a-Custom-Component/m-p/2249095#M33744</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-16T18:16:42Z</dc:date>
    </item>
  </channel>
</rss>

