<?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: Skip Excel columns in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Skip-Excel-columns/m-p/2290100#M63414</link>
    <description>Hi, 
&lt;BR /&gt;It is a good job. I'm here to share my demo job to you. My workflow is tFileInputexcel--&amp;gt;tFilterColumn--&amp;gt;tFileoutputExcel. see my screenshots 
&lt;BR /&gt;For more details, please see the component reference 
&lt;A href="https://help.talend.com/search/all?query=tFilterColumns&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tFilterColumns&lt;/A&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDHN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138581i9BA1BEA4754637C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDHN.png" alt="0683p000009MDHN.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDVL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138335i8C44CDED800168DC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDVL.png" alt="0683p000009MDVL.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Sat, 02 Mar 2013 09:35:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-03-02T09:35:54Z</dc:date>
    <item>
      <title>Skip Excel columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Skip-Excel-columns/m-p/2290098#M63412</link>
      <description>I have an excel input in which there are 8 columns. I want to create an output which has data from 1st, 7th &amp;amp; 8th column only. So can I achieve this in talend?
&lt;BR /&gt; I tried to use tInputExcel &amp;amp; then I edited the schema so that I kept only column number 1, 7 &amp;amp; 8. But when I ran the job, talend extracted data for columns 1,2 &amp;amp; 3 instead of 1,7 &amp;amp; 8. So is there any way to tell talend to skip column numbers 2 to 6?
&lt;BR /&gt; Thanks in advance.</description>
      <pubDate>Sat, 02 Mar 2013 09:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Skip-Excel-columns/m-p/2290098#M63412</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-02T09:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Excel columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Skip-Excel-columns/m-p/2290099#M63413</link>
      <description>I think I figured this out. I used tMap component in which I mapped only required columns. So basically my input has all 8 columns which goes to tMap &amp;amp; output from tMap has only 1, 7 &amp;amp; 8 columns. This worked fine. Thanks</description>
      <pubDate>Sat, 02 Mar 2013 09:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Skip-Excel-columns/m-p/2290099#M63413</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-02T09:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Excel columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Skip-Excel-columns/m-p/2290100#M63414</link>
      <description>Hi, 
&lt;BR /&gt;It is a good job. I'm here to share my demo job to you. My workflow is tFileInputexcel--&amp;gt;tFilterColumn--&amp;gt;tFileoutputExcel. see my screenshots 
&lt;BR /&gt;For more details, please see the component reference 
&lt;A href="https://help.talend.com/search/all?query=tFilterColumns&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tFilterColumns&lt;/A&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDHN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138581i9BA1BEA4754637C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDHN.png" alt="0683p000009MDHN.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDVL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138335i8C44CDED800168DC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDVL.png" alt="0683p000009MDVL.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 02 Mar 2013 09:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Skip-Excel-columns/m-p/2290100#M63414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-02T09:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Excel columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Skip-Excel-columns/m-p/2290101#M63415</link>
      <description>Yes, I think this is lot better than using tMap. tFilterColumns suits best for my requirement. So thanks for showing correct solution.</description>
      <pubDate>Sat, 02 Mar 2013 09:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Skip-Excel-columns/m-p/2290101#M63415</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-02T09:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Excel columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Skip-Excel-columns/m-p/2290102#M63416</link>
      <description>Hi venky_194, 
&lt;BR /&gt;We have promoted 
&lt;A href="https://help.talend.com?content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;Talend Help Center&lt;/A&gt; to community guests which provides a structured source of enriched information and knowledge, certified by Talend, where you can quickly and easily find out how to make best use of the full range of Talend products, hope it will be helpful for your further work.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 04 Mar 2013 02:39:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Skip-Excel-columns/m-p/2290102#M63416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-04T02:39:36Z</dc:date>
    </item>
  </channel>
</rss>

