如何从xml文件读取文本文件和测试文件数据使用ssis存储在数据库中

编程入门 行业动态 更新时间:2024-10-27 01:32:07
本文介绍了如何从xml文件读取文本文件和测试文件数据使用ssis存储在数据库中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我有一些xml文件,比如

Hi, I have some xml file like

<xml> <file-location directory="c:\temp" foldername="core.txt"></file-location> <file-location directory="c:\temp" foldername="menu.csv"></file-location> <database username="xxx" password="ccccc"></database> </xml>

我有这种格式的xml文件,它也包含文件名和数据库登录详细信息。我的问题是使用ssis提取xml文件到中间的sql操作我正在读取所需位置的文本或csv文件读取数据并存储到数据库中。我如何阅读这些文本文件并存储到数据库中。这个总数是在sml的xml到sql操作的中间完成的。任何人都可以帮助我,对我来说非常紧迫

I have xml file in this format like it contains file names and database login details also.My question is am extracting xml file using ssis to sql operation in the middle i am reading the text or csv files in that required location and read the data and stored into database. How can i read these text files and stored into database. this total was done in the middle of xml to sql operation in ssis. Can any one help me please,its very urgent for me

推荐答案

更多推荐

如何从xml文件读取文本文件和测试文件数据使用ssis存储在数据库中

本文发布于:2023-07-09 00:20:52,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1082128.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:文件   数据库中   文本文件   测试   数据

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!