<?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: Providing Excel sheets and a connection string as inputs while Packagi in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Providing-Excel-sheets-and-a-connection-string-as-inputs-while/m-p/2363731#M127567</link>
    <description>How do I use context variables for DB connection and Excel inputs (location + file name) ?&lt;BR /&gt;Is there something wrong with my question or Talend is just not popular enough to solve doubts?</description>
    <pubDate>Mon, 02 Jun 2014 20:06:53 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2014-06-02T20:06:53Z</dc:date>
    <item>
      <title>Providing Excel sheets and a connection string as inputs while Packagi</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Providing-Excel-sheets-and-a-connection-string-as-inputs-while/m-p/2363730#M127566</link>
      <description>I have designed a job to copy Excel data to SQL tables (18 of them). Now I want to package it. Since I am new to this I don't know how to proceed. 
&lt;BR /&gt;I want to package it in a way that user can provide Excel input sheets and a connection string. And my executable file will copy data from this 'n' number of input sheets to the hard-coded tables. Now user might want to copy data from any number of tables. 
&lt;BR /&gt;My workflow is 
&lt;BR /&gt;Stored Procedure -&amp;gt; excel input -&amp;gt; tMap -&amp;gt; tMSSql 
&lt;BR /&gt; | 
&lt;BR /&gt; on sub job ok 
&lt;BR /&gt; | 
&lt;BR /&gt; excel input -&amp;gt; tMap -&amp;gt; tMSSql 
&lt;BR /&gt; | 
&lt;BR /&gt; on sub job ok 
&lt;BR /&gt; | 
&lt;BR /&gt; ...... 
&lt;BR /&gt; | 
&lt;BR /&gt; excel input -&amp;gt; tMap -&amp;gt; tMSSql 
&lt;BR /&gt;I want to know where and how to define these as input parameters? Or whatever the other way it works in Talend.</description>
      <pubDate>Mon, 02 Jun 2014 18:18:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Providing-Excel-sheets-and-a-connection-string-as-inputs-while/m-p/2363730#M127566</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-06-02T18:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Providing Excel sheets and a connection string as inputs while Packagi</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Providing-Excel-sheets-and-a-connection-string-as-inputs-while/m-p/2363731#M127567</link>
      <description>How do I use context variables for DB connection and Excel inputs (location + file name) ?&lt;BR /&gt;Is there something wrong with my question or Talend is just not popular enough to solve doubts?</description>
      <pubDate>Mon, 02 Jun 2014 20:06:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Providing-Excel-sheets-and-a-connection-string-as-inputs-while/m-p/2363731#M127567</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-06-02T20:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Providing Excel sheets and a connection string as inputs while Packagi</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Providing-Excel-sheets-and-a-connection-string-as-inputs-while/m-p/2363732#M127568</link>
      <description>I have taken a context variable named WorkbookPath. And provided it's default value as 'C:/Users/Administrator/Desktop/Workbook1.xlsx' (with out the comma).&lt;BR /&gt;So now all of my Excel inputs will have 'context.WorkbookPath' (with out the commas) written in it's 'File name/Stream' field? &lt;BR /&gt;And how do I provide my input the value to look for particular work sheet in that workbook?</description>
      <pubDate>Mon, 02 Jun 2014 20:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Providing-Excel-sheets-and-a-connection-string-as-inputs-while/m-p/2363732#M127568</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-06-02T20:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Providing Excel sheets and a connection string as inputs while Packagi</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Providing-Excel-sheets-and-a-connection-string-as-inputs-while/m-p/2363733#M127569</link>
      <description>Hi, &lt;BR /&gt;Your Excel sheets(18 of them) are same column structure/schema structure?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 03 Jun 2014 03:44:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Providing-Excel-sheets-and-a-connection-string-as-inputs-while/m-p/2363733#M127569</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-03T03:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Providing Excel sheets and a connection string as inputs while Packagi</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Providing-Excel-sheets-and-a-connection-string-as-inputs-while/m-p/2363734#M127570</link>
      <description>Hello,
&lt;BR /&gt;No, my sheets are of different structures.
&lt;BR /&gt;I have 1 excel workbook, which has 18 worksheets. I have been able to copy data from these 18 sheets to 18 tables with different schema. (Everything hard coded)
&lt;BR /&gt;Schema of my tables will remain same but my workbook location may change. For that I want to use context variables for Excel workbook location.
&lt;BR /&gt;I also want to use context variable to establish DB connection. (I am using SQL server 2008)
&lt;BR /&gt;Please guide me through these two tasks.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Yuvraj.</description>
      <pubDate>Tue, 03 Jun 2014 13:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Providing-Excel-sheets-and-a-connection-string-as-inputs-while/m-p/2363734#M127570</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-06-03T13:44:43Z</dc:date>
    </item>
  </channel>
</rss>

