<?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: How to transform the dynamic column before inserting it into desired target? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-transform-the-dynamic-column-before-inserting-it-into/m-p/2249279#M33871</link>
    <description>You can use tJavaFlex to work (using java code) on Dynamic fields.Good luck.&lt;BR /&gt;</description>
    <pubDate>Thu, 30 Aug 2018 15:33:30 GMT</pubDate>
    <dc:creator>fdenis</dc:creator>
    <dc:date>2018-08-30T15:33:30Z</dc:date>
    <item>
      <title>How to transform the dynamic column before inserting it into desired target?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-transform-the-dynamic-column-before-inserting-it-into/m-p/2249276#M33868</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm getting the data from source in dynamic column. Lets say 4 columns comes in it. So, I want to apply some transform over 2 columns&amp;nbsp;then send the data into&amp;nbsp;target/output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And want a dynamic solution for achieving this situation like columns will be created dynamically in target side.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest......&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:44:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-transform-the-dynamic-column-before-inserting-it-into/m-p/2249276#M33868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform the dynamic column before inserting it into desired target?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-transform-the-dynamic-column-before-inserting-it-into/m-p/2249277#M33869</link>
      <description>how do you identify columns to work on in dynamics?&lt;BR /&gt;if you have 4 columns why don't you get 4 columns?&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Aug 2018 10:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-transform-the-dynamic-column-before-inserting-it-into/m-p/2249277#M33869</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-08-30T10:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform the dynamic column before inserting it into desired target?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-transform-the-dynamic-column-before-inserting-it-into/m-p/2249278#M33870</link>
      <description>&lt;P&gt;Real time situation is like we are getting a file on daily basis and its structure is changing mostly on daily basis.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;EM&gt;For example, on day-1 we receive a file with 4 columns, on day-2 we receive a file with 6 columns(2 new columns added) similarly on day-3 we receive a file with 3 columns only(3 columns removed from file) so on......&lt;/EM&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So, how I can handle this situation dynamically so that my columns at target(AWS S3) side will get adjusted based on the source file. I don't want to pre-define any schema on both source and target side.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Also, can I also transform the columns that are coming in source file before sending them into target?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 13:57:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-transform-the-dynamic-column-before-inserting-it-into/m-p/2249278#M33870</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-30T13:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform the dynamic column before inserting it into desired target?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-transform-the-dynamic-column-before-inserting-it-into/m-p/2249279#M33871</link>
      <description>You can use tJavaFlex to work (using java code) on Dynamic fields.Good luck.&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Aug 2018 15:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-transform-the-dynamic-column-before-inserting-it-into/m-p/2249279#M33871</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-08-30T15:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform the dynamic column before inserting it into desired target?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-transform-the-dynamic-column-before-inserting-it-into/m-p/2249280#M33872</link>
      <description>Any help document or material available for using tjavaflex with an example?</description>
      <pubDate>Thu, 30 Aug 2018 19:27:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-transform-the-dynamic-column-before-inserting-it-into/m-p/2249280#M33872</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-30T19:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform the dynamic column before inserting it into desired target?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-transform-the-dynamic-column-before-inserting-it-into/m-p/2249281#M33873</link>
      <description>Instead of writing java code can i write s python code for transforming the columns ?</description>
      <pubDate>Thu, 30 Aug 2018 19:45:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-transform-the-dynamic-column-before-inserting-it-into/m-p/2249281#M33873</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-30T19:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform the dynamic column before inserting it into desired target?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-transform-the-dynamic-column-before-inserting-it-into/m-p/2249282#M33874</link>
      <description>no, Talent is a java code generator...</description>
      <pubDate>Fri, 31 Aug 2018 09:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-transform-the-dynamic-column-before-inserting-it-into/m-p/2249282#M33874</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-08-31T09:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform the dynamic column before inserting it into desired target?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-transform-the-dynamic-column-before-inserting-it-into/m-p/2249283#M33875</link>
      <description>int ncount=input_row.c.getColumnCount(); 
&lt;BR /&gt;DynamicMetadata column0=row1.c.getColumnMetadata(ncount-2); 
&lt;BR /&gt;DynamicMetadata column1=row1.c.getColumnMetadata(ncount-1); 
&lt;BR /&gt;System.out.println("The column name is:"+column0.getName()+" The length of column is: "+column0.getLength()+" The column Type is: "+column0.getType()); 
&lt;BR /&gt;System.out.println("The column name is:"+column1.getName()+" The length of column is: "+column1.getLength()+" The column Type is: "+column1.getType()); 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;it's a sample of code but usefull. 
&lt;BR /&gt;Thanks to 
&lt;A href="https://community.qlik.com/s/profile/00539000004XsnJAAS"&gt;@shong&lt;/A&gt;</description>
      <pubDate>Fri, 31 Aug 2018 09:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-transform-the-dynamic-column-before-inserting-it-into/m-p/2249283#M33875</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-08-31T09:28:03Z</dc:date>
    </item>
  </channel>
</rss>

