<?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: Table Name in Snowflake with Uupper and lower cases in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Table-Name-in-Snowflake-with-Uupper-and-lower-cases/m-p/2546090#M149470</link>
    <description>&lt;P&gt;Hello &lt;SPAN style="background-color:rgb(255,255,255);color:rgb(46,46,46);font-size:13px;"&gt;Gabriel_Araya,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your patience,&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have checked internally with our team and got to know that in &lt;STRONG&gt;Talend Studio &lt;/STRONG&gt;&lt;A href="https://help.qlik.com/talend/en-US/components/8.0/db-generic/tdboutput" target="_blank"&gt;&lt;STRONG&gt;tDBOutput&lt;/STRONG&gt;&lt;/A&gt;, there is &lt;STRONG&gt;no reliable quoting string&lt;/STRONG&gt; you can put in the &lt;STRONG&gt;Table field&lt;/STRONG&gt; to target a &lt;STRONG&gt;case-sensitive&lt;/STRONG&gt; &lt;STRONG&gt;Snowflake&lt;/STRONG&gt; table like &lt;STRONG&gt;"Customers"&lt;/STRONG&gt;.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even if you use:&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;\"Customers\"&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Talend usually &lt;STRONG&gt;rewrites or uppercases&lt;/STRONG&gt; it, so it hits &lt;STRONG&gt;CUSTOMERS&lt;/STRONG&gt; instead.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have the &lt;STRONG&gt;best solution&lt;/STRONG&gt;, which is to &lt;STRONG&gt;rename the table&lt;/STRONG&gt; in Snowflake.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that is not helpful, then we recommend using a &lt;A href="https://help.qlik.com/talend/en-US/components/8.0/tmap" target="_blank"&gt;&lt;STRONG&gt;tMap&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; component&lt;/STRONG&gt; to explicitly &lt;STRONG&gt;map your input columns&lt;/STRONG&gt; to the corresponding Snowflake columns. The &lt;STRONG&gt;tMap&lt;/STRONG&gt; allows you to &lt;STRONG&gt;bridge the case-sensitivity gap&lt;/STRONG&gt; by directly mapping columns regardless of their capitalization differences. For example, you can map a &lt;STRONG&gt;lowercase column name&lt;/STRONG&gt; from your source to an &lt;STRONG&gt;uppercase column name&lt;/STRONG&gt; in Snowflake without having to modify either schema.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Apr 2026 16:11:30 GMT</pubDate>
    <dc:creator>Rahul_Kale</dc:creator>
    <dc:date>2026-04-02T16:11:30Z</dc:date>
    <item>
      <title>Table Name in Snowflake with Uupper and lower cases</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Table-Name-in-Snowflake-with-Uupper-and-lower-cases/m-p/2546009#M149464</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I have the following situation, my customer has a table in Snowflake called "Customers" ( with Upper and lower cases).&lt;/P&gt;&lt;P&gt;From Talend Studio using a tDBOutput in where I have all the settings that Snowflake needs for the connection I can't insert records in that table ..&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the field "Table" of Basic Settings I tested:&lt;/P&gt;&lt;P&gt;"Customers"&lt;/P&gt;&lt;P&gt;"CUSTOMERS"&lt;/P&gt;&lt;P&gt;"\"Customers""&lt;/P&gt;&lt;P&gt;\"Customers\"&lt;/P&gt;&lt;P&gt;and all the tests failed. So my question is: Are there any way to insert records in a Snowflake table in where the name has upper and lower cases? or just Talend Studio works with table name in upper cases.&lt;/P&gt;&lt;P&gt;Thanks in advanced,&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2026 22:48:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Table-Name-in-Snowflake-with-Uupper-and-lower-cases/m-p/2546009#M149464</guid>
      <dc:creator>Gabriel_Araya</dc:creator>
      <dc:date>2026-04-01T22:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Table Name in Snowflake with Uupper and lower cases</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Table-Name-in-Snowflake-with-Uupper-and-lower-cases/m-p/2546043#M149466</link>
      <description>&lt;P&gt;Hello Gabriel_Araya,&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the &lt;STRONG&gt;Qlik community&lt;/STRONG&gt;.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Snowflake automatically converts all object names&lt;/STRONG&gt; (including table and column names) to &lt;STRONG&gt;uppercase unless they are enclosed in double quotes&lt;/STRONG&gt;. When you have a table named &lt;STRONG&gt;"Customers"&lt;/STRONG&gt; with mixed case in Snowflake, you need to use the &lt;STRONG&gt;exact casing with proper quoting&lt;/STRONG&gt;.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The challenge you're facing is that &lt;STRONG&gt;Talend Studio's &lt;/STRONG&gt;&lt;A href="https://help.qlik.com/talend/en-US/components/8.0/db-generic/tdboutput" target="_blank"&gt;&lt;STRONG&gt;tDBOutput&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; component&lt;/STRONG&gt; handles column name mapping in a &lt;STRONG&gt;case-sensitive manner&lt;/STRONG&gt;. When Talend Studio reads schema information from Snowflake, &lt;STRONG&gt;all column names appear in uppercase&lt;/STRONG&gt; because that's how Snowflake stores them internally. This creates a &lt;STRONG&gt;mismatch between what Talend expects and what actually exists&lt;/STRONG&gt; in your mixed-case table.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To resolve this issue, we recommend using a &lt;A href="https://help.qlik.com/talend/en-US/components/8.0/tmap" target="_blank"&gt;&lt;STRONG&gt;tMap&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; component&lt;/STRONG&gt; to explicitly map your input columns to the corresponding Snowflake columns. The &lt;A href="https://help.qlik.com/talend/en-US/components/8.0/tmap" target="_blank"&gt;tMap&lt;/A&gt; allows you to &lt;STRONG&gt;bridge the case-sensitivity gap&lt;/STRONG&gt; by directly mapping columns regardless of their capitalisation differences. For example, you can map a &lt;STRONG&gt;lowercase column name from your source&lt;/STRONG&gt; to an &lt;STRONG&gt;uppercase column name in Snowflake&lt;/STRONG&gt; without having to modify either schema.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally, when working with &lt;A href="https://help.qlik.com/talend/en-US/components/8.0/snowflake/tsnowflakeconnection-tsnowflakerow-tsalesforceconnection-writing-data-into-and-reading-data-from-snowflake-table-standard-component" target="_blank"&gt;Snowflake in Talend Studio&lt;/A&gt;, it's generally &lt;STRONG&gt;best practice to use uppercase naming conventions&lt;/STRONG&gt; for tables and columns to avoid these complications, as Snowflake's &lt;STRONG&gt;default behaviour is to convert everything to uppercase anyway&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2026 12:39:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Table-Name-in-Snowflake-with-Uupper-and-lower-cases/m-p/2546043#M149466</guid>
      <dc:creator>Rahul_Kale</dc:creator>
      <dc:date>2026-04-02T12:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table Name in Snowflake with Uupper and lower cases</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Table-Name-in-Snowflake-with-Uupper-and-lower-cases/m-p/2546071#M149468</link>
      <description>&lt;P&gt;Hi Rahul_Kale,&lt;/P&gt;&lt;P&gt;Thanks a lot for your reply, I have 2 scenarios for my tests. In the first one, the table name is CUSTOMERS and in the second one is Customers both have the same schema. I don't have problems with the columns names. As you mentioned, to create the table Customers I needed to enclosed in double quotes the table name.&lt;/P&gt;&lt;P&gt;But, mi challenge is: What should be the proper quoting in the field TABLE in Basic settings tab for a tDBOutput component? If I use Customers or CUSTOMERS enclosed in double quotes I don't have problems, the records are added to the CUSTOMERS Snowflake table, but what should be the correct combination of quotes for Customers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2026 14:33:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Table-Name-in-Snowflake-with-Uupper-and-lower-cases/m-p/2546071#M149468</guid>
      <dc:creator>Gabriel_Araya</dc:creator>
      <dc:date>2026-04-02T14:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Table Name in Snowflake with Uupper and lower cases</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Table-Name-in-Snowflake-with-Uupper-and-lower-cases/m-p/2546090#M149470</link>
      <description>&lt;P&gt;Hello &lt;SPAN style="background-color:rgb(255,255,255);color:rgb(46,46,46);font-size:13px;"&gt;Gabriel_Araya,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your patience,&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have checked internally with our team and got to know that in &lt;STRONG&gt;Talend Studio &lt;/STRONG&gt;&lt;A href="https://help.qlik.com/talend/en-US/components/8.0/db-generic/tdboutput" target="_blank"&gt;&lt;STRONG&gt;tDBOutput&lt;/STRONG&gt;&lt;/A&gt;, there is &lt;STRONG&gt;no reliable quoting string&lt;/STRONG&gt; you can put in the &lt;STRONG&gt;Table field&lt;/STRONG&gt; to target a &lt;STRONG&gt;case-sensitive&lt;/STRONG&gt; &lt;STRONG&gt;Snowflake&lt;/STRONG&gt; table like &lt;STRONG&gt;"Customers"&lt;/STRONG&gt;.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even if you use:&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;\"Customers\"&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Talend usually &lt;STRONG&gt;rewrites or uppercases&lt;/STRONG&gt; it, so it hits &lt;STRONG&gt;CUSTOMERS&lt;/STRONG&gt; instead.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have the &lt;STRONG&gt;best solution&lt;/STRONG&gt;, which is to &lt;STRONG&gt;rename the table&lt;/STRONG&gt; in Snowflake.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that is not helpful, then we recommend using a &lt;A href="https://help.qlik.com/talend/en-US/components/8.0/tmap" target="_blank"&gt;&lt;STRONG&gt;tMap&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; component&lt;/STRONG&gt; to explicitly &lt;STRONG&gt;map your input columns&lt;/STRONG&gt; to the corresponding Snowflake columns. The &lt;STRONG&gt;tMap&lt;/STRONG&gt; allows you to &lt;STRONG&gt;bridge the case-sensitivity gap&lt;/STRONG&gt; by directly mapping columns regardless of their capitalization differences. For example, you can map a &lt;STRONG&gt;lowercase column name&lt;/STRONG&gt; from your source to an &lt;STRONG&gt;uppercase column name&lt;/STRONG&gt; in Snowflake without having to modify either schema.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2026 16:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Table-Name-in-Snowflake-with-Uupper-and-lower-cases/m-p/2546090#M149470</guid>
      <dc:creator>Rahul_Kale</dc:creator>
      <dc:date>2026-04-02T16:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Table Name in Snowflake with Uupper and lower cases</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Table-Name-in-Snowflake-with-Uupper-and-lower-cases/m-p/2546997#M149500</link>
      <description>&lt;P&gt;Hi Rahul .. I was doing many test and found that there is a flag that I need to have uncheck.&lt;/P&gt;&lt;P&gt;In Advanced Settings the box is called: "Allow Snowflake to convert columns and tables to uppercase", this option is checked by default and I need to have unchecked.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 14:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Table-Name-in-Snowflake-with-Uupper-and-lower-cases/m-p/2546997#M149500</guid>
      <dc:creator>Gabriel_Araya</dc:creator>
      <dc:date>2026-04-15T14:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table Name in Snowflake with Uupper and lower cases</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Table-Name-in-Snowflake-with-Uupper-and-lower-cases/m-p/2547206#M149506</link>
      <description>&lt;P&gt;Hello Gabriel_Araya,&lt;BR /&gt;&lt;BR /&gt;Thanks for digging into this and updating us.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 17:40:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Table-Name-in-Snowflake-with-Uupper-and-lower-cases/m-p/2547206#M149506</guid>
      <dc:creator>Rahul_Kale</dc:creator>
      <dc:date>2026-04-17T17:40:04Z</dc:date>
    </item>
  </channel>
</rss>

