【发布时间】:2015-12-03 17:25:26
【问题描述】:
我有一个 Excel,我正试图将它加载到我的数据库中的一个表中。 excel 文件有一个名为“位置代码”的列。我在我的 SSIS 包中使用派生列来满足条件
If 'Location Code' = "NULL" OR If 'Location Code' ISNULL OR If 'Location Code' = "" then 'Location Code' else "5"+""+'Location Code' //(concatenating '5' with the Location Code).
如何在派生列中实现上述目标?
【问题讨论】:
标签: ssis-2012