SSIS Convert string to a guid when importing and saving data

19,663

To get this to work, still type in the derived column expression as:

(DT_GUID)("{" + [ColumnName] + "}")

But you need to configure the error output and change the columns where you are doing this conversion to Ignore Failure instead of Fail Component.

If you do this and run it, it WILL work and properly convert and import despite what the debugger tells you.

Share:
19,663
SventoryMang
Author by

SventoryMang

Started out Web Designer, moved into programming. Still fairly new at me but I am learning! So far I have experience in .NET C# and VB and dabbled in a little in php.

Updated on June 11, 2022

Comments