We are trying to load data from mysql database to salesforce through Jitterbit(v: 8.16.13.1) on windows 2012 R2 machine.
We have created mysql view using Jitterbit cloud data loader to load the view data to salesforce objects.
We have UTf8 special characters for eg: .Ã,®,Ø,ÿ in the database field.
But when we try to Upsert data we get following error
Error
The operation "Upsert Investments (3)" failed.Error: Failed to read JDBC source.
Database Error: Incorrect string value: '\xC2\x80\xC3\x82\xC2\x99...' for column '_input_string' at row 1
SQL: SELECT `name`,`website` FROM `table_name...`
Please help in fixing this issue.
Thanks.