The below Steps worked for me:
-
right click on source task.
-
click on “Show Advanced editor”.

- Go to “Input and Output Properties” tab.

-
select the output column for which you are getting the error.
-
Its data type will be “String[DT_STR]”.
-
Change that data type to “Unicode String[DT_WSTR]”.

- save and close.