I am able to solve this issue
1.Change the data types for the following columns in the source
ProductID - Four byte Signed Integer(DT_I4)
Name - DT_WSTR(50)
ProductNumber - DT_WSTR(50)
2.Add derived column to the package
Create new derived column for the MakeFlag Column and add expression "MakeFlag=="False"? "0":"1""
3.Map the newly derived column in the destination