<?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: Remove Particular Column from Dynamic Schema and load it into snowflake in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Remove-Particular-Column-from-Dynamic-Schema-and-load-it-into/m-p/2283295#M57244</link>
    <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt;
&lt;P&gt;Actually i have a generic job which is loading multiple tables from different csv files and while loading i am using dynamic schema option but i dont want first column to be inserted in target table . I dont have option to load this file into stage table and then load it into target while not selecting that particular column. Is there any option in talend to remove first column while using dynamic schema in tfileinputdelimited component.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Oct 2019 13:51:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-10-08T13:51:51Z</dc:date>
    <item>
      <title>Remove Particular Column from Dynamic Schema and load it into snowflake</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Remove-Particular-Column-from-Dynamic-Schema-and-load-it-into/m-p/2283292#M57241</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have one scenario. I have to load data dynamically(with dynamic datatypes) from a delimited file to snowflake database. But while loading I have to remove particular column from file.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Ex- Source Column&lt;/P&gt; 
&lt;P&gt;Id,Name,Age,Address&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Target Column Should be&lt;/P&gt; 
&lt;P&gt;Name,Age,Address&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks in Advance..!!&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 17:56:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Remove-Particular-Column-from-Dynamic-Schema-and-load-it-into/m-p/2283292#M57241</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-07T17:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Particular Column from Dynamic Schema and load it into snowflake</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Remove-Particular-Column-from-Dynamic-Schema-and-load-it-into/m-p/2283293#M57242</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; The most easy way will be to first write the data to a temp table without ID column and then do lift and shift to target table based on your rule.&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;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 20:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Remove-Particular-Column-from-Dynamic-Schema-and-load-it-into/m-p/2283293#M57242</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-07T20:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Particular Column from Dynamic Schema and load it into snowflake</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Remove-Particular-Column-from-Dynamic-Schema-and-load-it-into/m-p/2283294#M57243</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;&amp;nbsp;yes this is correct&lt;BR /&gt;&lt;BR /&gt;After loading from file to db&lt;BR /&gt;Write a query select Name, Age, Address from Source table | Target table (use insert)&lt;BR /&gt;&lt;BR /&gt;Use one context file, write query in it like above along&amp;nbsp; with target table with any separator&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;query | table&lt;/P&gt; 
&lt;P&gt;you can also use to load multiple tables from file&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;file =&amp;gt; tflowiterate =&amp;gt; tdbinput =&amp;gt; tdboutput&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt; 
&lt;P&gt;Manish&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 02:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Remove-Particular-Column-from-Dynamic-Schema-and-load-it-into/m-p/2283294#M57243</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-08T02:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Particular Column from Dynamic Schema and load it into snowflake</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Remove-Particular-Column-from-Dynamic-Schema-and-load-it-into/m-p/2283295#M57244</link>
      <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt;
&lt;P&gt;Actually i have a generic job which is loading multiple tables from different csv files and while loading i am using dynamic schema option but i dont want first column to be inserted in target table . I dont have option to load this file into stage table and then load it into target while not selecting that particular column. Is there any option in talend to remove first column while using dynamic schema in tfileinputdelimited component.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 13:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Remove-Particular-Column-from-Dynamic-Schema-and-load-it-into/m-p/2283295#M57244</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-08T13:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Particular Column from Dynamic Schema and load it into snowflake</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Remove-Particular-Column-from-Dynamic-Schema-and-load-it-into/m-p/2283296#M57245</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQQ9AAO"&gt;@Sonalk2&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;You will have to write custom java code using Talend routines in your case as you are trying to create a Dynamic column and at the same time trying to trim the data.&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;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 23:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Remove-Particular-Column-from-Dynamic-Schema-and-load-it-into/m-p/2283296#M57245</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-10T23:05:24Z</dc:date>
    </item>
  </channel>
</rss>

