Hello, I am uploading data to my database daily with a csv file. And since the data uploaded to the database in the previous file upload is also in the second file, duplicate duplicate records occur in the second csv file upload.
My aim is to have a feature that will enable deletion or prevention of repetitive records by selecting the specified comparison (reference column) column. I think many people need this feature.
#Delete #Duplicate #database #copy #csv #upload