Hi @Jinal Contractor ,
Error:- The Column "Column Name" cannot be processed because more than one code page (65001 and 1252) are specified for it.
From the error message, you are trying to map a column from a value with Code Page 65001 (UTF-8) to a value with 1252 (ANSI - Latin I).
You may add Data Conversion component or Derived Column Transformation between your source component and destination.
Or you may go to OLE DB Destination- click "Show Advanced Editor" in the right bottom corner- open tab: Component Properties- set DefaultCodePage = 65001 (or 1252)- set AlwaysUseDefaultCodePage = true.
Details you may refer to ssis-code-page-goes-back-to-65001.
Regards,
Zoe
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.