I am trying to compare two lists in python, one of them is a response from a rest request that I stored in a list and the other is obtained through a csv file. I need to compare them and capture the values that do not exist in the first list that is obtained from the csv that is smaller than the second list that is the response from my database.
Just to summarize, the values that are in the csv are checked to ensure that everything has been stored correctly and exists in the database.