<?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: Date Problem in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286959#M60581</link>
    <description>Hi 
&lt;BR /&gt;still the problem is there.i have attached the error along with this post. My date column has some null also.i need all the rows to be loaded irrespective of null or not null. give me a solution. 
&lt;BR /&gt;Thanks &amp;amp; Regards, 
&lt;BR /&gt;Arnold. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCnR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157031i164D74234E8FF1A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCnR.png" alt="0683p000009MCnR.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Wed, 05 Mar 2014 10:17:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-03-05T10:17:51Z</dc:date>
    <item>
      <title>Date Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286948#M60570</link>
      <description>Hi 
&lt;BR /&gt;Am new to talend.....I need a little help with this issue am going through... 
&lt;BR /&gt; 
&lt;BR /&gt;I have an issue with my date format...when I pull my excel file into talend which contains the dates in different formats,it throws errors while transferring the datas into tMSSqlOutput . Am not able to get all the rows in my file.I just want to transfer the entire data along with the dates in the tFileinputExcel file to tMSSqlOutput with the date format in dd/MM/yyyy. 
&lt;BR /&gt;I need to do this without changing the date format in my original excel file. how to do this in talend? 
&lt;BR /&gt;I have attached the images.... 
&lt;BR /&gt;Please do help me 
&lt;BR /&gt;Thanks &amp;amp; Regards, 
&lt;BR /&gt;Apk. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCel.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136503iCBA9A6DD7778E854/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCel.png" alt="0683p000009MCel.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCnz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147656iA8F0E393E90D9598/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCnz.png" alt="0683p000009MCnz.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 29 Jan 2014 12:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286948#M60570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-29T12:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286949#M60571</link>
      <description>Hi
&lt;BR /&gt;Read this column with String type, then parse the value to a Date based on the format, for example:
&lt;BR /&gt;tFileInputExcel--row1--tMap--row2--tMssqlOutput
&lt;BR /&gt;on tMap, parse the value to a Date:
&lt;BR /&gt;
&lt;PRE&gt;TalendDate.isDate(row1.c1,"yyyy-MM-dd")?TalendDate.parseDate("yyyy-MM-dd",row1.c1):(TalendDate.isDate(row1.c1,"dd-MM-yyyy")?TalendDate.parseDate("dd-MM-yyyy",row1.c1):TalendDate.parseDate("MM-dd-yyyy",row1.c1))&lt;/PRE&gt;
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 04 Feb 2014 10:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286949#M60571</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-04T10:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286950#M60572</link>
      <description>Hi Shong,
&lt;BR /&gt;Thank you!!
&lt;BR /&gt;I also have another problem as my date columns contains null values to it. The sqlserver throws error. How to solve it and send the entire date column to the target.
&lt;BR /&gt;Thanks &amp;amp; Regards,
&lt;BR /&gt;Arnold.</description>
      <pubDate>Tue, 04 Feb 2014 11:12:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286950#M60572</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-04T11:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286951#M60573</link>
      <description>Hi 
&lt;BR /&gt;What's the value do you want to replace if the value is null? filter this row or set it with a default date if it is null?
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 04 Feb 2014 13:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286951#M60573</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-04T13:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286952#M60574</link>
      <description>Hi,&lt;BR /&gt;I would like to replace the null column with 0 or some text like "Date not available". Need to know how to do it for both the option&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Arnold.</description>
      <pubDate>Wed, 05 Feb 2014 05:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286952#M60574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-05T05:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286953#M60575</link>
      <description>If the data type of column is datetime in your table, only dates between January 1, 1753 and December 31, 9999 or Null are accepted, so, you can set it with Null or a default datetime if the input data is null, for example: 
&lt;BR /&gt;row1.c1==null?null 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;TalendDate.isDate(row1.c1,"yyyy-MM-dd")?TalendDate.parseDate("yyyy-MM-dd",row1.c1) 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;TalendDate.isDate(row1.c1,"dd-MM-yyyy")?TalendDate.parseDate("dd-MM-yyyy",row1.c1):TalendDate.parseDate("MM-dd-yyyy",row1.c1))) 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 07 Feb 2014 02:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286953#M60575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-07T02:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286954#M60576</link>
      <description>Hi, 
&lt;BR /&gt;am having a trouble with this date format. I need my date to be in dd/MM/yyyy format (date alone no time).My date column is in string format in my excel sheet some of the rows in my date column are empty or null. Am able to change the format in Tmap from string to date by using the following code 
&lt;BR /&gt; 
&lt;BR /&gt;CODE : 
&lt;BR /&gt;(row1.Anniversary_Date!=null)?TalendDate.parseDate("dd/MM/yyyy",row1.Anniversary_Date):null 
&lt;BR /&gt;the output runs in tLogRow and shows all rows,but when I pull the data into sqlserver 2008 it shows date format error. 
&lt;BR /&gt;I also have another problem as my date columns contains null values to it. The sqlserver throws error. How to solve it and send the entire date column to the target. 
&lt;BR /&gt;I have attached my work and error in this post. 
&lt;BR /&gt; 
&lt;BR /&gt;please help me to resolve this issue. 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks &amp;amp; Regards, 
&lt;BR /&gt;APK. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCi8.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146901i104141DCF5F762B6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCi8.png" alt="0683p000009MCi8.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCci.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134068iD85938FF42341EDF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCci.png" alt="0683p000009MCci.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 05 Mar 2014 06:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286954#M60576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-05T06:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286955#M60577</link>
      <description>Hi, &lt;BR /&gt;Please check the library of Sql Server Date and Time Data Types and Functions(Transact-SQL) &lt;A href="http://technet.microsoft.com/en-us/library/ms186724.aspx" rel="nofollow noopener noreferrer"&gt;http://technet.microsoft.com/en-us/library/ms186724.aspx&lt;/A&gt;. The datetime range is "1753-01-01 through 9999-12-31".&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 05 Mar 2014 07:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286955#M60577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-05T07:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286956#M60578</link>
      <description>MSSQL will not allow inserting date of type dd/MM/yyyy.&lt;BR /&gt;Please change the format to MM/dd/yyyy and try it out.&lt;BR /&gt;Note: You have to change the format both in the formula and the datatype as well...</description>
      <pubDate>Wed, 05 Mar 2014 09:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286956#M60578</guid>
      <dc:creator>bkar81</dc:creator>
      <dc:date>2014-03-05T09:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286957#M60579</link>
      <description>Hi,
&lt;BR /&gt;thank you bkar81 &amp;amp; xdshi.
&lt;BR /&gt;But what is the solution to make the date column to get into the target (MSSQL)???
&lt;BR /&gt;bkar81 can u brief the solution by how to apply the change in both the formula &amp;amp; datatype as well
&lt;BR /&gt;
&lt;BR /&gt;Thanks &amp;amp; Regards,
&lt;BR /&gt;Arnold.</description>
      <pubDate>Wed, 05 Mar 2014 09:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286957#M60579</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-05T09:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286958#M60580</link>
      <description>Change the format to 
&lt;BR /&gt;(row1.Anniversary_Date!=null)?TalendDate.parseDate("MM/dd/yyyy",row1.Anniversary_Date):null
&lt;BR /&gt;Check the target DB Datatype in the target table in tMap component. By default it will be dd/MM/yyyy. Change it to MM/dd/yyyy. It will ask for propagate changes. Accept it.
&lt;BR /&gt;Check the same in the MSSQLOutput column as well.
&lt;BR /&gt;Let us know if it works.</description>
      <pubDate>Wed, 05 Mar 2014 09:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286958#M60580</guid>
      <dc:creator>bkar81</dc:creator>
      <dc:date>2014-03-05T09:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286959#M60581</link>
      <description>Hi 
&lt;BR /&gt;still the problem is there.i have attached the error along with this post. My date column has some null also.i need all the rows to be loaded irrespective of null or not null. give me a solution. 
&lt;BR /&gt;Thanks &amp;amp; Regards, 
&lt;BR /&gt;Arnold. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCnR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157031i164D74234E8FF1A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCnR.png" alt="0683p000009MCnR.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 05 Mar 2014 10:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286959#M60581</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-05T10:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286960#M60582</link>
      <description>Check this out 
&lt;BR /&gt;in tMap, issue this 
&lt;BR /&gt;(row1.Anniversary_Date!=null)?TalendDate.parseDate("dd/MM/yyyy",row1.Anniversary_Date):null 
&lt;BR /&gt;Check out the pics below 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCnS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129370i73BAA450336A2E9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCnS.png" alt="0683p000009MCnS.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCo4.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129371iD838518A7E34395F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCo4.png" alt="0683p000009MCo4.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCo9.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143732iAC7EC216EBF5D3A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCo9.png" alt="0683p000009MCo9.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 05 Mar 2014 10:46:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286960#M60582</guid>
      <dc:creator>bkar81</dc:creator>
      <dc:date>2014-03-05T10:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286961#M60583</link>
      <description>Hi 
&lt;BR /&gt;still it is showing the same error as i said in my first post 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; i have few date column like DOB,Anniversary date,Contract Expiration date,Hire date,Leave date in my excel sheet.Except the DOB and Hire date rest of the date columns have some null values,each of the column has different data types. So i need all the rows in all these date columns to be taken in to the target system. 
&lt;BR /&gt;And another thing is... 
&lt;BR /&gt;For example if we take the column DOB, in it one row has Date format and another row has string format thus in a single Column DOB, i have multiple rows that have multiple formats like Date,string etc 
&lt;BR /&gt;Example representation 
&lt;BR /&gt;DOB 
&lt;BR /&gt;**** 
&lt;BR /&gt;12/01/2001 ---&amp;gt; date datatype 
&lt;BR /&gt;02/08/1988 ---&amp;gt; String datatype 
&lt;BR /&gt;05/1/2007 ----&amp;gt; String data type 
&lt;BR /&gt;02/05/2013 ----&amp;gt; date datatype 
&lt;BR /&gt;considering all this, how to bring a solution??? 
&lt;BR /&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Arnold.</description>
      <pubDate>Fri, 07 Mar 2014 09:01:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286961#M60583</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-07T09:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286962#M60584</link>
      <description>Since you have both formats in the same column, while loading it, make it a string column and do an explicit type conversion to date</description>
      <pubDate>Fri, 14 Mar 2014 09:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286962#M60584</guid>
      <dc:creator>bkar81</dc:creator>
      <dc:date>2014-03-14T09:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286963#M60585</link>
      <description>Hi,&lt;BR /&gt;can you explain to me in detail that how to do it?&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Arnold.</description>
      <pubDate>Fri, 14 Mar 2014 12:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286963#M60585</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-14T12:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Date Problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286964#M60586</link>
      <description>Please find the screenshots below 
&lt;BR /&gt;While loading, I set the datatype of the date column to String. 
&lt;BR /&gt;Image 1: The input data in Excel (string &amp;amp; date format) - you can see by the difference in alignment 
&lt;BR /&gt;Image 2: The initial mapping to parse the data from Excel 
&lt;BR /&gt;Image 3: Oops, an error occurred - Unable to parse the date (Note the highlighted date format) 
&lt;BR /&gt;Image 4: Analyze why it is throwing the error (removed the tMap and directly connected to tLogRow) 
&lt;BR /&gt;Image 5: Got it, there is the problem... few items are parsed properly and few not parsed properly 
&lt;BR /&gt;Image 6: A slight tweak in my code in tMap - used 
&lt;B&gt;&lt;FONT color="blue"&gt;SimpleDateFormat&lt;/FONT&gt;&lt;/B&gt; (Java code), 
&lt;FONT color="green"&gt;but we can also use TalendDate.parseDate&lt;/FONT&gt; 
&lt;BR /&gt;Image 7: Viola!!! All dates are parsed properly. 
&lt;BR /&gt; 
&lt;B&gt;&lt;U&gt;&lt;FONT color="blue"&gt;Formula used inside tMap&lt;/FONT&gt;&lt;/U&gt;&lt;/B&gt; 
&lt;BR /&gt;(row1.DateCol_InString!=null)?(TalendDate.isDate(row1.DateCol_InString,"dd/MM/yyyy")? 
&lt;BR /&gt;TalendDate.parseDate("dd/MM/yyyy",row1.DateCol_InString): 
&lt;FONT color="blue"&gt;new SimpleDateFormat&lt;/FONT&gt;("EEE MMM dd hh:mm:ss z yyyy"). 
&lt;FONT color="blue"&gt;parse&lt;/FONT&gt;(row1.DateCol_InString)):null 
&lt;BR /&gt;or 
&lt;BR /&gt;(row1.DateCol_InString!=null)?(TalendDate.isDate(row1.DateCol_InString,"dd/MM/yyyy")? 
&lt;BR /&gt;TalendDate.parseDate("dd/MM/yyyy",row1.DateCol_InString): 
&lt;FONT color="blue"&gt;TalendDate.parseDate&lt;/FONT&gt;("EEE MMM dd hh:mm:ss z yyyy",row1.DateCol_InString)):null 
&lt;BR /&gt;I checked whether the date I am parsing is in the desired format using 
&lt;B&gt;&lt;FONT color="blue"&gt;TalendDate.isDate&lt;/FONT&gt;&lt;/B&gt; function 
&lt;BR /&gt;If it returns true, then parse normally, else do the custom parsing. 
&lt;BR /&gt;Here you go: 
&lt;BR /&gt;For Date in the format = "Wed Jan 01 00:00:00 GMT 2014", I used the format "EEE MMM dd hh:mm:ss z yyyy" 
&lt;BR /&gt;So check out the same and find out which format the output is coming. 
&lt;BR /&gt; 
&lt;B&gt;&lt;FONT color="orange"&gt;In a nutshell, use isDate and parseDate in multiple if conditions depending upon your need.&lt;/FONT&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt;&lt;FONT color="red"&gt;Note:&lt;/FONT&gt;&lt;/B&gt; If the destination server is in different locale, this would not work (example, the above example is in UK format. This may not be the same if I execute this in other machine where the date settings are different) 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCmE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156086iFC83B245A15E3955/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCmE.png" alt="0683p000009MCmE.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCoE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146481i7D9A61DAF706EA11/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCoE.png" alt="0683p000009MCoE.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCTM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138190i5A8E08969A804B2D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCTM.png" alt="0683p000009MCTM.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCoJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130531iDFBB9B26108333D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCoJ.png" alt="0683p000009MCoJ.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCmJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139553i3563FA5A1B0C3324/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCmJ.png" alt="0683p000009MCmJ.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCkX.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128522iCB2707467826E70B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCkX.png" alt="0683p000009MCkX.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCkc.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128148i7DBD6D79D4C4942C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCkc.png" alt="0683p000009MCkc.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 14 Mar 2014 14:39:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-Problem/m-p/2286964#M60586</guid>
      <dc:creator>bkar81</dc:creator>
      <dc:date>2014-03-14T14:39:57Z</dc:date>
    </item>
  </channel>
</rss>

