<?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: [resolved] How to create derived columns in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-create-derived-columns/m-p/2295549#M68311</link>
    <description>Hello guy
&lt;BR /&gt;First, extract the records from source file/database, then do the following transaction and finally output the result to target file/database.
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Data Conversion of a column to Unicode, but keeping the original column also&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;You can convert a column to unicode in tJava or create a routine to do it.
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Data conversion from a string date to a data, but keeping the original column also&lt;BR /&gt;Data conversion from a date to a string, but keeping the original column also&lt;BR /&gt;Performing Date Math on a date column, and then storing results to another "derived" column in the data flow.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Talend provide a class called TalendDate which can be used to format a date to a string, parse a string to a date, add date etc...In a word, you do any manipulation/conversion on date with this class.
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Performing string manipulation on a column, and then storing results to another "derived" column in the data flow.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Yes, you can do fiter/merge/cut manipulation on string on tJava/tjavaRow/tMap components, etc..
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
    <pubDate>Thu, 13 Aug 2009 03:25:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-08-13T03:25:20Z</dc:date>
    <item>
      <title>[resolved] How to create derived columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-create-derived-columns/m-p/2295548#M68310</link>
      <description>Are there components for creating derived columns (additional columns in the data flow derived from other source columns)?   &lt;BR /&gt;This is typically done at the start of dataflow, right AFTER the database input compoment.&lt;BR /&gt;Typical examples are for:&lt;BR /&gt;Data Conversion of a column to Unicode, but keeping the original column also&lt;BR /&gt;Data conversion from a string date to a data, but keeping the original column also&lt;BR /&gt;Data conversion from a date to a string, but keeping the original column also&lt;BR /&gt;Performing Date Math on a date column, and then storing results to another "derived" column in the data flow.&lt;BR /&gt;Performing string manipulation on a column, and then storing results to another "derived" column in the data flow.</description>
      <pubDate>Sat, 16 Nov 2024 13:49:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-create-derived-columns/m-p/2295548#M68310</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to create derived columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-create-derived-columns/m-p/2295549#M68311</link>
      <description>Hello guy
&lt;BR /&gt;First, extract the records from source file/database, then do the following transaction and finally output the result to target file/database.
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Data Conversion of a column to Unicode, but keeping the original column also&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;You can convert a column to unicode in tJava or create a routine to do it.
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Data conversion from a string date to a data, but keeping the original column also&lt;BR /&gt;Data conversion from a date to a string, but keeping the original column also&lt;BR /&gt;Performing Date Math on a date column, and then storing results to another "derived" column in the data flow.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Talend provide a class called TalendDate which can be used to format a date to a string, parse a string to a date, add date etc...In a word, you do any manipulation/conversion on date with this class.
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Performing string manipulation on a column, and then storing results to another "derived" column in the data flow.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Yes, you can do fiter/merge/cut manipulation on string on tJava/tjavaRow/tMap components, etc..
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 13 Aug 2009 03:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-create-derived-columns/m-p/2295549#M68311</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-13T03:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to create derived columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-create-derived-columns/m-p/2295550#M68312</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hello guy&lt;BR /&gt;First, extract the records from source file/database, then do the following transaction and finally output the result to target file/database.&lt;BR /&gt; 
     &lt;BLOCKQUOTE&gt; 
      &lt;TABLE border="1"&gt; 
       &lt;TBODY&gt; 
        &lt;TR&gt; 
         &lt;TD&gt;Data Conversion of a column to Unicode, but keeping the original column also&lt;/TD&gt; 
        &lt;/TR&gt; 
       &lt;/TBODY&gt; 
      &lt;/TABLE&gt; 
     &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;You can convert a column to unicode in tJava or create a routine to do it.&lt;BR /&gt; 
     &lt;BLOCKQUOTE&gt; 
      &lt;TABLE border="1"&gt; 
       &lt;TBODY&gt; 
        &lt;TR&gt; 
         &lt;TD&gt;Data conversion from a string date to a data, but keeping the original column also&lt;BR /&gt;Data conversion from a date to a string, but keeping the original column also&lt;BR /&gt;Performing Date Math on a date column, and then storing results to another "derived" column in the data flow.&lt;/TD&gt; 
        &lt;/TR&gt; 
       &lt;/TBODY&gt; 
      &lt;/TABLE&gt; 
     &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Talend provide a class called TalendDate which can be used to format a date to a string, parse a string to a date, add date etc...In a word, you do any manipulation/conversion on date with this class.&lt;BR /&gt; 
     &lt;BLOCKQUOTE&gt; 
      &lt;TABLE border="1"&gt; 
       &lt;TBODY&gt; 
        &lt;TR&gt; 
         &lt;TD&gt;Performing string manipulation on a column, and then storing results to another "derived" column in the data flow.&lt;/TD&gt; 
        &lt;/TR&gt; 
       &lt;/TBODY&gt; 
      &lt;/TABLE&gt; 
     &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Yes, you can do fiter/merge/cut manipulation on string on tJava/tjavaRow/tMap components, etc..&lt;BR /&gt;Best regards&lt;BR /&gt; &lt;BR /&gt; shong&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Looks like I can do all type conversions, and derived (computed) columns, all within tMap. Pretty impressive - with SSIS that would have taken (albeit easy) 2 additional transformation components. 
&lt;BR /&gt;I wish the doc on tMap were better, or there was a detailed extensive document dedicated to it with numerous examples. 
&lt;BR /&gt;Thanks! 
&lt;BR /&gt;Dave</description>
      <pubDate>Fri, 14 Aug 2009 18:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-create-derived-columns/m-p/2295550#M68312</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-14T18:32:27Z</dc:date>
    </item>
  </channel>
</rss>

