<?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: Insert data from multiple Excel sheets with same structure to different tables in a single database in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Insert-data-from-multiple-Excel-sheets-with-same-structure-to/m-p/2197856#M1431</link>
    <description>&lt;P&gt;You could also use tFileInputExcel (check All sheets) -------&amp;gt;tIteratetoFlow (current Excel sheet) -----&amp;gt;tDBOutput (Use table name as the row link created between tIteratetoFlow and tDBOutput)&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jan 2019 03:44:04 GMT</pubDate>
    <dc:creator>dipanjan93</dc:creator>
    <dc:date>2019-01-18T03:44:04Z</dc:date>
    <item>
      <title>Insert data from multiple Excel sheets with same structure to different tables in a single database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-data-from-multiple-Excel-sheets-with-same-structure-to/m-p/2197854#M1429</link>
      <description>&lt;P&gt;I have a database with 3 tables that indicate different statuses&amp;nbsp;with the attributes:&amp;nbsp;id, created, status&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a single excel file with multiples tabs populated with data I will use to insert into my tables. So I already created an Excel metadata to select 3 sheets that are in the same format with the columns: key, created, id, status. I use Tmap to extract the columns I want to use and re-order them.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question is now, how can I read data from these 3 sheets (1 sheet at a time) and insert the data into the tables I specify, So something like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sheet1&amp;gt;Table1&lt;/P&gt;
&lt;P&gt;Sheet2&amp;gt;Table2&lt;/P&gt;
&lt;P&gt;Sheet3&amp;gt;Table2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sheet 1,2,3 have the exact same columns.&lt;/P&gt;
&lt;P&gt;Table 1,2,3 have the exact same attributes.&lt;/P&gt;
&lt;P&gt;I need to use tmap to reorder columns before I insert into database.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm new to Talend, so your help would be much appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 17:11:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-data-from-multiple-Excel-sheets-with-same-structure-to/m-p/2197854#M1429</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-16T17:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Insert data from multiple Excel sheets with same structure to different tables in a single database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-data-from-multiple-Excel-sheets-with-same-structure-to/m-p/2197855#M1430</link>
      <description>&lt;P&gt;&lt;BR /&gt;tfixedflowinput ( your sheet name and table name as data ) --&amp;gt; tflowtoitrate ( glob var will be created for sheet and table name automatically) --&amp;gt; tfileinputexcel ( in sheetname section add your globvar created for sheet name) --&amp;gt; tdboutput ( here tablename should be globvar created for table name)&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 17:54:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-data-from-multiple-Excel-sheets-with-same-structure-to/m-p/2197855#M1430</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-01-16T17:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Insert data from multiple Excel sheets with same structure to different tables in a single database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-data-from-multiple-Excel-sheets-with-same-structure-to/m-p/2197856#M1431</link>
      <description>&lt;P&gt;You could also use tFileInputExcel (check All sheets) -------&amp;gt;tIteratetoFlow (current Excel sheet) -----&amp;gt;tDBOutput (Use table name as the row link created between tIteratetoFlow and tDBOutput)&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 03:44:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-data-from-multiple-Excel-sheets-with-same-structure-to/m-p/2197856#M1431</guid>
      <dc:creator>dipanjan93</dc:creator>
      <dc:date>2019-01-18T03:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Insert data from multiple Excel sheets with same structure to different tables in a single database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-data-from-multiple-Excel-sheets-with-same-structure-to/m-p/2197857#M1432</link>
      <description>&lt;P&gt;thanks for your response. How can I set up tIteratetoFlow please? I just create something like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;fileinput(using metadata)-----&amp;gt;(iterate link)tIteratetoFlow------&amp;gt;tMap------&amp;gt;dbout&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also as I have 3 sheets in file input, from tmap to dbout do I have 3 links? One for each sheet to db table insertion?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 10:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-data-from-multiple-Excel-sheets-with-same-structure-to/m-p/2197857#M1432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-21T10:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Insert data from multiple Excel sheets with same structure to different tables in a single database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insert-data-from-multiple-Excel-sheets-with-same-structure-to/m-p/2197858#M1433</link>
      <description>&lt;P&gt;Inside tIteratetoFlow (after schema definition) use value for the column as the global variable of tFileInputExcel_Current_sheet&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Don't forget to give kudos if your issue is resolved!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 10:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insert-data-from-multiple-Excel-sheets-with-same-structure-to/m-p/2197858#M1433</guid>
      <dc:creator>dipanjan93</dc:creator>
      <dc:date>2019-01-22T10:44:43Z</dc:date>
    </item>
  </channel>
</rss>

