是否有第 3 方 .NET 库/程序集可以解析和解析? 使用元数据驱动的方法导入文件?
我需要解析一堆分隔的平面文件并将它们导入数据库。 我可以构建自己的简单元数据驱动解析器和导入器,但我想肯定已经有类似的东西了?
谢谢, 戴夫.
I need to parse a bunch of delimited flat files and import them into a database. I could build my own simple metadata-driven parser and importer but figure there must be something like this out there already?
Thanks,
Dave.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您研究过 SQL Server 集成服务 (SSIS) 吗? 它将执行此操作,以及解析平面文件后经常需要的各种清理或其他操作。
Have you looked into SQL Server Integration Services (SSIS)? It will do this, as well as the sorts of cleanup or other manipulation frequently required after parsing flat files.