I added a SQL query in the beginning of the bootstrap logic to delete all the existing records. At first that didn't work but once I got that executing properly the existing records were eliminated. Then the bootstrap imports in the records from the Excel file and the foreign keys came in as expected (as Integers converted to Identity fields).
Thank you so much for the sanity check and good thought on the duplicate/interfering records!