<?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 Transferring data from multiple sheets excel file to multiple tables in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Transferring-data-from-multiple-sheets-excel-file-to-multiple/m-p/2356841#M122276</link>
    <description>I want to transfer data from Excel to SQL. My Excel worksheet has 20 different sheets having data to be copied in 20 different tables.&lt;BR /&gt;I want to create a single job to perform this task in a step by step manner.&lt;BR /&gt;My tables have dependencies so it is very important to copy data to these tables in a specific order.&lt;BR /&gt;I want to have 20 steps in a single job.&lt;BR /&gt;Any help (online source / video) regarding how to go about this task would be appreciated.</description>
    <pubDate>Tue, 27 May 2014 18:26:58 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2014-05-27T18:26:58Z</dc:date>
    <item>
      <title>Transferring data from multiple sheets excel file to multiple tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transferring-data-from-multiple-sheets-excel-file-to-multiple/m-p/2356841#M122276</link>
      <description>I want to transfer data from Excel to SQL. My Excel worksheet has 20 different sheets having data to be copied in 20 different tables.&lt;BR /&gt;I want to create a single job to perform this task in a step by step manner.&lt;BR /&gt;My tables have dependencies so it is very important to copy data to these tables in a specific order.&lt;BR /&gt;I want to have 20 steps in a single job.&lt;BR /&gt;Any help (online source / video) regarding how to go about this task would be appreciated.</description>
      <pubDate>Tue, 27 May 2014 18:26:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transferring-data-from-multiple-sheets-excel-file-to-multiple/m-p/2356841#M122276</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-05-27T18:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Transferring data from multiple sheets excel file to multiple tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transferring-data-from-multiple-sheets-excel-file-to-multiple/m-p/2356842#M122277</link>
      <description>This is indeed a very simple task.
&lt;BR /&gt;You have to create as much as you have sheets these kind of subjobs:
&lt;BR /&gt;tFileInputExcel --&amp;gt; tOracleOutput
&lt;BR /&gt;You question sounds like you do not have invested not so much time to learn the tool yet. 
&lt;BR /&gt;I have never seen a tool what does not depend on an amount of time to learn it.
&lt;BR /&gt;I suggest you start with a single sheet and a single table if you got it you could reproduce it for all of your sheets and tables.</description>
      <pubDate>Tue, 27 May 2014 20:55:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transferring-data-from-multiple-sheets-excel-file-to-multiple/m-p/2356842#M122277</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-27T20:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Transferring data from multiple sheets excel file to multiple tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transferring-data-from-multiple-sheets-excel-file-to-multiple/m-p/2356843#M122278</link>
      <description>May be my question was missing the proper details.&lt;BR /&gt;I have started with the single sheet. But with the multiple sheets I needed to maintain the order in which I copy the data as tables were related.&lt;BR /&gt;I have managed to do that. I have used trigger -&amp;gt; OnComponentOk from the first table's output to the second table's input. And so on.&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 27 May 2014 21:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transferring-data-from-multiple-sheets-excel-file-to-multiple/m-p/2356843#M122278</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-05-27T21:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Transferring data from multiple sheets excel file to multiple tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transferring-data-from-multiple-sheets-excel-file-to-multiple/m-p/2356844#M122279</link>
      <description>I would recommend to use OnSubJobOk link from input component of your first table data transfer. This will ensure that table data load is executed after completion of first table data load.&lt;BR /&gt;Thanks&lt;BR /&gt;Vaibhav</description>
      <pubDate>Wed, 28 May 2014 05:43:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transferring-data-from-multiple-sheets-excel-file-to-multiple/m-p/2356844#M122279</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-28T05:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Transferring data from multiple sheets excel file to multiple tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transferring-data-from-multiple-sheets-excel-file-to-multiple/m-p/2356845#M122280</link>
      <description>Hi Yuvraj Solanki,
&lt;BR /&gt;Please have a look at KB article about 
&lt;A href="https://help.talend.com/pages/viewpage.action?pageId=5671297" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:What is the difference between OnSubjobOK and OnComponentOK?&lt;/A&gt;?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 28 May 2014 08:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transferring-data-from-multiple-sheets-excel-file-to-multiple/m-p/2356845#M122280</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-28T08:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Transferring data from multiple sheets excel file to multiple tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transferring-data-from-multiple-sheets-excel-file-to-multiple/m-p/2356846#M122281</link>
      <description>you have to design job like below to solve this issue. 
&lt;BR /&gt;openDbconnection---oncomponentOk----tFileInputExcel(sheet 1)------tSQlOuput 
&lt;BR /&gt;and add rest of sub jobs using subjobok link. refer image for more details. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEHl.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143608i59137E29916F5CEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEHl.png" alt="0683p000009MEHl.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 28 May 2014 09:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transferring-data-from-multiple-sheets-excel-file-to-multiple/m-p/2356846#M122281</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-28T09:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Transferring data from multiple sheets excel file to multiple tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transferring-data-from-multiple-sheets-excel-file-to-multiple/m-p/2356847#M122282</link>
      <description>Thanks for replies.
&lt;BR /&gt;I got the difference between OnComponentOk and OnSubJobOk.
&lt;BR /&gt;I think any approach will work in my case but with your views I learned the better approach to design my job.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;- Yuvraj.</description>
      <pubDate>Wed, 28 May 2014 14:10:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transferring-data-from-multiple-sheets-excel-file-to-multiple/m-p/2356847#M122282</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-05-28T14:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Transferring data from multiple sheets excel file to multiple tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transferring-data-from-multiple-sheets-excel-file-to-multiple/m-p/2356848#M122283</link>
      <description>Hi Yuvraj Solanki, 
&lt;BR /&gt;Great you can get more from this use case. Shall we mark this topic as "resolved" so that other community users will be informed that this thread has been resolved. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 29 May 2014 08:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transferring-data-from-multiple-sheets-excel-file-to-multiple/m-p/2356848#M122283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-29T08:44:18Z</dc:date>
    </item>
  </channel>
</rss>

