java.sql.SQLException: Incorrect string value: '\xF0\x9D\x99\x88\xF0\x9D...' for column 'ship_receiverName' at row 1
Hi all,
i am tryng to save in mysql a field called ship_receiverName.
This field is downloaded with a rest api and extracted from a json but contains a bold string that send in error my sql
The error is the following
java.sql.SQLException: Incorrect string value: '\xF0\x9D\x99\x88\xF0\x9D...' for column 'ship_receiverName' at row 1
I attach the value that send in error the mysql insert (see errorFiedl attachment). Furthermore if i run the talend debug i cannot see as string this value in talend. i see only empty squares, what that mean (see emptySquares attachment)?