Incorrect string value: '\xEF\xEF\BDPAR ' for column 'address'
Hi,
i have a problem when i migrate my data from one database to another database. i am getting error like this "con=58 Incorrect string value: '\xEF\xEF\BDPAR ' for column 'address' "
how to solve this error?
i've been tried to set Additional JDBC Parameter character Encoding=UTF-8 in advanced settings of tMysqlOutput and add the "-Dfile.encoding=utf-8" to the JVM parameters but it doesnt work