<?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 create a dynamic schema mapping using Talend by reading schema. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357358#M122679</link>
    <description>Hey,&lt;BR /&gt;Is it possible to accomplish the above task in Talend now?&lt;BR /&gt;Hey avdbrink,&lt;BR /&gt;Can you please guide how you accomplished the above task. &lt;BR /&gt;Thanks!</description>
    <pubDate>Wed, 28 May 2014 11:53:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-05-28T11:53:02Z</dc:date>
    <item>
      <title>How to create a dynamic schema mapping using Talend by reading schema.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357348#M122669</link>
      <description>Hi All, 
&lt;BR /&gt;i have to develop one such job which will be use to load all kind of file based on my distention table schema . i will have a XML file which has all the details of Input Type , File Type, Delimiter Type, Number of Columns, Columns Validation ( Trim, data Type, remove unwanted char), out put, table schema, columns data type, constraints. etc. 
&lt;BR /&gt;So the thing is whenever i am load file it should pic all the details from config. file, and then apply validation to convert or correct the data types with other validation to remove or format the data. then again read the destination table schema and map with source schema and then load to destination. this is sort of information. so please any one can tell how to and what to use to accomplish this task.</description>
      <pubDate>Sat, 16 Nov 2024 12:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357348#M122669</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dynamic schema mapping using Talend by reading schema.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357349#M122670</link>
      <description>Hi&lt;BR /&gt;Talend Open Studio doesn't support dynamically retrieve schema from an exist XML file.&lt;BR /&gt;I'm afraid you have to set all manually.&lt;BR /&gt;Besides, Talend Trade Version now supports dynamically retrieve schema from DB and files.&lt;BR /&gt;It is still impossible to retrieve from a XML file.&lt;BR /&gt;Best regards!&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 04 Jan 2012 08:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357349#M122670</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-04T08:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dynamic schema mapping using Talend by reading schema.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357350#M122671</link>
      <description>Thank you Pedro, 
&lt;BR /&gt;i am having enterprise version, and i can use DB also, so is it possible in enterprise version if yes then, can you please suggest any link or demo so i can move ahead.</description>
      <pubDate>Thu, 05 Jan 2012 04:22:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357350#M122671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-05T04:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dynamic schema mapping using Talend by reading schema.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357351#M122672</link>
      <description>Hi
&lt;BR /&gt;Even exterprise version can't support you retrieve schema from a XML file dynamically.
&lt;BR /&gt;Best
&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 05 Jan 2012 05:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357351#M122672</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-05T05:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dynamic schema mapping using Talend by reading schema.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357352#M122673</link>
      <description>Maybe an experienced developer can create a custom component for this purpose?</description>
      <pubDate>Thu, 05 Jan 2012 06:31:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357352#M122673</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-05T06:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dynamic schema mapping using Talend by reading schema.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357353#M122674</link>
      <description>Is there a sample job or any other sample available that shows us how this dynamically retrieval from DB schemes works?&lt;BR /&gt;Regards,&lt;BR /&gt;Arno</description>
      <pubDate>Thu, 05 Jan 2012 08:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357353#M122674</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-05T08:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dynamic schema mapping using Talend by reading schema.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357354#M122675</link>
      <description>Hi Arno&lt;BR /&gt;If you are the user of Commercial Version, you can get some explanation and scenarios in the document.&lt;BR /&gt;Serch the chapter 'Dynamic Schema'.&lt;BR /&gt;Best regards&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 05 Jan 2012 09:04:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357354#M122675</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-05T09:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dynamic schema mapping using Talend by reading schema.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357355#M122676</link>
      <description>Hi Pedro,&lt;BR /&gt;I already know about this possibility, but was hoping there were some new options which make it possible to have dynamic schema, on which you can perform transformations and such.&lt;BR /&gt;The Dynamic schema functionality offered by Talend right now does not match our requirements for dynamic schemes I suppose...&lt;BR /&gt;Thanks anyway!&lt;BR /&gt;Regards,&lt;BR /&gt;Arno</description>
      <pubDate>Thu, 05 Jan 2012 09:22:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357355#M122676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-05T09:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dynamic schema mapping using Talend by reading schema.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357356#M122677</link>
      <description>&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; I will communicate with our development team for this feature. 
&lt;BR /&gt;From user respect, creating issue at BugTracker for new feature will be more effective. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 05 Jan 2012 09:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357356#M122677</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-05T09:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dynamic schema mapping using Talend by reading schema.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357357#M122678</link>
      <description>Yeah, maybe we should create an issue... I'll reconsider that!&lt;BR /&gt;Thanks&lt;BR /&gt;Arno</description>
      <pubDate>Thu, 05 Jan 2012 09:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357357#M122678</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-05T09:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dynamic schema mapping using Talend by reading schema.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357358#M122679</link>
      <description>Hey,&lt;BR /&gt;Is it possible to accomplish the above task in Talend now?&lt;BR /&gt;Hey avdbrink,&lt;BR /&gt;Can you please guide how you accomplished the above task. &lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 28 May 2014 11:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357358#M122679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-28T11:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dynamic schema mapping using Talend by reading schema.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357359#M122680</link>
      <description>hi ksultania,&lt;BR /&gt;this post has beeb published a long time ago ...&lt;BR /&gt;Now you've got dynamic schema but only with 'TIS' version.&lt;BR /&gt;regards&lt;BR /&gt;laurent</description>
      <pubDate>Wed, 28 May 2014 13:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357359#M122680</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-28T13:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dynamic schema mapping using Talend by reading schema.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357360#M122681</link>
      <description>Hey kzone,&lt;BR /&gt;I came across Dynamic schema feature, but it helps only in taking dynamic schema from input source. Is it possible to map this schema to a fixed output schema dynamically?&lt;BR /&gt;&lt;BR /&gt;Also, can you suggest where to learn from and how to learn talend to be productive?</description>
      <pubDate>Wed, 28 May 2014 13:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357360#M122681</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-28T13:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dynamic schema mapping using Talend by reading schema.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357361#M122682</link>
      <description>talend help is a great place to learn a lot about Talend.&lt;BR /&gt;for example with Dynamic schema : &lt;A href="https://help.talend.com/pages/viewpage.action?pageId=5671283" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/pages/viewpage.action?pageId=5671283&lt;/A&gt;&lt;BR /&gt;regards&lt;BR /&gt;laurent</description>
      <pubDate>Wed, 28 May 2014 14:18:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357361#M122682</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-28T14:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dynamic schema mapping using Talend by reading schema.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357362#M122683</link>
      <description>I came across Dynamic schema feature, but it helps only in taking dynamic schema from input source. Is it possible to map this schema to a fixed output schema dynamically? (that is making tMap feature dynamic)&lt;BR /&gt;Thanks for your suggestion.</description>
      <pubDate>Thu, 29 May 2014 05:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357362#M122683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-29T05:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dynamic schema mapping using Talend by reading schema.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357363#M122684</link>
      <description>Hi ksultania, 
&lt;BR /&gt;For your scenario, it need to change column value dynamically. 
&lt;BR /&gt;We are working on your anther topic 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCtbOCAS" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Archive/Mapping-Dynamic-Schema-to-a-Fixed-Destination-Schema/td-p/196017&lt;/A&gt;, then come back to you asap. 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 29 May 2014 07:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357363#M122684</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-29T07:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dynamic schema mapping using Talend by reading schema.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357364#M122685</link>
      <description>Thank you.&lt;BR /&gt;Appreciate the help.</description>
      <pubDate>Thu, 29 May 2014 08:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357364#M122685</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-29T08:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dynamic schema mapping using Talend by reading schema.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357365#M122686</link>
      <description>Hi,
&lt;BR /&gt;Any updates on the "Mapping dynamic schema to a Fixed Destination Schema" . we have a similar requirement, we are using dynamic schema feature for reading input files , now&amp;nbsp;&amp;nbsp; need to convert dynamic schema to fixed destination schema so that we can do validation on the columns using tmap(we have validation like column1&amp;gt; column2, Column2 &amp;gt; sysdate + 7 etc.
&lt;BR /&gt;We are using Talend BigData 6.0 Version ( Licensed Version)
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Sanjay</description>
      <pubDate>Mon, 28 Dec 2015 11:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357365#M122686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-28T11:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dynamic schema mapping using Talend by reading schema.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357366#M122687</link>
      <description>Hi Sanjay, 
&lt;BR /&gt;Have you already checked the related forum: 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCo8LCAS" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/resolved-Generic-Talend-Job/td-p/92354&lt;/A&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 29 Dec 2015 02:28:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357366#M122687</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-29T02:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dynamic schema mapping using Talend by reading schema.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357367#M122688</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;Here is the more detailed requirement. 
&lt;BR /&gt;We are extracting data from multiple sources like SQL-Server, Teradata and performing some check on the extracted data,&amp;nbsp;&amp;nbsp;the SQL is created dynamically based on the some preconditions for extracting the data. Suppose&amp;nbsp; the extracted data contains 3 columns say col1 date datatype , col2 date datatype, col3 integer etc. and query returned 10 rows, now I need to validate each column values, these validation rules are also dynamic.&amp;nbsp;&amp;nbsp;we have different validation rules. For eg. validation rule is something like col1 &amp;gt; col 2 
&lt;BR /&gt;&amp;nbsp; 
&lt;BR /&gt;tTeradatainput----&amp;gt;tMap---&amp;gt;tfileoutputdelimited 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&lt;BR /&gt;tTeradatainput schema is defined as dynamic i,e we have created one column with dynamic data type. In tMap&amp;nbsp; is there a way to split the dynamic schema columns and do the validation. 
&lt;BR /&gt;Here Output file schema should also be dynamic in nature ( based on the number of columns and data types, is there a way to create output schema dynamically). 
&lt;BR /&gt;We are open to use any other component in place of tMap, if required. 
&lt;BR /&gt;How can we achieve this in Talend 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Sanjay</description>
      <pubDate>Tue, 29 Dec 2015 11:09:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-dynamic-schema-mapping-using-Talend-by-reading/m-p/2357367#M122688</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-29T11:09:49Z</dc:date>
    </item>
  </channel>
</rss>

