Hey all, I hope this is easy for someone, because I am stuck.
- I have a master list of urls that have been processed already.
- I now get new urls from the internet, for processing.
From this list of "new" urls I need to delete urls that I have processed already, these urls are the ones in the master list.
In other words I need to delete urls from new list, only urls that are in master list, keeping the unprocessed ones.
Thanks for any help
- I have a master list of urls that have been processed already.
- I now get new urls from the internet, for processing.
From this list of "new" urls I need to delete urls that I have processed already, these urls are the ones in the master list.
In other words I need to delete urls from new list, only urls that are in master list, keeping the unprocessed ones.
Thanks for any help