I am developing a SSIS package that will open an Excel spreadsheet and import the data into a database table in SQL Server 2008.  When I try to convert the Excel column data type: Unicode String [DT_WSTR] to a unique identifier data type: unique identifier [DT_GUID], I get the following error:
"Invalid character value for cast specification"
What do I need to do to resolve the conversion error?
 
     
    