<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Extracting data from DB Table else keep on checking till we get records in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Extracting-data-from-DB-Table-else-keep-on-checking-till-we-get/m-p/2306115#M77694</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one scenario where I need to check the records present or not in the table so that to start the next job. If we get records from the query which I am using select * from table where = condition. then proceed further else keep on checking the records after some interval till we get the records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me with the job design. I know that we need to use mysqlinput component to check the data once but what components I can use for checking again and again the query to get the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 22:50:54 GMT</pubDate>
    <dc:creator>BA621858188</dc:creator>
    <dc:date>2024-11-15T22:50:54Z</dc:date>
    <item>
      <title>Extracting data from DB Table else keep on checking till we get records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extracting-data-from-DB-Table-else-keep-on-checking-till-we-get/m-p/2306115#M77694</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one scenario where I need to check the records present or not in the table so that to start the next job. If we get records from the query which I am using select * from table where = condition. then proceed further else keep on checking the records after some interval till we get the records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me with the job design. I know that we need to use mysqlinput component to check the data once but what components I can use for checking again and again the query to get the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:50:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extracting-data-from-DB-Table-else-keep-on-checking-till-we-get/m-p/2306115#M77694</guid>
      <dc:creator>BA621858188</dc:creator>
      <dc:date>2024-11-15T22:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting data from DB Table else keep on checking till we get records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extracting-data-from-DB-Table-else-keep-on-checking-till-we-get/m-p/2306116#M77695</link>
      <description>&lt;P&gt;Talend Jobs are meant to be batch and not real-time. How often do you want to check this query? Also, what type of Talend product are using? Are you using the paid version or the free version?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 23:45:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extracting-data-from-DB-Table-else-keep-on-checking-till-we-get/m-p/2306116#M77695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-08T23:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting data from DB Table else keep on checking till we get records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extracting-data-from-DB-Table-else-keep-on-checking-till-we-get/m-p/2306117#M77696</link>
      <description>&lt;P&gt;Hi @Richard Hall​&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply. I have to check for every 5 minutes for half an hr(30 mins) then will force completed the job. I am using Talend enterprise version(v7)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you tell me the job design which I should follow for the above scenario.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 05:25:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extracting-data-from-DB-Table-else-keep-on-checking-till-we-get/m-p/2306117#M77696</guid>
      <dc:creator>BA621858188</dc:creator>
      <dc:date>2022-06-09T05:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting data from DB Table else keep on checking till we get records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extracting-data-from-DB-Table-else-keep-on-checking-till-we-get/m-p/2306118#M77697</link>
      <description>&lt;P&gt;Do you have access to Talend ESB? With Talend ESB you can have a Route continually running and checking that query. When the query returns something, you can initiate a Talend job from the route to carry out the further processing. &lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 15:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extracting-data-from-DB-Table-else-keep-on-checking-till-we-get/m-p/2306118#M77697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-09T15:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting data from DB Table else keep on checking till we get records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extracting-data-from-DB-Table-else-keep-on-checking-till-we-get/m-p/2306119#M77698</link>
      <description>&lt;P&gt;Hi @Richard Hall​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we dont have Talend ESB. Is there any functionality in Talend Job itself. Kindly help.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 16:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extracting-data-from-DB-Table-else-keep-on-checking-till-we-get/m-p/2306119#M77698</guid>
      <dc:creator>BA621858188</dc:creator>
      <dc:date>2022-06-09T16:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting data from DB Table else keep on checking till we get records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extracting-data-from-DB-Table-else-keep-on-checking-till-we-get/m-p/2306120#M77699</link>
      <description>&lt;P&gt;It is a bad idea to have a job running continuously. So another way of doing this is to write a job to check the query and process the output if it is found. Then configure that job in TAC (On-Premises) or TMC to run every 5 minutes. &lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 16:07:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extracting-data-from-DB-Table-else-keep-on-checking-till-we-get/m-p/2306120#M77699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-09T16:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting data from DB Table else keep on checking till we get records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extracting-data-from-DB-Table-else-keep-on-checking-till-we-get/m-p/2306121#M77700</link>
      <description>&lt;P&gt;@Richard Hall​&amp;nbsp;In This can I use with loop components as I just want to check for 20-30 minutes only. If still didn't get records then I will just force complete the job.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 16:51:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extracting-data-from-DB-Table-else-keep-on-checking-till-we-get/m-p/2306121#M77700</guid>
      <dc:creator>BA621858188</dc:creator>
      <dc:date>2022-06-09T16:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting data from DB Table else keep on checking till we get records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extracting-data-from-DB-Table-else-keep-on-checking-till-we-get/m-p/2306122#M77701</link>
      <description>&lt;P&gt;You could set the tLoop logic to loop so many times and add a tSleep component to wait at the end of each attempt. So if you set the tSleep to wait 300 seconds and then limit the tLoop to 6 iterations, that would do it.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 21:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extracting-data-from-DB-Table-else-keep-on-checking-till-we-get/m-p/2306122#M77701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-09T21:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting data from DB Table else keep on checking till we get records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extracting-data-from-DB-Table-else-keep-on-checking-till-we-get/m-p/2306123#M77702</link>
      <description>&lt;P&gt;@Richard Hall​&amp;nbsp; Do you have any Job design where you have used tloop and tsleep components.&lt;/P&gt;&lt;P&gt;As per my understanding I need to use the above job design in a separate job. Correct me if I am wrong.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jun 2022 06:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extracting-data-from-DB-Table-else-keep-on-checking-till-we-get/m-p/2306123#M77702</guid>
      <dc:creator>BA621858188</dc:creator>
      <dc:date>2022-06-11T06:46:09Z</dc:date>
    </item>
  </channel>
</rss>

