I have a worksheet with 32000 records, and I need to play to a table in the database. The problem is that in this worksheet I do not have the ID of the records and I can not let it duplicate when I import. I need to make that when I do the import, it checks for the field "store" (which is the name / business name of the store), if it already exists, it must update the registry with the data of the worksheet, and if it does not exist, it will create a new record in the table.