<?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 get name column in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/get-name-column/m-p/2307072#M78548</link>
    <description>hello 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;(sorry my english is not perfect........I still learning) 
&lt;BR /&gt;can I get the name of a some columns instead data in a tmap? 
&lt;BR /&gt;I need this name to find this in other table(validation table) and get the values max and min and compare (validate) the data of this field.. 
&lt;BR /&gt;or... 
&lt;BR /&gt;how can I make a query in a function (in ROUTINES) with two parameters, to use this VAR space on a tmap, and this to return the MAX value or MIN value that I need? 
&lt;BR /&gt; 
&lt;BR /&gt;regards 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Sat, 16 Nov 2024 13:57:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:57:08Z</dc:date>
    <item>
      <title>get name column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/get-name-column/m-p/2307072#M78548</link>
      <description>hello 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;(sorry my english is not perfect........I still learning) 
&lt;BR /&gt;can I get the name of a some columns instead data in a tmap? 
&lt;BR /&gt;I need this name to find this in other table(validation table) and get the values max and min and compare (validate) the data of this field.. 
&lt;BR /&gt;or... 
&lt;BR /&gt;how can I make a query in a function (in ROUTINES) with two parameters, to use this VAR space on a tmap, and this to return the MAX value or MIN value that I need? 
&lt;BR /&gt; 
&lt;BR /&gt;regards 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 16 Nov 2024 13:57:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/get-name-column/m-p/2307072#M78548</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: get name column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/get-name-column/m-p/2307073#M78549</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;can I get the name of a some columns instead data in a tmap?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;See the related 6441. 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;how can I make a query in a function (in ROUTINES) with two parameters, to use this VAR space on a tmap, and this to return the MAX value or MIN value that I need?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;You don't need to use Var space, 
&lt;BR /&gt;assuming your job like: tFileInputDelimited--row1--&amp;gt;tMap---&amp;gt;tMysqlOutput, type in the following code in the expression field of output column: 
&lt;BR /&gt; 
&lt;PRE&gt;RoutineName.methodName(row1.param1, row1.param2)&lt;/PRE&gt; 
&lt;BR /&gt;Feel free to post your questions on forum! 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Tue, 19 May 2009 02:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/get-name-column/m-p/2307073#M78549</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-19T02:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: get name column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/get-name-column/m-p/2307074#M78550</link>
      <description>mucho thanks 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; ............... 
&lt;BR /&gt;now I have another question............... how do I get the name, or reason of why it was rejected and save this, in a filed in my rejected table.......because there are a lot of fields, and I want to get the error field...... 
&lt;BR /&gt;regards.....</description>
      <pubDate>Wed, 20 May 2009 22:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/get-name-column/m-p/2307074#M78550</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-20T22:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: get name column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/get-name-column/m-p/2307075#M78551</link>
      <description>Hi Shong, 
&lt;BR /&gt;What about column length. How to retrieve column length?
&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Thu, 13 Dec 2012 04:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/get-name-column/m-p/2307075#M78551</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-13T04:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: get name column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/get-name-column/m-p/2307076#M78552</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi Shong, &lt;BR /&gt;What about column length. How to retrieve column length?&lt;BR /&gt;Thanks in advance.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Hi
&lt;BR /&gt;Why would you like to retrieve the column length? Can you explain a bit for your request?
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 14 Dec 2012 04:30:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/get-name-column/m-p/2307076#M78552</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-14T04:30:40Z</dc:date>
    </item>
  </channel>
</rss>

