How to compare two csv files in windows

前端 未结 3 1735
一向
一向 2020-12-30 06:11

I need to compare two csv files in windows7. How can I proceed to achieve this. I want to see the differences in both the files , like we can use tkdiff in Linux.

3条回答
  •  囚心锁ツ
    2020-12-30 06:20

    I did this today.

    Lets say we have 2 csv files X and Y

    X having columns a, b, c
    Y having column a, b, c

    The rows are not in same order and are disperesed througout the csv files.

    I imported both of them in my excel sheet. I sorted them first by column c and then by column b and then by column a. You can go in any order you like.

    Compare the sorted files through notepad++'s compare plugin/Beyond Compare.

提交回复
热议问题