I am using a mapping dataflow in data factory to read data from a table in Azure SQL DB database. There are some non-english characters( Japanese, Chinese etc ) in few of the rows. All the rows are read correctly except rows where the non-english characters are there. Some junk characters are coming while reading those non-english rows from the table's column and loading into the target table.
We are loading the stage table ( in Azure SQL DB ) from Oracle using copy activity. Those rows having non-english characters are loaded fine using copy job.
Then when I am using a mapping dataflow from this stage table ( of Azure SQL DB ) to load another table then I am getting this issue. It seems that mapping dataflow is not able recognize the non-english characters correctly.
Please advise.