<?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: Dynamically drop fields from input to output in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-drop-fields-from-input-to-output/m-p/2252530#M36143</link>
    <description>&lt;P&gt;Yes there is no component to do so . Other way is to use Regex Pattern to remove a column value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step 1) Find index of&amp;nbsp; column needs to be removed&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step2) using below java pattern , remove column index found in step1 ( assuming input is comma separated)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;"^((\\w,){&lt;FONT face="lucida sans unicode,lucida sans" color="#FF0000"&gt;&lt;EM&gt;nth&lt;/EM&gt;&lt;/FONT&gt;})(?:\\w,)(.*)$"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attaching a sample job for you which could help.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lv1g"&gt;dsfhfdgk_0.1.zip&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LugY"&gt;in.csv&lt;/A&gt;</description>
    <pubDate>Thu, 11 Apr 2019 15:51:42 GMT</pubDate>
    <dc:creator>akumar2301</dc:creator>
    <dc:date>2019-04-11T15:51:42Z</dc:date>
    <item>
      <title>Dynamically drop fields from input to output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-drop-fields-from-input-to-output/m-p/2252528#M36141</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see below use case and let me know how we can implement?&lt;/P&gt;&lt;P&gt;INPUT&lt;/P&gt;&lt;P&gt;COL1 | COL2| COL3| COL4&lt;/P&gt;&lt;P&gt;I Want to drop anyone of the column at run time(accepting either through Context Or prompt) and pass other columns.&lt;/P&gt;&lt;P&gt;Lets say i decide to drop COL4 , then output should be&lt;/P&gt;&lt;P&gt;COL1|COL2|COL3&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 07:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-drop-fields-from-input-to-output/m-p/2252528#M36141</guid>
      <dc:creator>ankushd</dc:creator>
      <dc:date>2019-04-11T07:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically drop fields from input to output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-drop-fields-from-input-to-output/m-p/2252529#M36142</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You'll probably need to read the rows in with the full row component and manually split it apart and reconstruct it back into a single column and write out. It won't be pretty, but it will work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 09:03:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-drop-fields-from-input-to-output/m-p/2252529#M36142</guid>
      <dc:creator>David_Beaty</dc:creator>
      <dc:date>2019-04-11T09:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically drop fields from input to output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-drop-fields-from-input-to-output/m-p/2252530#M36143</link>
      <description>&lt;P&gt;Yes there is no component to do so . Other way is to use Regex Pattern to remove a column value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step 1) Find index of&amp;nbsp; column needs to be removed&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step2) using below java pattern , remove column index found in step1 ( assuming input is comma separated)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;"^((\\w,){&lt;FONT face="lucida sans unicode,lucida sans" color="#FF0000"&gt;&lt;EM&gt;nth&lt;/EM&gt;&lt;/FONT&gt;})(?:\\w,)(.*)$"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attaching a sample job for you which could help.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lv1g"&gt;dsfhfdgk_0.1.zip&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LugY"&gt;in.csv&lt;/A&gt;</description>
      <pubDate>Thu, 11 Apr 2019 15:51:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-drop-fields-from-input-to-output/m-p/2252530#M36143</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-04-11T15:51:42Z</dc:date>
    </item>
  </channel>
</rss>

