I am fetching name “De’Asia” from excel & comparing with value from db.table “DeAsia” for duplicates records…but its adding duplicate records for same name…i think its bcuz of ( ’ ) in name…how to i ignore while comparing it execute Query parameters section.
@fernando_zuluaga i actually i am fetching multiple records everyday & check for duplicate in db table and insert only unique to process further but records for this name add everyday…e.g. name = Amy De’Asia in excel & in db.table its Amy DeAsia …i think its bcuz of (') in excel name…so i wanted ignore it while duplicate check in excute query…that i am running in loop in that parameter section
Name= lastNameToCheck
Value =Row(“last_name”).ToString.Trim