查看未输出到目的地的结果

发布于 2024-07-16 03:01:35 字数 174 浏览 11 评论 0原文

开发数据流时,我并不总是希望将结果输出到目的地 - 但我想查看数据。

有没有办法将数据查看器附加到输出而无需具有目的地?

文件和原始目标对其接受的数据类型有限制 - 我不想仅附加转换来测试/构建代码。

是否有某种类型的输出为 null ? 然后我可以获得结果集的数据视图

When developing a Data Flow I don't always want to output the results to a destination - but I would like to see the data.

Is there a way to attach a Data viewer to an output without having to have a destination?

The file and raw destination have limitations on the data type they accept - and I don't want to attach conversions just to test/build code.

Is there some kind of output to null ? i could then get a data view on the result set

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

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

发布评论

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

评论(4

倾听心声的旋律 2024-07-23 03:01:35

第三方提供了一个(免费)自定义“垃圾”目的地:

http ://www.sqlis.com/post/Trash-Destination-Adapter.aspx

There is a (free) custom "trash" destination available from a third party:

http://www.sqlis.com/post/Trash-Destination-Adapter.aspx

烛影斜 2024-07-23 03:01:35

我通常使用导出列转换 - 如果保留默认配置,它不会执行任何操作,因此它相当于 Ed 提到的自定义“垃圾箱”目的地,但您不必安装任何东西。

I usually use Export column transform - if left with default configuration, it does nothing, so it is equivalent to the custom "Trash" destination mentioned by Ed, but you don't have to install anything.

自找没趣 2024-07-23 03:01:35

当调试并想要查看缓冲区中的数据时,我通常会放入 Union All 并将其连接到我想要查看的输出的组件下方。 然后在连接器上添加一个数据查看器,瞧,它就在那里!

输入图片此处描述

When debugging and wanting to view the data in the buffer, I usually throw in a Union All and connect it below the component who's output I want to see. Then add a Data Viewer on the connector and voila, there it is!

enter image description here

故事未完 2024-07-23 03:01:35

确实没有。 您可以改用记录集目标或行计数转换。

There isn't really. You can use a RecordSet Destination, or a Row Count transform instead.

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