是否有用于解析和验证上传到 ASP.NET 站点的 CSV/XML 文件的 C# 框架?
我有一个基于产品的网站,我想扩大我们接受的库存上传的文件格式/布局的数量。理想情况下,这可以使用一些现有的实现来完成,该实现支持各种文件格式并协助验证和允许用户更正上传的数据。
任何像 BizTalk 和 SSIS 这样庞大和“服务器”的东西都是“正确的”。希望有人能想出一些适合在网站文件提交过程中使用的东西。
I have a product-based website and I'd like to expand the number of file formats/layouts that we accept for inventory uploads. Ideally that would be done using some existing implementation that supports various file formats and assists in validating and allowing user corrections to the uploaded data.
Anything giant and "servery" like BizTalk and SSIS are "right out". Hoping someone has come up with something tailored to use in a web site file submission process.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试 FileHelpers 库:http://www.filehelpers.net/
You can try the FileHelpers Library: http://www.filehelpers.net/