<?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: Creating tables without double quotes around table and column names in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Creating-tables-without-double-quotes-around-table-and-column/m-p/2330999#M100026</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LNw2AAG"&gt;@cwurm&lt;/A&gt;: As this is an old post.... have you found any solution by now which&lt;SPAN&gt;&amp;nbsp;prevent Talend from generating code with double quotes? I am currently working on Talend 6.3.1&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Any suggestions would be very helpful.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Feb 2019 13:12:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-02-21T13:12:43Z</dc:date>
    <item>
      <title>Creating tables without double quotes around table and column names</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-tables-without-double-quotes-around-table-and-column/m-p/2330997#M100024</link>
      <description>I have a job that is writing data to a PostgreSQL database. In the tPostgresqlOutput components I have selected "Drop table if exists and create" as the "Action on table". 
&lt;BR /&gt;Unfortunately, this generates code like this: 
&lt;BR /&gt; 
&lt;PRE&gt;stmtCreate_tPostgresqlOutput_1&lt;BR /&gt; &amp;nbsp; .execute("CREATE TABLE \""&lt;BR /&gt; &amp;nbsp; &amp;nbsp;+ tableName_tPostgresqlOutput_1&lt;BR /&gt; &amp;nbsp; &amp;nbsp;+ "\"(\"rejectReason\" CHAR ,\"file\" VARCHAR&amp;nbsp; not null ,\"rowNumber\" INT4&amp;nbsp; not null ,\"Name_SalesRep\" VARCHAR(17)&amp;nbsp; )";&lt;/PRE&gt; 
&lt;BR /&gt;As PostgreSQL is case-sensitive regarding table and column names, I then have to use double quotes every time I access these tables, which is&amp;nbsp;1) annoying and 2) leads to problems in an application I use further on that has to work on this data. 
&lt;BR /&gt;Is there a way to prevent Talend from generating code with double quotes? 
&lt;BR /&gt; 
&lt;U&gt;I'm using:&lt;/U&gt; 
&lt;BR /&gt;Talend Open Studio for Data Integration 5.5.1.r118616 
&lt;BR /&gt;PostgreSQL 9.0.4 
&lt;BR /&gt;Both running on: Mac OS X 10.9.4</description>
      <pubDate>Tue, 26 Aug 2014 18:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-tables-without-double-quotes-around-table-and-column/m-p/2330997#M100024</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-26T18:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating tables without double quotes around table and column names</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-tables-without-double-quotes-around-table-and-column/m-p/2330998#M100025</link>
      <description>I know this behaviour and yes you are right, this is crap!&lt;BR /&gt;Actually I do not use this function because I prefer self written SQL DML statements. A couple of options of PostgreSQL is not available if you let the tPostgresqlOutput component create the table (e.g. enums or encoding settings).</description>
      <pubDate>Tue, 26 Aug 2014 22:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-tables-without-double-quotes-around-table-and-column/m-p/2330998#M100025</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-26T22:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Creating tables without double quotes around table and column names</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-tables-without-double-quotes-around-table-and-column/m-p/2330999#M100026</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LNw2AAG"&gt;@cwurm&lt;/A&gt;: As this is an old post.... have you found any solution by now which&lt;SPAN&gt;&amp;nbsp;prevent Talend from generating code with double quotes? I am currently working on Talend 6.3.1&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Any suggestions would be very helpful.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 13:12:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-tables-without-double-quotes-around-table-and-column/m-p/2330999#M100026</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-21T13:12:43Z</dc:date>
    </item>
  </channel>
</rss>

