如何在SSIS中解析XML文件?

发布于 2024-11-26 16:31:42 字数 98 浏览 0 评论 0原文

有人使用 SSIS 从 XML 文件中提取数据吗?在拉取时,我还需要根据 XML 文件中的 XML 节点应用条件。如何从 XML 文件中获取节点并对节点应用条件?你能给我举个例子吗?

Has anyone done pulling data from a XML file using SSIS ? While pulling , i need to apply conditions too based on the XML nodes from the XML file. How is it possible to get nodes from the XML file and applying conditions with the nodes ? Can you provide me an example ?

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

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

发布评论

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

评论(1

病毒体 2024-12-03 16:31:43

对于更复杂的 XML 源,使用 XSLT 来根据需要获取所有节点/属性可能更容易。

有关如何执行此操作的信息,请参阅本文作品。

For more complex XML sources it may be easier to use XSLT to fetch all nodes/attributes as required.

See this article for info on how that works.

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