<?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: Different Sheets in Input in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Different-Sheets-in-Input/m-p/2317594#M88022</link>
    <description>Thanks, the use of 3 separated schemas is better to my issue, but will became a very embarassing job. but is the only way</description>
    <pubDate>Thu, 04 Jul 2019 13:15:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-07-04T13:15:20Z</dc:date>
    <item>
      <title>Different Sheets in Input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Different-Sheets-in-Input/m-p/2317592#M88020</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Im working on a input file XLSX that contains 3 Sheets with this stuff&lt;/P&gt; 
&lt;TABLE cellspacing="0" cellpadding="0" border="0"&gt; 
 &lt;TBODY&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;Name&lt;/TD&gt; 
   &lt;TD&gt;Age&lt;/TD&gt; 
   &lt;TD&gt;Work&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;Joao&lt;/TD&gt; 
   &lt;TD&gt;22&lt;/TD&gt; 
   &lt;TD&gt;IT&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;Pedro&lt;/TD&gt; 
   &lt;TD&gt;43&lt;/TD&gt; 
   &lt;TD&gt;Medical&lt;/TD&gt; 
  &lt;/TR&gt; 
 &lt;/TBODY&gt; 
&lt;/TABLE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;TABLE cellspacing="0" cellpadding="0" border="0"&gt; 
 &lt;TBODY&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;Name&lt;/TD&gt; 
   &lt;TD&gt;Married&lt;/TD&gt; 
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;Joana&lt;/TD&gt; 
   &lt;TD&gt;Y&lt;/TD&gt; 
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;Vanesa&lt;/TD&gt; 
   &lt;TD&gt;N&lt;/TD&gt; 
   &lt;TD&gt;&amp;nbsp;&lt;/TD&gt; 
  &lt;/TR&gt; 
 &lt;/TBODY&gt; 
&lt;/TABLE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;TABLE cellspacing="0" cellpadding="0" border="0"&gt; 
 &lt;TBODY&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;Name&lt;/TD&gt; 
   &lt;TD&gt;Car&lt;/TD&gt; 
   &lt;TD&gt;State&lt;/TD&gt; 
   &lt;TD&gt;Street&lt;/TD&gt; 
   &lt;TD&gt;Surname&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;Alex&lt;/TD&gt; 
   &lt;TD&gt;Ferrari&lt;/TD&gt; 
   &lt;TD&gt;A&lt;/TD&gt; 
   &lt;TD&gt;C&lt;/TD&gt; 
   &lt;TD&gt;Alex&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;John&lt;/TD&gt; 
   &lt;TD&gt;Corolla&lt;/TD&gt; 
   &lt;TD&gt;B&lt;/TD&gt; 
   &lt;TD&gt;D&lt;/TD&gt; 
   &lt;TD&gt;Jow&lt;/TD&gt; 
  &lt;/TR&gt; 
 &lt;/TBODY&gt; 
&lt;/TABLE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;To read all data i need 3 Metadata differents? or i can make a dynamic metadata to read these data?&lt;/P&gt; 
&lt;P&gt;Because if needed 3 metadata i have to insert 3 tFileInput with different metadata, and thats embarasing&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 17:41:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Different-Sheets-in-Input/m-p/2317592#M88020</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-03T17:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Different Sheets in Input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Different-Sheets-in-Input/m-p/2317593#M88021</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; In your case, its better to use 3 separate schemas to parse each sheet. You can use dynamic schema also but below are the limitations for it.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;&lt;P class="p"&gt;The dynamic column must be mapped on a one to one basis and cannot undergo any transformations.&lt;/P&gt;&lt;/LI&gt; 
 &lt;LI&gt;&lt;P class="p"&gt;The dynamic column cannot be used in filter expressions or in variables.&lt;/P&gt;&lt;/LI&gt; 
 &lt;LI&gt;&lt;P class="p"&gt;The dynamic column cannot be renamed in output tables and cannot be used as a join condition.&lt;/P&gt;&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2019 02:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Different-Sheets-in-Input/m-p/2317593#M88021</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-04T02:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Different Sheets in Input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Different-Sheets-in-Input/m-p/2317594#M88022</link>
      <description>Thanks, the use of 3 separated schemas is better to my issue, but will became a very embarassing job. but is the only way</description>
      <pubDate>Thu, 04 Jul 2019 13:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Different-Sheets-in-Input/m-p/2317594#M88022</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-04T13:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Different Sheets in Input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Different-Sheets-in-Input/m-p/2317595#M88023</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;There is nothing to be embarrassed about it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; For simple tasks, we need simple solutions. I don't think the need of dynamic schema is present in this use case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2019 14:09:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Different-Sheets-in-Input/m-p/2317595#M88023</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-04T14:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Different Sheets in Input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Different-Sheets-in-Input/m-p/2317596#M88024</link>
      <description>&lt;P&gt;Yes will be, its harder to explain my Currently Job.&lt;BR /&gt;&lt;BR /&gt;For u take a look better all these sheets was examples of data.&lt;BR /&gt;Because my data i think its protected, and i cant spread this out.&lt;BR /&gt;On my Input file i have like 8 Sheets containing differents schemas, and in the end all of them match to one output.&lt;BR /&gt;&lt;BR /&gt;The Output must be Name, Code, Attributes and IMG URL,&lt;BR /&gt;So if in Sheet one i have 3 Attributes (Color, Size, Age)&lt;BR /&gt;In Sheet two i can have (Color, Weight)&lt;BR /&gt;In Sheet three i can have (Weight, Size, Used for)&lt;/P&gt; 
&lt;P&gt;Remember the columns are example, each sheet has like 15-30 attributes&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Finally will have the Name of each product of every sheet shown in this way (Name, SKU, Attributes). And in attributes will merge these datas(Weight, Size, Age, Color, Used for) Which contains will have this attribute, whose not will be empty.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2019 14:58:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Different-Sheets-in-Input/m-p/2317596#M88024</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-04T14:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Different Sheets in Input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Different-Sheets-in-Input/m-p/2317597#M88025</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; This proves that you need to read sheet at column level quickly through various lookups and joins. So I would definitely go by normal approach of reading them as separate sheets and process them quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2019 15:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Different-Sheets-in-Input/m-p/2317597#M88025</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-04T15:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Different Sheets in Input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Different-Sheets-in-Input/m-p/2317598#M88026</link>
      <description>Yes, i know that. I was wondering if has a simple way without doing a insane job with 30 components
&lt;BR /&gt;HAHAHHA
&lt;BR /&gt;
&lt;BR /&gt;Thanks again for yor support</description>
      <pubDate>Thu, 04 Jul 2019 15:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Different-Sheets-in-Input/m-p/2317598#M88026</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-04T15:07:15Z</dc:date>
    </item>
  </channel>
</rss>

