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: 
Karuetl
Creator II
Creator II

file to seconds format

In the file i have talktime as below and want it to convert into seconds and load into table 

0:01:09

Labels (2)
2 Replies
vapukov
Master II
Master II

Hi,

 

as a variant, you could use dateDiff

 

TalendDate.diffDate(TalendDate.parseDate("HH:mm:ss",row1.strTime),TalendDate.parseDate("HH:mm:ss","00:00:00"),"ss") 
Anonymous
Not applicable

@vapukov  yes this solution works