<?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 Dynamic excel file as input for talend job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-excel-file-as-input-for-talend-job/m-p/2286355#M59977</link>
    <description>Hello, 
&lt;BR /&gt;I'm using Talend open Studio for big data, version:5.6.1 
&lt;BR /&gt;what I have to do is to give Talend an excel file everyday 2 weeks, with the same number of columns but with more data (rows), and I use the data inside of this excel sheet to feed a database. 
&lt;BR /&gt;is there a way to do this given that I will have to run the job through batch file? 
&lt;BR /&gt;thanks.</description>
    <pubDate>Wed, 11 Feb 2015 09:31:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-02-11T09:31:35Z</dc:date>
    <item>
      <title>Dynamic excel file as input for talend job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-excel-file-as-input-for-talend-job/m-p/2286355#M59977</link>
      <description>Hello, 
&lt;BR /&gt;I'm using Talend open Studio for big data, version:5.6.1 
&lt;BR /&gt;what I have to do is to give Talend an excel file everyday 2 weeks, with the same number of columns but with more data (rows), and I use the data inside of this excel sheet to feed a database. 
&lt;BR /&gt;is there a way to do this given that I will have to run the job through batch file? 
&lt;BR /&gt;thanks.</description>
      <pubDate>Wed, 11 Feb 2015 09:31:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-excel-file-as-input-for-talend-job/m-p/2286355#M59977</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-11T09:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic excel file as input for talend job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-excel-file-as-input-for-talend-job/m-p/2286356#M59978</link>
      <description>Yes, there is a way to pass Excel files dynamically. You will have to follow the below steps: 
&lt;BR /&gt;1. Create a Talend Job (Sample Job Name: ExcelToOracle) . 
&lt;BR /&gt;2. Pass the file name dynamically using "contexts" in the Talend tool itself. 
&lt;BR /&gt;3. Build this job and pass the jar file to Java project (Refer the link: help.talend.com/display/KB/Calling+a+Talend+Job+from+an+external+Java+application?focusedCommentId=203948387#comment-203948387). 
&lt;BR /&gt;3. Write a Java code to invoke this Talend job as follows: 
&lt;BR /&gt;public static void main(String[] args) throws Exception { 
&lt;BR /&gt;System.out.println("START"); 
&lt;BR /&gt;ExcelToOracle e = new ExcelToOracle(); 
&lt;BR /&gt;String [] context=new String []{"--context_param filePath="+"D:/ExcelInput.xls"}; 
&lt;BR /&gt;e.runJob(context); 
&lt;BR /&gt;System.out.println("COMPLETE"); 
&lt;BR /&gt;} 
&lt;BR /&gt;4. Put this Java code in a scheduler. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;Omkar V. Kulkarni.</description>
      <pubDate>Wed, 11 Feb 2015 14:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-excel-file-as-input-for-talend-job/m-p/2286356#M59978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-11T14:05:40Z</dc:date>
    </item>
  </channel>
</rss>

