<?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 Special Character un database column in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Special-Character-un-database-column/m-p/2535193#M148154</link>
    <description>&lt;P&gt;Hello Everyone,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I'm trying to insert data in table which some of column names contains this character £.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;I get this error :&amp;nbsp;&lt;/P&gt;
&lt;DIV style="background-color: #ffffff; padding: 0px 0px 0px 0px;"&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: 'courier'; font-size: 10pt; white-space: pre;"&gt;
&lt;P style="margin: 0;"&gt;&lt;SPAN&gt;Exception in component tDBOutput_1 (JOB_NAME)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;SPAN&gt;java.sql.SQLException: [SQL0104] El{ment syntaxique £ n'est pas correct. El{ments possibles : ) ,.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;Im using AS400 database &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;I activated Allow specific characters (UTF8,...) in &lt;SPAN class="ph uicontrol"&gt;File&lt;/SPAN&gt;&lt;ABBR&gt;&amp;nbsp;&amp;gt;&amp;nbsp;&lt;/ABBR&gt;&lt;SPAN class="ph uicontrol"&gt;Edit Project properties but it didn't work.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;SPAN&gt;&lt;SPAN class="ph uicontrol"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Can someone help please ???&lt;/FONT&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 04 Nov 2025 09:30:30 GMT</pubDate>
    <dc:creator>NH_Talend</dc:creator>
    <dc:date>2025-11-04T09:30:30Z</dc:date>
    <item>
      <title>Special Character un database column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Special-Character-un-database-column/m-p/2535193#M148154</link>
      <description>&lt;P&gt;Hello Everyone,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I'm trying to insert data in table which some of column names contains this character £.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;I get this error :&amp;nbsp;&lt;/P&gt;
&lt;DIV style="background-color: #ffffff; padding: 0px 0px 0px 0px;"&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: 'courier'; font-size: 10pt; white-space: pre;"&gt;
&lt;P style="margin: 0;"&gt;&lt;SPAN&gt;Exception in component tDBOutput_1 (JOB_NAME)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;SPAN&gt;java.sql.SQLException: [SQL0104] El{ment syntaxique £ n'est pas correct. El{ments possibles : ) ,.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;Im using AS400 database &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;I activated Allow specific characters (UTF8,...) in &lt;SPAN class="ph uicontrol"&gt;File&lt;/SPAN&gt;&lt;ABBR&gt;&amp;nbsp;&amp;gt;&amp;nbsp;&lt;/ABBR&gt;&lt;SPAN class="ph uicontrol"&gt;Edit Project properties but it didn't work.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;SPAN&gt;&lt;SPAN class="ph uicontrol"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Can someone help please ???&lt;/FONT&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Nov 2025 09:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Special-Character-un-database-column/m-p/2535193#M148154</guid>
      <dc:creator>NH_Talend</dc:creator>
      <dc:date>2025-11-04T09:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Special Character un database column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Special-Character-un-database-column/m-p/2537585#M148198</link>
      <description>Hope this helps -&lt;BR /&gt;DB2 for i does not allow special characters like £, é, ê, @, spaces, etc. in unquoted identifiers.&lt;BR /&gt;So, when Talend generates SQL like:&lt;BR /&gt;INSERT INTO MYTABLE (AMOUNT£, OTHERCOL) VALUES (?, ?)&lt;BR /&gt;DB2 for i interprets £ as invalid syntax → SQL0104 (“Syntax element £ not valid”).&lt;BR /&gt;This has nothing to do with UTF-8 data.&lt;BR /&gt;The problem is your column name, not the data.&lt;BR /&gt;&lt;BR /&gt;Quote every column name-&lt;BR /&gt;DB2 for i allows special characters only when the identifier is delimited with double quotes:&lt;BR /&gt;INSERT INTO MYTABLE ("AMOUNT£", "OTHERCOL") VALUES (?, ?)&lt;BR /&gt;How to force this in Talend&lt;BR /&gt;1. Open your tDBOutput&lt;BR /&gt;2. Under Advanced settings&lt;BR /&gt;3. Check "Use field table"&lt;BR /&gt;4. In the field table, manually enter your column names with double quotes, e.g.:&lt;BR /&gt;Schema column DB column&lt;BR /&gt;amountPound "AMOUNT£"&lt;BR /&gt;othercol "OTHERCOL"&lt;BR /&gt;This forces Talend to generate valid SQL.&lt;BR /&gt;</description>
      <pubDate>Sat, 29 Nov 2025 17:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Special-Character-un-database-column/m-p/2537585#M148198</guid>
      <dc:creator>gvarun_arthasolutions</dc:creator>
      <dc:date>2025-11-29T17:52:42Z</dc:date>
    </item>
  </channel>
</rss>

