使用 SSIS 导入时如何验证 Excel 数据?

发布于 2024-11-15 11:51:20 字数 285 浏览 1 评论 0原文

我有一个 Excel 文件,该文件中有 3 列。

例如;

ModelNo Cost Quantity
 1       2.00  4
 2       3     0
 3       4     Null
 4       3     1
 5       7     null

现在我想将这些数据导入到 SQL 表中。

当数量为空时,不插入表中,我们将所有记录作为邮件发送。

数量不为空 我想将记录插入 SQL Server 桌子。

I have one Excel file, in that file have 3 column.

Eg;

ModelNo Cost Quantity
 1       2.00  4
 2       3     0
 3       4     Null
 4       3     1
 5       7     null

Now I want to import these data into a SQL table.

When quantity is null not insert into table we send all record as mail.

The quantity is not null I want to insert record into SQL Server
table.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

别再吹冷风 2024-11-22 11:51:20

我将在数据流任务中使用 DFT 条件拆分,如下所示...然后在控制流中通过电子邮件发送存储在“空值”表中的 NULL 记录。

在此处输入图像描述

I would use DFT Conditional Split in data flow task, as follows...then in the control flow email the NULL rcords that are stored in the "null value" table.

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文