I was trying to convert a unicode string from an Excel File into a uniqueidentifier. There are already answers online that seem pretty straight forward:
I've seen this post: Data Conversion Issue in SSIS package - Text to GUID
But this didn't work in SSIS 2012 in Visual Studio 2012 when importing data to SQL Server 2012, I would get the typical conversion error when running it.
In the Excel File the Guid (as a string) was stored in this format:
00bce79b-6c7b-427f-9711-17c19475f6e4
No curly braces or quotes.