<?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 list columns from table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-list-columns-from-table/m-p/2342319#M110195</link>
    <description>depending from what You really need, You always can request it self from database&lt;BR /&gt;for postgresql it will be :&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;SELECT&amp;nbsp;&lt;BR /&gt;	"column_name",&amp;nbsp;&lt;BR /&gt;	"udt_name"&lt;BR /&gt;FROM information_schema.columns&lt;BR /&gt;WHERE table_schema = 'your_schema'&lt;BR /&gt;&amp;nbsp; AND table_name &amp;nbsp; = 'your_table'&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;component - tPostgresqlRow&lt;BR /&gt;You can add some other columns if You need</description>
    <pubDate>Tue, 07 Mar 2017 01:29:17 GMT</pubDate>
    <dc:creator>vapukov</dc:creator>
    <dc:date>2017-03-07T01:29:17Z</dc:date>
    <item>
      <title>how to list columns from table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-list-columns-from-table/m-p/2342318#M110194</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I have requirement to list columns from table. Currently i am using tJDBCColumnList(DB Type : Postgresql) but it is not giving correct result.&lt;BR /&gt;For other DB Types its working well. Can you please help me with any other descriptor.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Prasoon&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 17:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-list-columns-from-table/m-p/2342318#M110194</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-06T17:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to list columns from table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-list-columns-from-table/m-p/2342319#M110195</link>
      <description>depending from what You really need, You always can request it self from database&lt;BR /&gt;for postgresql it will be :&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;SELECT&amp;nbsp;&lt;BR /&gt;	"column_name",&amp;nbsp;&lt;BR /&gt;	"udt_name"&lt;BR /&gt;FROM information_schema.columns&lt;BR /&gt;WHERE table_schema = 'your_schema'&lt;BR /&gt;&amp;nbsp; AND table_name &amp;nbsp; = 'your_table'&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;component - tPostgresqlRow&lt;BR /&gt;You can add some other columns if You need</description>
      <pubDate>Tue, 07 Mar 2017 01:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-list-columns-from-table/m-p/2342319#M110195</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-03-07T01:29:17Z</dc:date>
    </item>
  </channel>
</rss>

