Hello. Is there a way to import a text file into an already existing database table without importing the duplicate records?
Each day I import a file into a master table, however some of the data are duplicates. The fields are always the same. The dups can be in the ClaimNumber field and the Patient Field. There could be more than one Patient with the same Claim number. So when I import if the Claim# and Patient are already existent in the database, I want to prevent the same claim number assigned to the same patient from being imported into the database.
Each day I import a file into a master table, however some of the data are duplicates. The fields are always the same. The dups can be in the ClaimNumber field and the Patient Field. There could be more than one Patient with the same Claim number. So when I import if the Claim# and Patient are already existent in the database, I want to prevent the same claim number assigned to the same patient from being imported into the database.