<?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 Need Help with Talend Job Design and Development in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Need-Help-with-Talend-Job-Design-and-Development/m-p/2299061#M71452</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;Need help with below requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Develop Generic Talend Job which has to be executed for different  16 locations with source as .txt files from each of location and target to be loaded to Azure SQL server with 16 different databases corresponding to each database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Eg :  Locations - Atlanta,  Newyork,  Newjersey   source files available in respective shared path as below :-  &lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;For Atlanta :- &lt;/P&gt;&lt;P&gt;Atlanta1.txt, Atlanta2.txt, Atlanta3.txt, Atlanta4.txt,Atlanta5.txt&lt;/P&gt;&lt;P&gt;For Newyork :- Newyork1.txt, Newyork2.txt, Newyork3.txt, Newyork4.txt, Newyork5.txt&lt;/P&gt;&lt;P&gt;For Philadelphia :- Philadelphia1.txt, Philadelphia2.txt, Philadelphia3.txt, Philadelphia4.txt, Philadelphia5.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Target Azure SQL Server :- &lt;/B&gt;ABC.SQLSERVER.NET&lt;/P&gt;&lt;P&gt;&lt;B&gt;Databases: &lt;/B&gt;Atlanta , Newyork, Philadelphia&lt;/P&gt;&lt;P&gt;&lt;B&gt;Atlanta  Tables: &lt;/B&gt;Atlanta.dbo.AtlantaTable1; &lt;/P&gt;&lt;P&gt;Atlanta.dbo.AtlantaTable2; Atlanta.dbo.AtlantaTable3; Atlanta.dbo.AtlantaTable4; Atlanta.dbo.AtlantaTable5&lt;/P&gt;&lt;P&gt;&lt;B&gt;NewyorkTables: &lt;/B&gt;Newyork.dbo.&lt;/P&gt;&lt;P&gt;NewyorkT&lt;/P&gt;able1; &lt;P&gt;Newyork.dbo.NewyorkTable2; Newyork.dbo.NewyorkTable3; Newyork.dbo.NewyorkTable4; Newyork.dbo.NewyorkTable5&lt;/P&gt;&lt;P&gt;&lt;B&gt;PhiladelphiaTables: &lt;/B&gt;&lt;/P&gt;&lt;P&gt;Philadelphia.dbo.PhiladelphiaTable1; Philadelphia.dbo.PhiladelphiaTable2; Philadelphia.dbo.PhiladelphiaTable3; Philadelphia.dbo.PhiladelphiaTable4;Philadelphia.dbo.PhiladelphiaTable5;&lt;/P&gt;&lt;P&gt;                   &lt;/P&gt;&lt;P&gt;&lt;B&gt;Requirements:- &lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Design a generic job that can be run for all locations , customer does not want set of 16 different jobs to transfer every 10minutes  and other set of 16 different jobs for daily once frequency&lt;/P&gt;&lt;P&gt;2) Load each file into corresponding target table.&lt;/P&gt;&lt;P&gt;3) For all the sites , first three files will be loaded to the target at a frequency of every  10 minutes throughout the day and last  two files should be loaded once a day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I have created the job design by having two seperate configuration files  one for 10 minutes and other for once a day with below details, however i am struck at the point of not knowing how to dynamically pass the Location based 10minute config file and Location based 1 hour file at run time &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;U&gt;DAILY_10_MINUTE_CONFIG_FILE.txt&lt;/U&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;File_Name        TGT_DB_NAME           TGT_SCHEMA                    TGT_TABLE&lt;/P&gt;&lt;P&gt;Atlant1.txt           Atlanta                      dbo                                  Atlanta1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Atlant2.txt           Atlanta                      dbo                                  Atlanta2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Atlant3.txt           Atlanta                      dbo                                  Atlanta3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;U&gt;DAILY_ONCE_MINUTE_CONFIG_FILE.txt&lt;/U&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;File_Name        TGT_DB_NAME           TGT_SCHEMA                    TGT_TABLE&lt;/P&gt;&lt;P&gt;Atlant4.txt           Atlanta                      dbo                                  Atlanta4&lt;/P&gt;&lt;P&gt;Atlant5.txt           Atlanta                      dbo                                  Atlanta5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am seeking help if someone could share their valuable thoughts on how to dynamically pass the &lt;B&gt;DAILY_10_MINUTE_CONFIG_FILE.txt &lt;/B&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;B&gt;DAILY_ONCE_MINUTE_CONFIG_FILE.txt t&lt;/B&gt;&lt;P&gt;o the &lt;/P&gt;&lt;B&gt;generic job to perform above load&lt;/B&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE:- The job has to run in parallel for differnt sites for above configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Help would be greatly appreciated &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sthirunagari&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 22:58:40 GMT</pubDate>
    <dc:creator>SThirunagari</dc:creator>
    <dc:date>2024-11-15T22:58:40Z</dc:date>
    <item>
      <title>Need Help with Talend Job Design and Development</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-Help-with-Talend-Job-Design-and-Development/m-p/2299061#M71452</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;Need help with below requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Develop Generic Talend Job which has to be executed for different  16 locations with source as .txt files from each of location and target to be loaded to Azure SQL server with 16 different databases corresponding to each database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Eg :  Locations - Atlanta,  Newyork,  Newjersey   source files available in respective shared path as below :-  &lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;For Atlanta :- &lt;/P&gt;&lt;P&gt;Atlanta1.txt, Atlanta2.txt, Atlanta3.txt, Atlanta4.txt,Atlanta5.txt&lt;/P&gt;&lt;P&gt;For Newyork :- Newyork1.txt, Newyork2.txt, Newyork3.txt, Newyork4.txt, Newyork5.txt&lt;/P&gt;&lt;P&gt;For Philadelphia :- Philadelphia1.txt, Philadelphia2.txt, Philadelphia3.txt, Philadelphia4.txt, Philadelphia5.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Target Azure SQL Server :- &lt;/B&gt;ABC.SQLSERVER.NET&lt;/P&gt;&lt;P&gt;&lt;B&gt;Databases: &lt;/B&gt;Atlanta , Newyork, Philadelphia&lt;/P&gt;&lt;P&gt;&lt;B&gt;Atlanta  Tables: &lt;/B&gt;Atlanta.dbo.AtlantaTable1; &lt;/P&gt;&lt;P&gt;Atlanta.dbo.AtlantaTable2; Atlanta.dbo.AtlantaTable3; Atlanta.dbo.AtlantaTable4; Atlanta.dbo.AtlantaTable5&lt;/P&gt;&lt;P&gt;&lt;B&gt;NewyorkTables: &lt;/B&gt;Newyork.dbo.&lt;/P&gt;&lt;P&gt;NewyorkT&lt;/P&gt;able1; &lt;P&gt;Newyork.dbo.NewyorkTable2; Newyork.dbo.NewyorkTable3; Newyork.dbo.NewyorkTable4; Newyork.dbo.NewyorkTable5&lt;/P&gt;&lt;P&gt;&lt;B&gt;PhiladelphiaTables: &lt;/B&gt;&lt;/P&gt;&lt;P&gt;Philadelphia.dbo.PhiladelphiaTable1; Philadelphia.dbo.PhiladelphiaTable2; Philadelphia.dbo.PhiladelphiaTable3; Philadelphia.dbo.PhiladelphiaTable4;Philadelphia.dbo.PhiladelphiaTable5;&lt;/P&gt;&lt;P&gt;                   &lt;/P&gt;&lt;P&gt;&lt;B&gt;Requirements:- &lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Design a generic job that can be run for all locations , customer does not want set of 16 different jobs to transfer every 10minutes  and other set of 16 different jobs for daily once frequency&lt;/P&gt;&lt;P&gt;2) Load each file into corresponding target table.&lt;/P&gt;&lt;P&gt;3) For all the sites , first three files will be loaded to the target at a frequency of every  10 minutes throughout the day and last  two files should be loaded once a day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I have created the job design by having two seperate configuration files  one for 10 minutes and other for once a day with below details, however i am struck at the point of not knowing how to dynamically pass the Location based 10minute config file and Location based 1 hour file at run time &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;U&gt;DAILY_10_MINUTE_CONFIG_FILE.txt&lt;/U&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;File_Name        TGT_DB_NAME           TGT_SCHEMA                    TGT_TABLE&lt;/P&gt;&lt;P&gt;Atlant1.txt           Atlanta                      dbo                                  Atlanta1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Atlant2.txt           Atlanta                      dbo                                  Atlanta2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Atlant3.txt           Atlanta                      dbo                                  Atlanta3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;U&gt;DAILY_ONCE_MINUTE_CONFIG_FILE.txt&lt;/U&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;File_Name        TGT_DB_NAME           TGT_SCHEMA                    TGT_TABLE&lt;/P&gt;&lt;P&gt;Atlant4.txt           Atlanta                      dbo                                  Atlanta4&lt;/P&gt;&lt;P&gt;Atlant5.txt           Atlanta                      dbo                                  Atlanta5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am seeking help if someone could share their valuable thoughts on how to dynamically pass the &lt;B&gt;DAILY_10_MINUTE_CONFIG_FILE.txt &lt;/B&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;B&gt;DAILY_ONCE_MINUTE_CONFIG_FILE.txt t&lt;/B&gt;&lt;P&gt;o the &lt;/P&gt;&lt;B&gt;generic job to perform above load&lt;/B&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE:- The job has to run in parallel for differnt sites for above configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Help would be greatly appreciated &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sthirunagari&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-Help-with-Talend-Job-Design-and-Development/m-p/2299061#M71452</guid>
      <dc:creator>SThirunagari</dc:creator>
      <dc:date>2024-11-15T22:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Talend Job Design and Development</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-Help-with-Talend-Job-Design-and-Development/m-p/2299062#M71453</link>
      <description>&lt;P&gt;Hi, design a parent job wich read all locations and send informations to a child job wich be a generic job wich could run from each locations,&lt;/P&gt;&lt;P&gt;pass the param you want via context variable in the tRunJob component, you can use a tPartitionner an tCollector to run between 3 and 5 childs job in different threads in parallel.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 08:18:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-Help-with-Talend-Job-Design-and-Development/m-p/2299062#M71453</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-04-29T08:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Talend Job Design and Development</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-Help-with-Talend-Job-Design-and-Development/m-p/2299063#M71454</link>
      <description>&lt;P&gt;Hi gjeremy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thankyou for your response.  I have designed the job and currently testing. However when I build the job and try to run the job from commandline through the jobrun.sh script I am ending up with below issue while trying to unzip the build .zip file. any thoughts or directions for the below error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;error: invalid zip file with overlapped components (possible zip bomb). However the same job my colleague is able to build , unzip and run from commandprompt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sthirunagari&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 00:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-Help-with-Talend-Job-Design-and-Development/m-p/2299063#M71454</guid>
      <dc:creator>SThirunagari</dc:creator>
      <dc:date>2022-05-03T00:38:01Z</dc:date>
    </item>
  </channel>
</rss>

