Data Conversion Issue in SSIS package - Text to GUID

前端 未结 2 456
广开言路
广开言路 2020-12-11 22:11

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

2条回答
  •  长情又很酷
    2020-12-11 23:08

    I used a Derived Column Transformation Editor and to wrap the excel column value in squrly brackets {} in order for the SSIS package to properly convert the Unicode String into a GUID.

提交回复
热议问题