I am creating an ETL project, in which I want to move a table on an Oracle server into a table on a SQL Server.
I have a varchar2
column in Oracle, which I mapped to a varchar
column in SQL Server.
But when I execute the ETL (using Microsoft BI), the data turn into "?".
The original data is persian unicode characters.