<?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 get column name from dynamic data type which is defined in tMysqlInput? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-column-name-from-dynamic-data-type-which-is-defined/m-p/2226539#M18416</link>
    <description>&lt;P&gt;Also, my currently purpose is getting data from mysql (about rows size which I defined before) and then put it into dataset. The final flow is:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gola.PNG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6uz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156275i8847A40062C0FD34/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6uz.png" alt="0683p000009M6uz.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Could you please help me how can I transform it into dataset from tMysqlInput (which used my custom query)?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you and hope you have a happy day!&lt;/P&gt;</description>
    <pubDate>Thu, 05 Sep 2019 03:54:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-09-05T03:54:14Z</dc:date>
    <item>
      <title>How to get column name from dynamic data type which is defined in tMysqlInput?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-column-name-from-dynamic-data-type-which-is-defined/m-p/2226536#M18413</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I want to get all the column name which is defined on tMysqlInput component and the flow is contained in the picture below.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abc.PNG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6uL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128986i079E0CC978AADCC1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6uL.png" alt="0683p000009M6uL.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;- Inside the tMysqlInput, I defined the Query which related to context variables, so it will change sometimes I run it. So I defined the Schema which is "dynamic" type.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;- My target is getting all the column name with it's data in Mysql.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Who can help me for this case please!!!&lt;/P&gt; 
&lt;P&gt;Thank you guys!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:47:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-column-name-from-dynamic-data-type-which-is-defined/m-p/2226536#M18413</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to get column name from dynamic data type which is defined in tMysqlInput?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-column-name-from-dynamic-data-type-which-is-defined/m-p/2226537#M18414</link>
      <description>&lt;P&gt;Try this in your java row&lt;/P&gt;&lt;PRE&gt;Dynamic dyn = row1.dynamic_column_name;&lt;BR /&gt;Set&amp;lt;String&amp;gt; columns = dyn.getAllColumnNames();&lt;/PRE&gt;&lt;P&gt;If you want to loop through them all you can do something like&lt;/P&gt;&lt;PRE&gt;for(int i = 0; i &amp;lt; dyn.getColumnCount(); i++){
	DynamicMetadata meta = dyn.getColumnMetadata(i);
        String col_name = meta.getName();
}&lt;/PRE&gt;</description>
      <pubDate>Wed, 04 Sep 2019 14:02:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-column-name-from-dynamic-data-type-which-is-defined/m-p/2226537#M18414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-04T14:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to get column name from dynamic data type which is defined in tMysqlInput?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-column-name-from-dynamic-data-type-which-is-defined/m-p/2226538#M18415</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000005HwGQAA0"&gt;@evansdar&lt;/A&gt;&amp;nbsp;for your help. It worked perfectly!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 03:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-column-name-from-dynamic-data-type-which-is-defined/m-p/2226538#M18415</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-05T03:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to get column name from dynamic data type which is defined in tMysqlInput?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-column-name-from-dynamic-data-type-which-is-defined/m-p/2226539#M18416</link>
      <description>&lt;P&gt;Also, my currently purpose is getting data from mysql (about rows size which I defined before) and then put it into dataset. The final flow is:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gola.PNG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6uz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156275i8847A40062C0FD34/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6uz.png" alt="0683p000009M6uz.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Could you please help me how can I transform it into dataset from tMysqlInput (which used my custom query)?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you and hope you have a happy day!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 03:54:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-column-name-from-dynamic-data-type-which-is-defined/m-p/2226539#M18416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-05T03:54:14Z</dc:date>
    </item>
  </channel>
</rss>

