如何在SSIS中解析XML文件?
有人使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于更复杂的 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.