Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone !
I've got a problem with my pretty integration process !
I have to integrate some data in a Postgres database but there is some encoding problems !
I read somewhere that I had to add a JDBC parameter like this : "charSet=ISO-8859-1", but I really don't know where I sould put it.
The problematic part of my process look a this ! (see the attached screen)
Thank you by advance !
For the others who have the same problem, juste follow those steps :
- 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)
- Then, in your process, setup the encoding parameters in all [the different postgres component you use]
- And then, put in the advanced settings of the JVM, the following parameter : -Dfile.encoding="ISO-8859-15"
Take care to always specify the same encoding a lot of time can lost some caracters !