Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人在使用 c# 应用程序之前做过这件事吗?我有两个 csv 文件,我需要比较这两个 csv 文件并将这些丢失的数据从 CSV1 记录到 CSV2。
设想 :
我需要你的帮助来解决这个问题。非常感谢!
您可以将数据导入数据表。这是导入数据的 CsvReader 的一个很好的示例。
这是一个MSDN 示例,显示了两个数据表的交集。如果您将其更改为使用 except 而不是 Intersect 您将获得差异。