使用 .net 合并并匹配两个 csv 文件
我有两个想要合并的 csv 文件。基本上,我已经有了我的源文件,第二个文件将使用它们共享的主键向该文件添加信息。
我已经使用 v-lookup 完成了此操作,但由于这将是一个每周一次的过程,因此我想使用 vb.net 或 C# 使其自动化。有什么想法吗?
谢谢
i've got two csv files that i want to merge. Basically, i've got my source file, and the second file will add information to that file using a primary key that they both share.
I've done this using v-lookup but since this will be a weekly process, i want to automate it using vb.net or C#. any ideas?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 vb.net 或 c# 中很可能将 SQL 与 CSV 文件一起使用。
一些注意事项:
It is quite possible to use SQL with CSV files in either vb.net or c#.
Some notes: