I am using Cascading 1.2. I am trying to insert data into mysql using JDBCTap. Some of values are in utf-8 and other values are not in utf-8 format. The values which are in utf-8 decode format are being inserted in mysql as "???" like this.
I have created table as charset utf-8 still its not getting inserted properly.
what is the solution for this problem ? How to insert both types of values in mysql using JDBCTap ?
Thanks in advance !