<?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: tsetDynamicSchema - source data changes in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tsetDynamicSchema-source-data-changes/m-p/2346398#M113809</link>
    <description>No, Any link to help me in understanding / guiding to define the undefined column and data types between source and target?</description>
    <pubDate>Mon, 13 Mar 2017 07:35:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-03-13T07:35:06Z</dc:date>
    <item>
      <title>tsetDynamicSchema - source data changes</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsetDynamicSchema-source-data-changes/m-p/2346396#M113807</link>
      <description>&lt;P&gt;I have a use case of reading data from the csv files coming in. But at times few columns are not in order or missing. But target is not changing in Database. In such scenarios how can i use tsetDynamicSchema to handle? if i can not use tsetDynamicschema, what is the other best component.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Velu.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2017 04:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsetDynamicSchema-source-data-changes/m-p/2346396#M113807</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-10T04:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: tsetDynamicSchema - source data changes</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsetDynamicSchema-source-data-changes/m-p/2346397#M113808</link>
      <description>Hi velu,
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;But at times few columns are not in order or missing. But target is not changing in Database.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;[font=Verdana, Helvetica, Arial, sans-serif]
&lt;FONT size="1"&gt;Have you tried to use talend "Dynamic Schema" feature? Which&amp;nbsp;&lt;/FONT&gt;[/font]
&lt;FONT size="2"&gt;&lt;FONT face="Calibri," sans-serif=""&gt;allows you to design schema with an unknown column structure (unknown name and number of columns).&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="Calibri," sans-serif=""&gt;Best regards &lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="Calibri," sans-serif=""&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 13 Mar 2017 03:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsetDynamicSchema-source-data-changes/m-p/2346397#M113808</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-13T03:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: tsetDynamicSchema - source data changes</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsetDynamicSchema-source-data-changes/m-p/2346398#M113809</link>
      <description>No, Any link to help me in understanding / guiding to define the undefined column and data types between source and target?</description>
      <pubDate>Mon, 13 Mar 2017 07:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsetDynamicSchema-source-data-changes/m-p/2346398#M113809</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-13T07:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: tsetDynamicSchema - source data changes</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsetDynamicSchema-source-data-changes/m-p/2346399#M113810</link>
      <description>Hi,&lt;BR /&gt;Here is a KB article about:&lt;A href="https://help.talend.com/pages/viewpage.action?pageId=190513179" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:How to process changing data structure?&lt;/A&gt;&lt;BR /&gt;Let us know if it is Ok with you.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 13 Mar 2017 08:30:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsetDynamicSchema-source-data-changes/m-p/2346399#M113810</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-13T08:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: tsetDynamicSchema - source data changes</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tsetDynamicSchema-source-data-changes/m-p/2346400#M113811</link>
      <description>Dynamic schema present in subscription version of Talend 
&lt;BR /&gt;it work with few restrictions: 
&lt;BR /&gt;[list=*] 
&lt;BR /&gt; 
&lt;LI&gt;number of source columns must be same or less than target&lt;/LI&gt; 
&lt;BR /&gt; 
&lt;LI&gt;name of source and target columns must be the same&lt;/LI&gt; 
&lt;BR /&gt; 
&lt;LI&gt;order could be different&lt;/LI&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;so, for example if You have in csv file - 1 additional column, or 1 column with different name, the Job will finishing with error 
&lt;BR /&gt;if You have just different order - it will be work 
&lt;BR /&gt; 
&lt;BR /&gt;alternative for OpenSource version - 
&lt;A href="https://exchange.talend.com/#marketplaceproductoverview:gallery=marketplace%2F1&amp;amp;pi=marketplace%2F1%2Fproducts%2F544%2Fitems%2F2489" target="_blank" rel="nofollow noopener noreferrer"&gt;tFileInputTextFlat&lt;/A&gt;, the great component from Jan Lolling 
&lt;BR /&gt;If You know all target columns - You can extract them without worry - if they present in file or not, and omit all other columns</description>
      <pubDate>Mon, 13 Mar 2017 09:01:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tsetDynamicSchema-source-data-changes/m-p/2346400#M113811</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-03-13T09:01:24Z</dc:date>
    </item>
  </channel>
</rss>

