Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to convert the string Unix Timestamp to Oracle timestamp ( YYYY-MM-DD HH24:MI:SS)

Hi,

 

I have string Sent_time column( which is a Unix timestamp) coming from Rest Api data, i need to convert that string column into oracle timeStamp, that is (YYYY-MM-DD HH24:MI0683p000009M9p6.pngS) format. Please find the below image.

0683p000009M8Vj.png

 

I have tried using - TalendDate.parseDate("yyyyMMdd",row1.sent_time)  , but it got converted to some other date which is not the actual date.

 

Can anyone help me in this, please note -Sent_time is a String datatype column.

 

Thanks,

Abhishek

Labels (2)
1 Solution
1 Reply