I got two .csv
files as shown below:
1st file:
"id"
4
1
3
2nd file:
"id"
1
2
3
4
5
I would like to check whether in first file there are all values from second file (no matter in which row they are). In my example in 1st file 2 and 5 values missing comparing to 2nd file so i would like to output somehow those values. How can i do that?