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: 
Carolus_Holman
Contributor II
Contributor II

Determining Format of Inbound Timestamp field - Data Model and Stewardship Campaign

Hi everyone, I am currently trying to get a correct Timestamp to show up on the Campaign Dashboard. I have determined that the inbound timestamp needs to be represented as a long datatype, and this needs to be converted to an EPOCH time from a traditional timestamp field. I am using PostgreSQL 10.7. When I extract the EPOCH time from the timestamp, then convert it back, I get the correct resulting timestamp, however when sending the EPOCH to the Data Stewardship campaign the result always comes back as some starting with 1970- .  

Labels (3)
1 Solution

Accepted Solutions
Carolus_Holman
Contributor II
Contributor II
Author

I figured out the Answer. Talend Expect a Long in Milliseconds. This should be in the documentation somewhere. Spent way to long on this issue.

View solution in original post

1 Reply
Carolus_Holman
Contributor II
Contributor II
Author

I figured out the Answer. Talend Expect a Long in Milliseconds. This should be in the documentation somewhere. Spent way to long on this issue.