<?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: convert the unix timestamp in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219093#M14032</link>
    <description>Hi, 
&lt;BR /&gt;Please try to use below expression in tMap: 
&lt;BR /&gt;new java.util.Date(row1.unixtimestamp) 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCkh.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144575iDB20AE45EF2AC91D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCkh.png" alt="0683p000009MCkh.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Wed, 06 Jan 2016 07:39:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-01-06T07:39:41Z</dc:date>
    <item>
      <title>convert the unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219092#M14031</link>
      <description>Hello, 
&lt;BR /&gt;I &amp;nbsp;want to convert the unix timestamp &amp;nbsp;1443696342801 &amp;nbsp;into date , 
&lt;BR /&gt;i am new to Talend , i converted &amp;nbsp;1298226724 into date using &amp;nbsp;below logic , please see below attach screen shots: 
&lt;BR /&gt; 
&lt;BR /&gt;But i am unable to convert this number 1443696342801 &amp;nbsp; 
&lt;BR /&gt;any suggestion will be helpfull 
&lt;BR /&gt;its little urgent&amp;nbsp; 
&lt;BR /&gt;thanks 
&lt;BR /&gt;Amit 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCtY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150268i0C9C2C3E11D6E26F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCtY.png" alt="0683p000009MCtY.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 05 Jan 2016 17:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219092#M14031</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-05T17:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: convert the unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219093#M14032</link>
      <description>Hi, 
&lt;BR /&gt;Please try to use below expression in tMap: 
&lt;BR /&gt;new java.util.Date(row1.unixtimestamp) 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCkh.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144575iDB20AE45EF2AC91D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCkh.png" alt="0683p000009MCkh.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 06 Jan 2016 07:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219093#M14032</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-06T07:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: convert the unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219094#M14033</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;I have situation regarding 
&lt;I&gt;&lt;B&gt;Milliseconds to Date Conversion&lt;/B&gt;&lt;/I&gt;. 
&lt;BR /&gt;There are 2 columns in excell sheet which contains only millisecond values and that have to convert into a Given Date format 
&lt;BR /&gt;Please take following table as Source table.. 
&lt;BR /&gt; 
&lt;B&gt;TRISTARTDATEDA&amp;nbsp;&amp;nbsp;&amp;nbsp; TRIENDDATEDA&lt;/B&gt; 
&lt;BR /&gt;1425148200&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1423074600 
&lt;BR /&gt;1423074600&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 1482604200 
&lt;BR /&gt; 
&lt;B&gt;Expected Outcome...&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt;TRISTARTDATEDA&amp;nbsp;&amp;nbsp;&amp;nbsp; TRIENDDATEDA&lt;BR /&gt;&lt;/B&gt;01-03-2015&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 05-02-2015 
&lt;BR /&gt;05-02-2015&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 25-12-2016 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Please kindly suggest me solution for this . 
&lt;BR /&gt;I am Waiting for positive reply</description>
      <pubDate>Wed, 06 Jan 2016 10:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219094#M14033</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-06T10:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: convert the unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219095#M14034</link>
      <description>&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;new java.util.Date(row1.unixtimestamp)&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;was the correct answer.&lt;BR /&gt;row1.unixtimestamp should be a long type. this will create the correct Date based on the Unix epoch.</description>
      <pubDate>Wed, 06 Jan 2016 11:26:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219095#M14034</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-06T11:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: convert the unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219096#M14035</link>
      <description>Hey,
&lt;BR /&gt;Thanx for your reply but it doesnt seems to be working
&lt;BR /&gt;it giving type casting error
&lt;BR /&gt;Type Mismatch : Cannot convert from Long to Date
&lt;BR /&gt;Type Mismatch : Cannot convert from Date to Long
&lt;BR /&gt;My Source values are coming with Long Type and i put that logic you mentioned above in Target column and i give Date type to it
&lt;BR /&gt;Is it Right?</description>
      <pubDate>Wed, 06 Jan 2016 12:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219096#M14035</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-06T12:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: convert the unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219097#M14036</link>
      <description>Hey, 
&lt;BR /&gt;Thanx for your reply but it doesnt seems to be working 
&lt;BR /&gt;it giving type casting error 
&lt;BR /&gt;Type Mismatch : Cannot convert from Long to Date 
&lt;BR /&gt;Type Mismatch : Cannot convert from Date to Long 
&lt;BR /&gt;My Source values are coming with Long Type and i put that logic you mentioned above in Target column and i give Date type to it 
&lt;BR /&gt;Is it Right? 
&lt;BR /&gt;Kindly find the uploaded image of mytMap.... 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/312669/Millis_TO_Date_png123.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCtd.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150539iFD488905A14D7A2A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCtd.png" alt="0683p000009MCtd.png" /&gt;&lt;/span&gt;&lt;/A&gt; 
&lt;BR /&gt;If i put long type in the target also then job runs but it gives wrong values like 
&lt;BR /&gt;17-01-1970</description>
      <pubDate>Wed, 06 Jan 2016 12:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219097#M14036</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-06T12:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: convert the unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219098#M14037</link>
      <description>Hi All, 
&lt;BR /&gt;Thanx for your reply's&amp;nbsp; 
&lt;BR /&gt;Fortunately i have done it by 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/312669/Done_It.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCjU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131587i686B5318CAFAA2F8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCjU.png" alt="0683p000009MCjU.png" /&gt;&lt;/span&gt;&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/312669/Done_It2_20160106-1447.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCnd.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146482iBF579F66C99B9AC0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCnd.png" alt="0683p000009MCnd.png" /&gt;&lt;/span&gt; &lt;/A&gt;</description>
      <pubDate>Wed, 06 Jan 2016 13:48:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219098#M14037</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-06T13:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: convert the unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219099#M14038</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi,&lt;BR /&gt;Please try to use below expression in tMap:&lt;BR /&gt;new java.util.Date(row1.unixtimestamp)&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina&lt;BR /&gt;&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hello Sabrina, 
&lt;BR /&gt;Thanks for your prompt reply, 
&lt;BR /&gt;I tried using your logic it seems to be working for &amp;nbsp;ex-1298226724 
&lt;BR /&gt;but when i want to convert &amp;nbsp;unixtimestamp&amp;nbsp;1443696342801 into date with timestamp i am getting error :invalid error 
&lt;BR /&gt;please check below error 
&lt;BR /&gt;Starting job unix at 22:38 09/01/2016. 
&lt;BR /&gt; connecting to socket on port 3771 
&lt;BR /&gt; connected 
&lt;BR /&gt;Exception in component tOracleOutput_1 
&lt;BR /&gt;java.lang.IllegalArgumentException: Invalid year value 
&lt;BR /&gt;at oracle.sql.TIMESTAMP.getOracleYear(TIMESTAMP.java:786) 
&lt;BR /&gt;at oracle.sql.DATE.toBytes(DATE.java:634) 
&lt;BR /&gt;at oracle.sql.DATE.toBytes(DATE.java:521) 
&lt;BR /&gt;at oracle.sql.DATE.&amp;lt;init&amp;gt;(DATE.java:116) 
&lt;BR /&gt;at oracle.jdbc.driver.OraclePreparedStatement.setObjectCritical(OraclePreparedStatement.java:9325) 
&lt;BR /&gt;at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:8954) 
&lt;BR /&gt;at oracle.jdbc.driver.OraclePreparedStatement.setObject(OraclePreparedStatement.java:9548) 
&lt;BR /&gt;at oracle.jdbc.driver.OraclePreparedStatementWrapper.setObject(OraclePreparedStatementWrapper.java:249) 
&lt;BR /&gt;at local_project.unix_0_1.unix.tOracleInput_1Process(unix.java:799) 
&lt;BR /&gt;at local_project.unix_0_1.unix.runJobInTOS(unix.java:1236) 
&lt;BR /&gt;at local_project.unix_0_1.unix.main(unix.java:1093) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;Job unix ended at 22:38 09/01/2016. 
&lt;BR /&gt;for your reference i am attaching the unix epoch converter output 
&lt;BR /&gt; 
&lt;B&gt;10/1/2015, 1:45:42 PM&amp;nbsp;&lt;/B&gt; 
&lt;BR /&gt;i want the output as 10/1/2015, 13:45:42 in 24hrs clock 
&lt;BR /&gt;&amp;nbsp; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCqp.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136690i6A0E971408045F82/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCqp.png" alt="0683p000009MCqp.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 09 Jan 2016 19:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219099#M14038</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-09T19:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: convert the unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219100#M14039</link>
      <description>Hi Sabrina &amp;amp; All, 
&lt;BR /&gt;Kindly attention Please 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;.... 
&lt;BR /&gt;I have situation in one of ETL job. 
&lt;BR /&gt;i want to convert or remove special charterers from data 
&lt;BR /&gt;Please find Image attached, it has some special charecters and these may found in some of the data , 
&lt;BR /&gt;so how could we handle this by ETL. There is one column Replace_By which has values that have to replaced by there respective Special Characters. and that particular row which has that &amp;nbsp;Special Character mentioned there have to stored in other file/table/tlogrow. 
&lt;BR /&gt;Please revert if you have any query regarding this. 
&lt;BR /&gt;. 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/312669/SpecialChars.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCgD.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134426iDF512A631333F588/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCgD.png" alt="0683p000009MCgD.png" /&gt;&lt;/span&gt; &lt;/A&gt;&amp;nbsp;</description>
      <pubDate>Mon, 18 Jan 2016 14:04:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219100#M14039</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-18T14:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: convert the unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219101#M14040</link>
      <description>Hi Shri_Kul1,&lt;BR /&gt;Here is a &lt;A href="https://help.talend.com/search/all?query=tReplace&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tReplace&lt;/A&gt;&amp;nbsp;which carries out a Search &amp;amp; Replace operation in the input columns defined.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 19 Jan 2016 03:16:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219101#M14040</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-19T03:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: convert the unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219102#M14041</link>
      <description>Hi Sabrina 
&lt;BR /&gt;Thans for your suggestion , I have implemented it and its working fine 
&lt;BR /&gt;I am facing another problem now i.e. I want to apply the particular kind of logic on multiple columns present in source I am have already created a job like this 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCoF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149371i8F648C93349DF433/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCoF.png" alt="0683p000009MCoF.png" /&gt;&lt;/span&gt;What I want is to repeat the process for multiple columns as follows 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCti.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132274i87F46D75586D8CC0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCti.png" alt="0683p000009MCti.png" /&gt;&lt;/span&gt;can you please guide me regarding this.... 
&lt;BR /&gt;waiting for reply</description>
      <pubDate>Wed, 20 Jan 2016 08:04:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219102#M14041</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-20T08:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: convert the unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219103#M14042</link>
      <description>Hi All,&lt;BR /&gt;1 general Question,&lt;BR /&gt;What we can do at data warehouse side when we need to delete bunch of records.?&lt;BR /&gt;or for which things we should take care about before start delete records from data warehouse?&lt;BR /&gt;Except &lt;B&gt;Backup, &lt;/B&gt;is one of them&lt;B&gt;.&lt;/B&gt;&amp;nbsp;&lt;BR /&gt;- What are Best Practice ?&lt;BR /&gt;- Operations on DWH before start delete?</description>
      <pubDate>Fri, 05 Feb 2016 05:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219103#M14042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-05T05:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: convert the unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219104#M14043</link>
      <description>Hi Everybody,
&lt;BR /&gt;I need help from you,
&lt;BR /&gt;I am trying to implement an ETL job. I have REMARK column in target table which holds remarks for every column if that particular column failed at validation.&amp;nbsp;
&lt;BR /&gt;Ex - &amp;nbsp;Suppose that I Have ID column in source (Excel), it should hold only Numeric values but in case if it contains any character then that particular record should go under error table and Remark column hold remark that"ID should be Numeric."
&lt;BR /&gt;Like wise, i need to implement it for multiple columns &amp;amp; REMARK column should be updated for every column if they all got failed at validation.
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;like 
&lt;B&gt;Date Fields&lt;/B&gt;- Start_Date Should be less than End_Date.
&lt;BR /&gt;
&lt;B&gt;Description&lt;/B&gt; Field - Should contain only 1000 characters max to max.
&lt;BR /&gt;Any 
&lt;B&gt;Required (*)&lt;/B&gt; field should not be null.
&lt;BR /&gt;
&lt;B&gt;Boolean&lt;/B&gt; fields contain only TRUE &amp;amp; FALSE in capital form
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;, should not&amp;nbsp;contain&amp;nbsp;any 'Yes', 'No',123 or nul&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;&amp;nbsp;
&lt;BR /&gt;Waiting for positive reply..</description>
      <pubDate>Mon, 15 Feb 2016 12:47:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219104#M14043</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-15T12:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: convert the unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219105#M14044</link>
      <description>Hi Sabrina.. How are you?</description>
      <pubDate>Wed, 17 Feb 2016 09:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219105#M14044</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-17T09:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: convert the unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219106#M14045</link>
      <description>Hi All,&amp;nbsp; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCtn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145352i4B0F2533C192AE84/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCtn.png" alt="0683p000009MCtn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;I have done it after all, Please see image attached here and solution for it as follows- 
&lt;BR /&gt;1)Sort out data on the basis of EXPECTED &amp;amp; REJECTED records through your business rule like NAME should not be null if it is null then it should go under ERROR table. After that take 1 variable and put this logic - Source.triNameTX==null?"(triNameTX Should not be Null)":"" and use this variable in REMARK column of ERROR table. 
&lt;BR /&gt;2)START date should less that END date - Var2- (Source.triSTARTDA != null &amp;amp;&amp;amp; (Source.triSTARTDA.before(Source.triENDDA))) ||&amp;nbsp; 
&lt;BR /&gt;Source.triSTARTDA == null &amp;nbsp;(Boolean Type) 
&lt;BR /&gt;Var3 -(Source.triSTARTDA!= null &amp;amp;&amp;amp; (Source.triSTARTDA.after(Source.triENDDA)))||Source.triSTARTDA == null?"(triSTARTDA Should'nt be NUll or Less than triENDDA)":""&amp;nbsp; 
&lt;BR /&gt;3) Now, Concatenate Var.var1+Var.var2 and run your job &amp;amp; after completion of your job take look into REMARK column , you will see -(triNameTX Should not be Null)(triSTARTDA Should'nt be NUll or Less than triENDDA). 
&lt;BR /&gt;so like wise you can do it for many columns as per your Business Rule. 
&lt;BR /&gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCnT.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132073iCC1C3957FBDAFC95/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCnT.png" alt="0683p000009MCnT.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCts.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131245i01D975EEC9D1D2F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCts.png" alt="0683p000009MCts.png" /&gt;&lt;/span&gt;&amp;nbsp; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCfr.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152972iE437D359AA7855DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCfr.png" alt="0683p000009MCfr.png" /&gt;&lt;/span&gt;&amp;nbsp; 
&lt;BR /&gt;Rejected Output File.. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCtx.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143744i40E266352C5D626D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCtx.png" alt="0683p000009MCtx.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 18 Feb 2016 06:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219106#M14045</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-18T06:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: convert the unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219107#M14046</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I resolved to convert epoch time but it's giving me 1985-11-15 01:00:00 instead of 1985-11-15 00:00:00. The only difference is the hours.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be great if you can help me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sheetal&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 18:44:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219107#M14046</guid>
      <dc:creator>SJeshwani1618330394</dc:creator>
      <dc:date>2021-09-23T18:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: convert the unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219108#M14047</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Could you please let us know which value you are working with?&lt;/P&gt;&lt;P&gt;Is it in milliseconds?&lt;/P&gt;&lt;P&gt;You can use below mentioned function directly in tMap &lt;/P&gt;&lt;P&gt;(row1.epochtime == null || row1.epochtime =="") ? null : (new java.util.Date(Long.parseLong(row1.epochtime) * 1000) );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give us some Epoch time examples.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 02:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219108#M14047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-24T02:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: convert the unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219109#M14048</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The epoch value I am working on is: 500860800000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to use "yyyy-MM-dd HH:mm:ss.SSS" but it's still not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the function you have mentioned, but I am getting an error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sheetal&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 08:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219109#M14048</guid>
      <dc:creator>SJeshwani1618330394</dc:creator>
      <dc:date>2021-09-24T08:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: convert the unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219110#M14049</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;What's error are you getting? Are you still having trouble in "hours"  for your case?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Sun, 26 Sep 2021 02:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/convert-the-unix-timestamp/m-p/2219110#M14049</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-26T02:49:07Z</dc:date>
    </item>
  </channel>
</rss>

