In this video we will learn how to read Unique Identifier values from Excel Source/ Text File/CSV file and load to SQL Server Table.
When we use Derived Column Transformation to convert the Unique Identifier value to GUID by using DT_GUID Cast, it throw an Error.
To make it work , we need to use (DT_GUID) "{" +ColumnName+"}"
When we use Derived Column Transformation to convert the Unique Identifier value to GUID by using DT_GUID Cast, it throw an Error.
To make it work , we need to use (DT_GUID) "{" +ColumnName+"}"
How to Convert/Cast Unique Identifier value in Derived Column Transformation - SSIS Tutorial
No comments:
Post a Comment