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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

How to convert LDAP Account Expires value into Date format with TIS ?

hello,
I 've put Account Expires value from my AD into a varchar field in a sql server 2008 database (ODS)
I don't know how to convert this value to a date format?
Can someone help me ?
thanks in advance,
Christophe
-------------------
TIS 5.1.2
SQL SERVER 2008
Labels (2)
2 Replies
Anonymous
Not applicable

I guess you get this value as String?
In this case use TalendDate.parseDate(pattern, date) routine.
Anonymous
Not applicable

How can we do this ?

Thanks,