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: 
karthik_koneru
Contributor III
Contributor III

Database table polling in Talend

Hi,
I have a questions regarding database table polling in Talend. Do we have a specific component for this?
[list=*]

  • How to poll(for every 30 mins) for a new or changed record in table using talend. 

 

  • How to poll(for every 30 mins) entire table using talend. 



Thanks
KK

Labels (2)
2 Replies
Anonymous
Not applicable

The best method to be triggered on new records is CDC.
The only other possibility is to check for records with a last modified timestamp column. You have to memorize the highest time stamp you get and start with the where condition selecting the records younger than the last one. Actually not a big deal.
Anonymous
Not applicable

Build a dummy SOAP service to accept XML input and send an XML response.

can u please help me with step by step process.

i have used tesbrequest-tlogrow-tinputxml-textractxml-tesbresponse.Its not happening?

 

 

Thanks in Adavance