In above image i have highlighted the subject name…it is different file with same subject name but bot is download the same file 4 time and the unique is the notice url…iam downloading the file through url…what will be logic i can add for not to download the same file again and again?
Hi @Priyesh_Shetty,
If the files headers are same then merge all the files and remove duplicate using notice url by this you can avoid duplicate download.
When the same notice url occurs multiple time within the above shown excel then we can deduplicate the data based on notice url done with the help of a group by LINQ
As you can see in above image i have kept the file name in array which i want to download…Note that in this xlsx file there is no duplicate subject name.
@ppr how can i implement this logic if bot is trying to download the same notice url of same subject name then it should skip and go for another file to download.