<?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: Trouble concatenate a String + Date + Date in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Trouble-concatenate-a-String-Date-Date/m-p/2237138#M25664</link>
    <description>Yes that worked, Thanks!</description>
    <pubDate>Tue, 26 Feb 2008 17:08:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-02-26T17:08:36Z</dc:date>
    <item>
      <title>Trouble concatenate a String + Date + Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trouble-concatenate-a-String-Date-Date/m-p/2237134#M25660</link>
      <description>Hello, 
&lt;BR /&gt;I am trying to concatenate 3 input fields together. One is a string field and the other two are date fields. 
&lt;BR /&gt;My Input fields are as follows: 
&lt;BR /&gt;Selic Code = 100000 
&lt;BR /&gt;Issue Date = 20060804 
&lt;BR /&gt;Maturity Date = 20080401 
&lt;BR /&gt;Below is my expression in tMap: 
&lt;BR /&gt;("YMF")+("=")+(row2.Selic_Code)+("_")+(row2.Issue_Date)+("_")+(row2.Maturity_Date)+("=") 
&lt;BR /&gt;The Output Talend gives me is: 
&lt;BR /&gt;YMF=100000_Fri Aug 04 00:00:00 CDT 2006_Tue Apr 01 00:00:00 CDT 2008= 
&lt;BR /&gt;The Output I want to get is: 
&lt;BR /&gt;YMF=100000_20060804_20080401= 
&lt;BR /&gt;Can anyone help me correct this expression? 
&lt;BR /&gt;Thanks in advance, 
&lt;BR /&gt;David</description>
      <pubDate>Sat, 16 Nov 2024 14:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trouble-concatenate-a-String-Date-Date/m-p/2237134#M25660</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble concatenate a String + Date + Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trouble-concatenate-a-String-Date-Date/m-p/2237135#M25661</link>
      <description>what is the format of your fields Issue Date &amp;amp; Maturity Date? String or date?</description>
      <pubDate>Tue, 26 Feb 2008 17:01:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trouble-concatenate-a-String-Date-Date/m-p/2237135#M25661</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-26T17:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble concatenate a String + Date + Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trouble-concatenate-a-String-Date-Date/m-p/2237136#M25662</link>
      <description>Date, both have a Date Pattern of "yyyyMMdd"</description>
      <pubDate>Tue, 26 Feb 2008 17:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trouble-concatenate-a-String-Date-Date/m-p/2237136#M25662</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-26T17:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble concatenate a String + Date + Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trouble-concatenate-a-String-Date-Date/m-p/2237137#M25663</link>
      <description>try this in your tMap:&lt;BR /&gt;("YMF")+("=")+(row2.Selic_Code)+("_")+(TalendDate.formatDate("yyyyMMdd",row2.Issue_Date))+("_")+(TalendDate.formatDate("yyyyMMdd",row2.Maturity_Date))+("=")</description>
      <pubDate>Tue, 26 Feb 2008 17:05:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trouble-concatenate-a-String-Date-Date/m-p/2237137#M25663</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-26T17:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble concatenate a String + Date + Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trouble-concatenate-a-String-Date-Date/m-p/2237138#M25664</link>
      <description>Yes that worked, Thanks!</description>
      <pubDate>Tue, 26 Feb 2008 17:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trouble-concatenate-a-String-Date-Date/m-p/2237138#M25664</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-26T17:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble concatenate a String + Date + Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trouble-concatenate-a-String-Date-Date/m-p/2237139#M25665</link>
      <description>you'll welcome</description>
      <pubDate>Tue, 26 Feb 2008 17:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trouble-concatenate-a-String-Date-Date/m-p/2237139#M25665</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-26T17:10:09Z</dc:date>
    </item>
  </channel>
</rss>

