<?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 Cast data type at the time of inner join in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Cast-data-type-at-the-time-of-inner-join/m-p/2341271#M109242</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;BR /&gt;I am trying to load and transform data using Talend. I have to extract latest rows based on datetime field. I convert data type using tMap and cast it to Date with format dd-MM-yyyy HH:mm:ss. Performed aggregation, things are moving as expected and my dataset reduced from 10 columns to 4 columns(fields I used to perform aggregation) and rows also got reduced from 24 to 13.&lt;BR /&gt;&lt;BR /&gt;I want to extract all the columns based on the result set return by the tAggregateSortedRow component. But the problem, I am facing is the former one has date format dd-MM-yyyy hh:mm:ss and new filedelimiter has data type string with format (MM/dd/yyyy HH:mm:ss). I used tConvertType &amp;nbsp;but still facing the same issue. PF workflow below.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGLL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128817i495F94FACDAF3751/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGLL.png" alt="0683p000009MGLL.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can you please help me to get the correct workflow.&lt;BR /&gt;&lt;BR /&gt;Thanks..&lt;/P&gt;</description>
    <pubDate>Thu, 02 Mar 2017 10:53:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-03-02T10:53:28Z</dc:date>
    <item>
      <title>Cast data type at the time of inner join</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cast-data-type-at-the-time-of-inner-join/m-p/2341271#M109242</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;BR /&gt;I am trying to load and transform data using Talend. I have to extract latest rows based on datetime field. I convert data type using tMap and cast it to Date with format dd-MM-yyyy HH:mm:ss. Performed aggregation, things are moving as expected and my dataset reduced from 10 columns to 4 columns(fields I used to perform aggregation) and rows also got reduced from 24 to 13.&lt;BR /&gt;&lt;BR /&gt;I want to extract all the columns based on the result set return by the tAggregateSortedRow component. But the problem, I am facing is the former one has date format dd-MM-yyyy hh:mm:ss and new filedelimiter has data type string with format (MM/dd/yyyy HH:mm:ss). I used tConvertType &amp;nbsp;but still facing the same issue. PF workflow below.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGLL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128817i495F94FACDAF3751/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGLL.png" alt="0683p000009MGLL.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can you please help me to get the correct workflow.&lt;BR /&gt;&lt;BR /&gt;Thanks..&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 10:53:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cast-data-type-at-the-time-of-inner-join/m-p/2341271#M109242</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-02T10:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cast data type at the time of inner join</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cast-data-type-at-the-time-of-inner-join/m-p/2341272#M109243</link>
      <description>Your data is coming in as a String (unless you are converting it on import using the tFile components). Essentially what you need to do is to convert the String dates to a Date format and then convert them back to a String in exactly the same format as each other. &amp;nbsp;Alternatively you can just ensure that you are comparing dates but you *can* run into issues with rogue milliseconds meaning that they are not exact matches.</description>
      <pubDate>Thu, 02 Mar 2017 12:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cast-data-type-at-the-time-of-inner-join/m-p/2341272#M109243</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-02T12:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cast data type at the time of inner join</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cast-data-type-at-the-time-of-inner-join/m-p/2341273#M109244</link>
      <description>Thanks.. Really helpful.
&lt;BR /&gt;I am using tAggregateSortedRow to get unique rows but when I am using "Input Rows Count" &amp;gt; 0 then it returns 1 duplicate, if I keep it 0 it suppress 1 row. What is the usage for "Input Row Count"?&amp;nbsp;
&lt;BR /&gt;
&lt;BR /&gt;I am expecting 13 row, with 0 it returns 12 rows. With &amp;gt; 0, it return 13 rows with 1 duplicate.
&lt;BR /&gt;Thanks..</description>
      <pubDate>Thu, 02 Mar 2017 15:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cast-data-type-at-the-time-of-inner-join/m-p/2341273#M109244</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-02T15:42:41Z</dc:date>
    </item>
  </channel>
</rss>

