<?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: Add a new JDBC parameter for Postgres in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Add-a-new-JDBC-parameter-for-Postgres/m-p/2319043#M89331</link>
    <description>&lt;FONT size="3"&gt;&lt;FONT face="??"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="3"&gt;&lt;FONT face="??"&gt;Hi FloCAD,&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="3"&gt;&lt;FONT face="??"&gt;Have you tried to add the parameter&amp;nbsp; "charSet=ISO-8859-1" to the JVM parameters to see if it&amp;nbsp; works?&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="3"&gt;&lt;FONT face="??"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="3"&gt;&lt;FONT face="??"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="3"&gt;&lt;FONT face="??"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGro.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133319iCCE0CB70F9C69BB8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGro.png" alt="0683p000009MGro.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Tue, 15 Dec 2015 07:49:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-12-15T07:49:24Z</dc:date>
    <item>
      <title>Add a new JDBC parameter for Postgres</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Add-a-new-JDBC-parameter-for-Postgres/m-p/2319039#M89327</link>
      <description>&lt;P&gt;Hi everyone !&lt;BR /&gt;I've got a problem with my pretty integration process !&lt;BR /&gt;I have to integrate some data in a Postgres database but there is some encoding problems !&lt;BR /&gt;I read somewhere that I had to add a JDBC parameter like this : "&lt;FONT face="Verdana,"&gt;charSet=ISO-8859-1", but I really don't know where I sould put it.&lt;BR /&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Verdana,"&gt;The problematic part of my process look a this ! (see the attached screen)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Verdana,"&gt;Thank you by advance !&lt;/FONT&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGz6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145272iB6BFA40FC866266B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGz6.png" alt="0683p000009MGz6.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 16:56:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Add-a-new-JDBC-parameter-for-Postgres/m-p/2319039#M89327</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-10T16:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Add a new JDBC parameter for Postgres</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Add-a-new-JDBC-parameter-for-Postgres/m-p/2319040#M89328</link>
      <description>First of all, check if the problem is actually the database. If it the case, you do not need such property. Take care the tables are created with the correct encoding setting.&amp;nbsp;</description>
      <pubDate>Fri, 11 Dec 2015 11:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Add-a-new-JDBC-parameter-for-Postgres/m-p/2319040#M89328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-11T11:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Add a new JDBC parameter for Postgres</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Add-a-new-JDBC-parameter-for-Postgres/m-p/2319041#M89329</link>
      <description>I run the job on my local machine and didn't met any encoding problem but when I run the job on a VM, there is encoding problem !&lt;BR /&gt;So I don't think that the problem comes from the DB...&lt;BR /&gt;I tried to force the chcp code in the console but it didn't change anything !&lt;BR /&gt;So, in my opinion, the only thing I can do is to force the encoding in the job !</description>
      <pubDate>Sun, 13 Dec 2015 19:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Add-a-new-JDBC-parameter-for-Postgres/m-p/2319041#M89329</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-13T19:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Add a new JDBC parameter for Postgres</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Add-a-new-JDBC-parameter-for-Postgres/m-p/2319042#M89330</link>
      <description>FYI : I'm working on TOS 5.6&amp;nbsp;</description>
      <pubDate>Mon, 14 Dec 2015 10:57:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Add-a-new-JDBC-parameter-for-Postgres/m-p/2319042#M89330</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-14T10:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Add a new JDBC parameter for Postgres</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Add-a-new-JDBC-parameter-for-Postgres/m-p/2319043#M89331</link>
      <description>&lt;FONT size="3"&gt;&lt;FONT face="??"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="3"&gt;&lt;FONT face="??"&gt;Hi FloCAD,&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="3"&gt;&lt;FONT face="??"&gt;Have you tried to add the parameter&amp;nbsp; "charSet=ISO-8859-1" to the JVM parameters to see if it&amp;nbsp; works?&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="3"&gt;&lt;FONT face="??"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="3"&gt;&lt;FONT face="??"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="3"&gt;&lt;FONT face="??"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGro.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133319iCCE0CB70F9C69BB8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGro.png" alt="0683p000009MGro.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 15 Dec 2015 07:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Add-a-new-JDBC-parameter-for-Postgres/m-p/2319043#M89331</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-15T07:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add a new JDBC parameter for Postgres</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Add-a-new-JDBC-parameter-for-Postgres/m-p/2319044#M89332</link>
      <description>Ah thx a lot Sabrina ! It was what I was searching for !
&lt;BR /&gt;But unhappily, when I run it, I obtain the following error code : "Erreur : impossible de trouver ou charger la classe principale charSet=ISO-8859-1"
&lt;BR /&gt;(in English, it sound like :&amp;nbsp;Error: Can not find or load the main class charSet = ISO-8859-1)</description>
      <pubDate>Tue, 15 Dec 2015 08:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Add-a-new-JDBC-parameter-for-Postgres/m-p/2319044#M89332</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-15T08:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Add a new JDBC parameter for Postgres</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Add-a-new-JDBC-parameter-for-Postgres/m-p/2319045#M89333</link>
      <description>I tried :&amp;nbsp;-Dfile.encoding="ISO-8859-15" (found&amp;nbsp; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCmIpCAK" target="_blank"&gt;there&lt;/A&gt;) and the job ran but it didn't work to in the DB, the encoding problems were there again... 
&lt;BR /&gt;I start to give up... 
&lt;BR /&gt; 
&lt;BR /&gt;Oh sorry ! I forgot to specify that, in Talend, with a tLogRow, I can visualise the data without encoding problem ! But in the console (with an exported job in .bat), this same tLogRow has encoding problems ! 
&lt;BR /&gt;And in all cases, in the DB I always have encoding problems ...</description>
      <pubDate>Tue, 15 Dec 2015 09:58:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Add-a-new-JDBC-parameter-for-Postgres/m-p/2319045#M89333</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-15T09:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Add a new JDBC parameter for Postgres</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Add-a-new-JDBC-parameter-for-Postgres/m-p/2319046#M89334</link>
      <description>Okay I finally found the solution ! 
&lt;BR /&gt;For the others who have the same problem, juste follow those steps : 
&lt;BR /&gt;- go to C:\TOS\TOS_DI-Win32-20141207_1530-V5.6.1\plugins\org.talend.designer.components.localprovider_5.6.1.20141207_1530\components\tPostgresql[the different postgres component you use]\[the different postgres component you use].xml and set the parameter where the encoding SHOW="true" ! (now, you can modify the encoding dynamically in talend) 
&lt;BR /&gt;- Then, in your process, setup the encoding parameters in all [the different postgres component you use]&amp;nbsp; 
&lt;BR /&gt;- And then, put in the advanced settings of the JVM, the following parameter :&amp;nbsp;-Dfile.encoding="ISO-8859-15" 
&lt;BR /&gt;Take care to always specify the same encoding a lot of time can lost some caracters !</description>
      <pubDate>Tue, 15 Dec 2015 13:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Add-a-new-JDBC-parameter-for-Postgres/m-p/2319046#M89334</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-15T13:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Add a new JDBC parameter for Postgres</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Add-a-new-JDBC-parameter-for-Postgres/m-p/2319047#M89335</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt;
  For the others who have the same problem, juste follow those steps : 
 &lt;BR /&gt;- go to C:\TOS\TOS_DI-Win32-20141207_1530-V5.6.1\plugins\org.talend.designer.components.localprovider_5.6.1.20141207_1530\components\tPostgresql[the different postgres component you use]\[the different postgres component you use].xml and set the parameter where the encoding SHOW="true" ! (now, you can modify the encoding dynamically in talend) 
 &lt;BR /&gt;- Then, in your process, setup the encoding parameters in all [the different postgres component you use]&amp;nbsp; 
 &lt;BR /&gt;- And then, put in the advanced settings of the JVM, the following parameter :&amp;nbsp;-Dfile.encoding="ISO-8859-15" 
 &lt;BR /&gt;Take care to always specify the same encoding a lot of time can lost some caracters ! 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Thanks for your feedback and sharing your solution with us. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 16 Dec 2015 07:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Add-a-new-JDBC-parameter-for-Postgres/m-p/2319047#M89335</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-16T07:16:18Z</dc:date>
    </item>
  </channel>
</rss>

