<?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 Re: End To End Talend Job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/End-To-End-Talend-Job/m-p/2345851#M113324</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;You can first of all create metadata in Talend using one sample excel file which will have your final format of the columns.&lt;/P&gt; 
&lt;P&gt;Then u can use the tFileList component to iterate over the excel files one by one from a particular folder.(make sure your files have same name with difference in seq number or something else to define it as unique&lt;BR /&gt;example : Excel_1.xlsx,Excel_2.xlsx,Excel_3.xlsx,etc)&lt;/P&gt; 
&lt;P&gt;so that in tFileList you can give filemask as Excel_*.xlsx&lt;/P&gt; 
&lt;P&gt;In tMap you can enable the expression editor and can write the case statements as required to filter your data (ex : row1.gender == 'F'?'female':'male') like this&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;so your flow should be something like this&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;tFileList&amp;nbsp; ---&amp;gt; iterate ---&amp;gt; Excel_metadata_file ---&amp;gt; tMap ---&amp;gt; tDBOutput (staging table)&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jul 2018 10:10:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-11T10:10:06Z</dc:date>
    <item>
      <title>End To End Talend Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/End-To-End-Talend-Job/m-p/2345850#M113323</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am new to Talend and have very short time in developing jobs. My apologies for asking basic questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My requirement is&lt;/P&gt;
&lt;P&gt;1. To fetch data from excel files (might be 4 or more).&amp;nbsp; Please refer the attached file. The file have 438 columns. Is there any issue in having so many columns.&lt;/P&gt;
&lt;P&gt;2. First store all data in Staging table.&lt;/P&gt;
&lt;P&gt;3. Then do the&amp;nbsp; mapping and apply business rules. Post that load the data in respective tables.&lt;/P&gt;
&lt;P&gt;4. I am loading data in to OLTP table. The flat file have a Bordeaux ID and Transaction Type. I need to first check the ID and then load the data. How can I use case statement. If the loaded data is having issues then delete only those data which are specific to a Bordeaux ID. So do I need to introduce a Separate Key.&lt;/P&gt;
&lt;P&gt;5. I will receive many excel files so how can I automate I mean how can I trigger my job to load the file in staging table.&lt;/P&gt;
&lt;P&gt;6. How can I automate my entire job.&lt;BR /&gt;&lt;BR /&gt;Please guide me.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 09:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/End-To-End-Talend-Job/m-p/2345850#M113323</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-11T09:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: End To End Talend Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/End-To-End-Talend-Job/m-p/2345851#M113324</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;You can first of all create metadata in Talend using one sample excel file which will have your final format of the columns.&lt;/P&gt; 
&lt;P&gt;Then u can use the tFileList component to iterate over the excel files one by one from a particular folder.(make sure your files have same name with difference in seq number or something else to define it as unique&lt;BR /&gt;example : Excel_1.xlsx,Excel_2.xlsx,Excel_3.xlsx,etc)&lt;/P&gt; 
&lt;P&gt;so that in tFileList you can give filemask as Excel_*.xlsx&lt;/P&gt; 
&lt;P&gt;In tMap you can enable the expression editor and can write the case statements as required to filter your data (ex : row1.gender == 'F'?'female':'male') like this&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;so your flow should be something like this&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;tFileList&amp;nbsp; ---&amp;gt; iterate ---&amp;gt; Excel_metadata_file ---&amp;gt; tMap ---&amp;gt; tDBOutput (staging table)&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 10:10:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/End-To-End-Talend-Job/m-p/2345851#M113324</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-11T10:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: End To End Talend Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/End-To-End-Talend-Job/m-p/2345852#M113325</link>
      <description>&lt;P&gt;tfile_list -&amp;gt; iterate-&amp;gt;tfileinput_excel (use the current file option from tfile list and check the dynamic column,no need to define columns) -&amp;gt;tmap(&lt;SPAN&gt;In tMap you can enable the expression editor and can write the case statements as required to filter your data (ex : row1.gender == 'F'?'female':'male') like this) -&amp;gt;toracle output&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 13:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/End-To-End-Talend-Job/m-p/2345852#M113325</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-11T13:30:39Z</dc:date>
    </item>
  </channel>
</rss>

