<?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: Schema Data Type Conversion in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Schema-Data-Type-Conversion/m-p/2377285#M139176</link>
    <description>&lt;P&gt;Hi Sabrina, I was able to test our solution and Talend seems to be automatically casting everything as expected. Thank you for your help. The dynamic schema was an interesting idea, though. Can you explain the warning about it in Talend documentation? It makes the feature sound unreliable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using Talend Data Integration 7.3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000N0fBSAAZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144035iB920B6CE0FC6FD37/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000N0fBSAAZ.png" alt="0695b00000N0fBSAAZ.png" /&gt;&lt;/span&gt;https://help.talend.com/r/9bBURCEt_t~lUHE3DeE2LA/N6SaNijL0j9L~Es~kvlqZA&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jan 2022 06:25:02 GMT</pubDate>
    <dc:creator>mborlo15</dc:creator>
    <dc:date>2022-01-07T06:25:02Z</dc:date>
    <item>
      <title>Schema Data Type Conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Schema-Data-Type-Conversion/m-p/2377281#M139172</link>
      <description>&lt;P&gt;&lt;B&gt;&lt;U&gt;Situation&lt;/U&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;I am using Talend Data Integration. We often like to make our Talend jobs versatile for many situations. &lt;/P&gt;&lt;P&gt;We have a child job that is passed a query from a parent job via a context variable. Although the fields in the SELECT clause of the query remain the same, the tables can differ. Sometimes the tables have different data types for the same fields. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;U&gt;Example&lt;/U&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;For instance, some tables will store a value with the DATE datatype and others will store the date as a VARCHAR. Some might hold some values as INT and others as VARCHAR, etc. This is for the tDBInput component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Similarly, what would happen if Talend's tDBOutput component uses Integer data type, but the database table in reality stores values as NUMBER? Will that cause an unexpected value to be written to the database?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;U&gt;Question&lt;/U&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Essentially, the question is: will Talend automatically cast values to match the component schema, and will there be complications when reading from and writing to databases if the component schemas (whether tMap, tDBOutput, tDBInput, tFileInputExcel, etc.) don't match what's in the database?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Schema-Data-Type-Conversion/m-p/2377281#M139172</guid>
      <dc:creator>mborlo15</dc:creator>
      <dc:date>2024-11-15T23:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Schema Data Type Conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Schema-Data-Type-Conversion/m-p/2377282#M139173</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;From your description, it seems you are looking for dynamic schema mapping.&lt;/P&gt;&lt;P&gt;You could use dynamic schema to move the data from source to target where target columns names are different from source.&lt;/P&gt;&lt;P&gt;For more information, please have a look at this KB article to see if it is what you are looking for.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.talend.com/s/article/How-to-process-changing-data-structure-ExK7j" alt="https://community.talend.com/s/article/How-to-process-changing-data-structure-ExK7j" target="_blank"&gt;https://community.talend.com/s/article/How-to-process-changing-data-structure-ExK7j&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 03:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Schema-Data-Type-Conversion/m-p/2377282#M139173</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-27T03:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Schema Data Type Conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Schema-Data-Type-Conversion/m-p/2377283#M139174</link>
      <description>&lt;P&gt;Hi Sabrina, thank you for your reply. Unfortunately, a dynamic schema will not work for us in this scenario. Since this is the case, will a fixed schema in a tMySQLInput component that does not necessarily match the MySQL database cast everything properly? No errors have been thrown thus far.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The flow is like this&lt;/P&gt;&lt;P&gt;tMySQLInput --- tMap --- tOracleOutput&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where tMySQLInput schema data types may not match the underlying MySQL table&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 21:16:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Schema-Data-Type-Conversion/m-p/2377283#M139174</guid>
      <dc:creator>mborlo15</dc:creator>
      <dc:date>2021-12-28T21:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Schema Data Type Conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Schema-Data-Type-Conversion/m-p/2377284#M139175</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Would you mind posting some trouble screenshots here which will be helpful for us to address your issue?&lt;/P&gt;&lt;P&gt;And could you please also clarify in which Talend version/edition you are?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 03:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Schema-Data-Type-Conversion/m-p/2377284#M139175</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-29T03:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Schema Data Type Conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Schema-Data-Type-Conversion/m-p/2377285#M139176</link>
      <description>&lt;P&gt;Hi Sabrina, I was able to test our solution and Talend seems to be automatically casting everything as expected. Thank you for your help. The dynamic schema was an interesting idea, though. Can you explain the warning about it in Talend documentation? It makes the feature sound unreliable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using Talend Data Integration 7.3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000N0fBSAAZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144035iB920B6CE0FC6FD37/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000N0fBSAAZ.png" alt="0695b00000N0fBSAAZ.png" /&gt;&lt;/span&gt;https://help.talend.com/r/9bBURCEt_t~lUHE3DeE2LA/N6SaNijL0j9L~Es~kvlqZA&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jan 2022 06:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Schema-Data-Type-Conversion/m-p/2377285#M139176</guid>
      <dc:creator>mborlo15</dc:creator>
      <dc:date>2022-01-07T06:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Schema Data Type Conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Schema-Data-Type-Conversion/m-p/2377286#M139177</link>
      <description>&lt;P&gt;Hi,I think the warning is about the fact that cause dynamic shema is dynamic it will always propagate the data you send, so if your input data structure change, the changing data strucutre will be send to the output and if you haven't change the data structure of the target it will not fit.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jan 2022 07:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Schema-Data-Type-Conversion/m-p/2377286#M139177</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-01-07T07:52:22Z</dc:date>
    </item>
  </channel>
</rss>

