<?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: Data Extraction from AS400 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Data-Extraction-from-AS400/m-p/2293515#M66482</link>
    <description>&lt;P&gt;Hi Nikhl,&lt;/P&gt;&lt;P&gt;Thanks for replying.&lt;/P&gt;&lt;P&gt;But the way you suggested is to convert 65535 to integer.&lt;/P&gt;&lt;P&gt;But 65535 is not a value. It is the CCSID code which is used to encode the data in AS400 db.&lt;/P&gt;&lt;P&gt;Sample input and needed output is mentioned below.&lt;/P&gt;&lt;P&gt;Input: D9E3&lt;/P&gt;&lt;P&gt;Output: RT&lt;/P&gt;&lt;P&gt;The mentioned input is the data present in AS400, and the mentioned output is the data should be loaded for the same input in MySQL.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Aug 2018 05:16:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-07T05:16:57Z</dc:date>
    <item>
      <title>Data Extraction from AS400</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-Extraction-from-AS400/m-p/2293513#M66480</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I am trying to extract data from AS400 db through TOS version 7.&lt;/P&gt;&lt;P&gt;The data present in db having CCSID code as 65535 and in HEXADECIMAL format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone please suggest how to change CCSID code from Talend end so that proper data can be loaded to target.&lt;/P&gt;&lt;P&gt;Target is MySQL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is highly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Nabarun&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-Extraction-from-AS400/m-p/2293513#M66480</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Data Extraction from AS400</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-Extraction-from-AS400/m-p/2293514#M66481</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Please read the hexadecimal value as a string and in the tmap, use the below expression.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Integer.parseInt("65535",16)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&amp;gt; replace hard coded value with column from tinput component inside tmap.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;The above value was changed to&amp;nbsp;41509 after converting to integer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 18:55:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-Extraction-from-AS400/m-p/2293514#M66481</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-06T18:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Data Extraction from AS400</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-Extraction-from-AS400/m-p/2293515#M66482</link>
      <description>&lt;P&gt;Hi Nikhl,&lt;/P&gt;&lt;P&gt;Thanks for replying.&lt;/P&gt;&lt;P&gt;But the way you suggested is to convert 65535 to integer.&lt;/P&gt;&lt;P&gt;But 65535 is not a value. It is the CCSID code which is used to encode the data in AS400 db.&lt;/P&gt;&lt;P&gt;Sample input and needed output is mentioned below.&lt;/P&gt;&lt;P&gt;Input: D9E3&lt;/P&gt;&lt;P&gt;Output: RT&lt;/P&gt;&lt;P&gt;The mentioned input is the data present in AS400, and the mentioned output is the data should be loaded for the same input in MySQL.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 05:16:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-Extraction-from-AS400/m-p/2293515#M66482</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-07T05:16:57Z</dc:date>
    </item>
  </channel>
</rss>

