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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Convert date to bigint

How do we convert Talend datetime to Integer

DECLARE @previous_timestamp bigint 

SET @previous_timestamp = Integer.ParseInt(" + TalendDate.formatDate("yyyy-MM-dd HH:mm:ss",(Date)globalMap.get("last_run_time")) + ") - 10000;

Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hi

Can you show an example? what's the source data? what are your expected result?

 

Regards

Shong