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: 
Anonymous
Not applicable

currenttimestamp in tLDAP Input

Hey,

I need to load only the identities which have been modified in the last 15 mins from AD.

I have connected Talend to local ApacheDS and trying out the filters in tLDAPInput.

 

"(&(cn=*)(modifyTimestamp>=20200508174843.000Z))" is working. I need to replace the date string with a "currenttimestamp - 15mins" function which LDAP understands.

 

Has anyone worked on this before? Please let me know!

 

 

Labels (2)
1 Reply
BhavikaW
Contributor III
Contributor III

Hello,

compute "currenttimestamp - 15mins" and store it in a global variable.Replace the date string with global variable value and try to see the results.

 

Regards,

Bhavika