<?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 Iterate a job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Iterate-a-job/m-p/2316308#M86870</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need to extract data from big query for last 2 years.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I populated a table with dates with last 2 years.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I want to read date from this table and get daily data from big query for last 2 years.&lt;/P&gt;&lt;P&gt;What would be the best way iterate this job?&lt;/P&gt;&lt;P&gt;PS. Table_date_range in big query failed because of too much data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 09:33:26 GMT</pubDate>
    <dc:creator>dwhdeveloper</dc:creator>
    <dc:date>2024-11-16T09:33:26Z</dc:date>
    <item>
      <title>Iterate a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-a-job/m-p/2316308#M86870</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need to extract data from big query for last 2 years.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I populated a table with dates with last 2 years.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I want to read date from this table and get daily data from big query for last 2 years.&lt;/P&gt;&lt;P&gt;What would be the best way iterate this job?&lt;/P&gt;&lt;P&gt;PS. Table_date_range in big query failed because of too much data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:33:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-a-job/m-p/2316308#M86870</guid>
      <dc:creator>dwhdeveloper</dc:creator>
      <dc:date>2024-11-16T09:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-a-job/m-p/2316309#M86871</link>
      <description>&lt;P&gt;Hi &lt;BR /&gt;If I understand your request well, you need to iterate each date and pass it to the query as a parameter to query only the data based on the current date.&lt;BR /&gt;Take a look at the tFlowToIterate component documentation and learn this component. eg:&lt;BR /&gt;Read date from data source--main(row1)--tFlowToIterate--iterate--&amp;gt;tBigQueryInput....&lt;BR /&gt;&lt;BR /&gt;on tBigQueryInput, you can access the current value of date_column with this expression:&lt;BR /&gt;(java.util.Date)globalMap.get("row1.date_column")&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Shong&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 04:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-a-job/m-p/2316309#M86871</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-07T04:34:05Z</dc:date>
    </item>
  </channel>
</rss>

