I want to compare 2 csv files that is file 1 and file 2 on basis of column. If column of file 1 matches with column of file 2 then remove that entire row of file 1.
Example of file 1
sr. no.,username,id
101,Berlin240,835070687
102,X_PSYCH_X,1271001789
103,xenoo369,570078204
104,xarat581,1665916522
105,xandy88,639040049
Example of file 2:
sr. no.,username,id
101,Berlin240,835070687
103,xenoo369,570078204
105,xandy88,639040049
Now comparing file2 and removing all rows in file 1 that matches with the column of file 1.
Now the file1 looks like this:
sr. no.,username,id
102,X_PSYCH_X,1271001789
104,xarat581,1665916522