Hi anonymous user.
Try with below in the expression.
REPLACENULL( [your_column_name], "" )
OR
ISNULL( [your_column_name] ) ? " " : [your_column_name]
Details you may refer to replacenull-ssis-expression.
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.